WinterSnowfall
|
9e1bc1db23
|
[d3d9] Expand NormalizeTextureProperties validations
|
2024-11-23 16:58:25 +01:00 |
|
Philip Rebohle
|
c4421348cf
|
[d3d9] Fix image layout for transfer-only images
|
2024-11-03 12:41:35 +01:00 |
|
WinterSnowfall
|
5ad84563dd
|
[d3d9] Improve the naming of GetFormatBlockSize helper
|
2024-10-27 12:36:33 +01:00 |
|
WinterSnowfall
|
63d9affdcb
|
[d3d9] Add volume texture creation and locking validations
|
2024-10-27 12:36:33 +01:00 |
|
Philip Rebohle
|
b4ed108105
|
[d3d9] Remove format conversion context
|
2024-10-24 12:30:54 +02:00 |
|
Philip Rebohle
|
f76fb75956
|
[d3d9] Prefer GENERAL layout for read-only textures
|
2024-10-16 11:32:55 +02:00 |
|
Jeff
|
a044c639f7
|
[d3d9] Add ID3D9VkInteropDevice::CreateImage to create custom texture/surfaces
|
2024-10-15 10:09:51 +02:00 |
|
WinterSnowfall
|
559398f6a4
|
[d3d9] Check block alignment on texture creation with DXT formats
|
2024-10-08 00:25:55 +02:00 |
|
WinterSnowfall
|
980a8d185c
|
[d3d9] Use D24X8 for D3DFMT_UNKNOWN depth stencils
|
2024-10-05 20:03:05 +02:00 |
|
Philip Rebohle
|
b164d6e2a7
|
[d3d9] Do not proactively enable meta copy usage flags
Same as the corresponding D3D11 change, let the backend deal with this
when necessary.
|
2024-09-30 10:29:27 +02:00 |
|
Philip Rebohle
|
b4e69dce76
|
[dxvk] Remove DxvkImageViewCreateInfo
|
2024-09-28 01:50:23 +02:00 |
|
Philip Rebohle
|
01a7457a6f
|
[dxvk] Remove createImageView function
Use the image's method instead, like we already do for buffers.
|
2024-09-28 00:03:56 +02:00 |
|
Philip Rebohle
|
713b76bea5
|
[dxvk] Rework image creation
Uses DxvkResourceAllocation to manage image backing storage,
which will allow invalidating images in the future.
|
2024-09-26 17:37:50 +02:00 |
|
Robin Kertels
|
07e7781c0b
|
[d3d9] Only add meta image usage after determining layout
|
2024-09-22 15:48:18 +02:00 |
|
Robin Kertels
|
900edf55b5
|
[d3d9] Only create sampling image views if the image supports sampling
Fixes validation error
|
2024-09-20 12:57:11 +02:00 |
|
Robin Kertels
|
daccde7643
|
[d3d9] Don't set IMAGE_USAGE_SAMPLED_BIT for non-msaa depth stencil surfaces
|
2024-09-04 22:17:10 +00:00 |
|
Robin Kertels
|
11efd5092e
|
[d3d9] Handle remaining edge cases of Discard & Lockable
|
2024-09-04 22:17:10 +00:00 |
|
Paul Gofman
|
5c987ea3d1
|
[d3d9] Handle map failure in texture initializer
|
2024-08-08 21:42:04 +02:00 |
|
Philip Rebohle
|
611dc60018
|
[d3d9] Do not support cube textures with depth formats
|
2024-05-08 17:05:48 +00:00 |
|
Robin Kertels
|
494f7fd38d
|
[d3d9] Only set initial NeedsUpload for D3DPOOL_MANAGED textures
|
2023-09-19 13:25:12 -07:00 |
|
Alpyne
|
0236e780a7
|
[d3d9] Fix std::hex in D3D9CommonTexture
|
2023-06-19 21:02:10 +01:00 |
|
Robin Kertels
|
8f740c53b4
|
[d3d9] Remove IsLosable
Redundant.
|
2023-06-13 22:47:55 +01:00 |
|
Robin Kertels
|
52ac271acb
|
[d3d9] Reject Reset if there's any remaining DEFAULT resources
|
2023-06-13 14:15:18 +01:00 |
|
Robin Kertels
|
af0009c5de
|
[d3d9] Use DxvkFormatInfo for video formats
And fix UYUY and YUY2 in the process.
|
2023-04-08 03:15:44 +01:00 |
|
Robin Kertels
|
3393c5f4ff
|
[d3d9] Only upload mip 0 of managed automipgen textures
|
2022-11-19 17:34:02 +00:00 |
|
Robin Kertels
|
d8933ca175
|
[d3d9] Only do one allocation for all texture subresources
|
2022-11-06 19:35:03 +00:00 |
|
Georg Lehmann
|
bc31ebe151
|
[d3d9] Fix OptimizeLayout with feedback loop usage.
We kind of need dcc on GFX8/9.
|
2022-10-29 11:21:55 +02:00 |
|
Georg Lehmann
|
50857537d6
|
[d3d9] Use D32 not D32_S8 when upgrading formats without stencil aspect.
|
2022-09-27 18:58:32 +01:00 |
|
Georg Lehmann
|
5684e29718
|
[d3d9] Track if a texture is upgraded to D32f
|
2022-09-26 21:39:51 +01:00 |
|
Joshua Ashton
|
ac13112619
|
[d3d9] Add ID3D9VkInteropTexture
Provides access to the backing resource of a D3D9 texture.
|
2022-09-22 17:58:54 +01:00 |
|
Philip Rebohle
|
3a636f6094
|
[dxvk] Introduce DxvkFormatQuery
|
2022-09-11 16:40:02 +02:00 |
|
Philip Rebohle
|
4b8387c9b1
|
[d3d9] Set host stage and access bits for image staging buffers
This is already being done for buffers.
|
2022-09-08 19:26:55 +02:00 |
|
Philip Rebohle
|
3ee808afd6
|
[dxvk] Make memory object of an image publicly accessible
|
2022-08-26 05:53:03 +02:00 |
|
Robin Kertels
|
a8b578b2a2
|
[d3d9] Fix crash when auto generating mip maps for unmappable textures
|
2022-08-22 01:48:35 +01:00 |
|
Joshua Ashton
|
968bdccbef
|
[d3d9] Include win32 compat headers where applicable
|
2022-08-21 21:40:55 +02:00 |
|
Philip Rebohle
|
80fc1d8b25
|
[d3d9] Use new format support queries
|
2022-08-17 15:39:03 +02:00 |
|
Joshua Ashton
|
084969135b
|
[d3d9] Only set feedback loop usage on textures, not plain surfaces
|
2022-08-16 12:33:17 +00:00 |
|
Joshua Ashton
|
a78aab147e
|
[d3d9] Add feedback loop usage for DS
|
2022-08-16 10:39:06 +00:00 |
|
Joshua Ashton
|
870dd18f92
|
[d3d9] Set VK_IMAGE_USAGE_ATTACHMENT_FEEDBACK_LOOP_BIT_EXT for render targets
Closes: #2825
|
2022-08-16 08:43:52 +00:00 |
|
Robin Kertels
|
ea76bfd019
|
[d3d9] Unmap unused resources
|
2022-07-29 13:14:33 +01:00 |
|
Robin Kertels
|
6ca6554452
|
[d3d9] Use memory mapped files for textures
|
2022-07-29 13:14:33 +01:00 |
|
Philip Rebohle
|
cdf22a4086
|
[dxvk] Rename imageFormatInfo -> lookupFormatInfo
|
2022-07-15 17:25:13 +02:00 |
|
Philip Rebohle
|
9e110cd3e5
|
[d3d9] Fix up unsupported sample counts
|
2022-07-14 14:58:58 +01:00 |
|
Philip Rebohle
|
caa83247d9
|
[d3d9] Mark backend image as shared for shared resources
Otherwise, the backend may not transition the image to the correct
layout after each submission.
|
2022-03-13 02:32:56 +01:00 |
|
Philip Rebohle
|
59e3c96976
|
[d3d9] Fix texture formats that can be exported
|
2022-03-12 22:24:05 +01:00 |
|
Derek Lesho
|
1d1d8adee6
|
[d3d9] Fix shared handle check for exporting images
Co-authored-by: Philip Rebohle <philip.rebohle@tu-dortmund.de>
|
2022-03-12 21:35:42 +01:00 |
|
Derek Lesho
|
6640cc350c
|
[d3d9] Add support for shared IDirect3DTexture9 resources.
|
2022-03-12 16:23:06 +01:00 |
|
Robin Kertels
|
b220c8989b
|
[d3d9] Only enable FETCH4 for single channel formats
|
2022-01-28 21:34:18 +00:00 |
|
Joshua Ashton
|
5d4b7db9e6
|
[d3d9] Fix = alignent in CreateView
|
2021-11-11 23:51:59 +00:00 |
|
Georg Lehmann
|
82d40f5bba
|
[d3d9] Return a pointer in GetUnsupportedFormatInfo
|
2021-08-23 17:38:50 +01:00 |
|