vkd3d: Prepare for tiled resource support.
Merge request reports
Activity
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
added 7 commits
- 742cb3e6 - vkd3d: Check sparse image format is supported.
- 54ca4074 - vkd3d: Always pass null heap properties to vkd3d_create_image() for sparse images.
- b8281018 - vkd3d: Validate tiled resources tier for 3D textures.
- b9039a89 - vkd3d: Validate plane count for tiled textures.
- 8aa7f8d6 - vkd3d: Add missing const attributes to ID3D12CommandQueue::UpdateTileMappings() parameters.
- 44367f90 - vkd3d: Append UpdateTileMappings() commands to the command queue op array.
- af4dec28 - vkd3d: Append CopyTileMappings() commands to the command queue op array.
Toggle commit listadded 5 commits
- 621aad81 - vkd3d: Validate tiled resources tier for 3D textures.
- 9e9424b9 - vkd3d: Validate plane count for tiled textures.
- 2ebfd391 - vkd3d: Add missing const attributes to ID3D12CommandQueue::UpdateTileMappings() parameters.
- 48b9423d - vkd3d: Append UpdateTileMappings() commands to the command queue op array.
- f168489f - vkd3d: Append CopyTileMappings() commands to the command queue op array.
Toggle commit list- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
added 8 commits
- afd4cb2d - vkd3d: Check sparse image format is supported.
- a4553d40 - vkd3d: Always pass null heap properties to vkd3d_create_image() for sparse images.
- 8e1e4c33 - vkd3d: Validate tiled resources support during reserved resource creation.
- 51773a5c - vkd3d: Validate tiled resources tier for 3D textures.
- 42f8ab35 - vkd3d: Validate plane count for tiled textures.
- b5722e1c - vkd3d: Add missing const attributes to ID3D12CommandQueue::UpdateTileMappings() parameters.
- 45311bbc - vkd3d: Append UpdateTileMappings() commands to the command queue op array.
- 255eba9b - vkd3d: Append CopyTileMappings() commands to the command queue op array.
Toggle commit list- Resolved by Giovanni Mascellani
added 8 commits
- c8a6b9be - vkd3d: Check sparse image format is supported.
- aa7860b4 - vkd3d: Always pass null heap properties to vkd3d_create_image() for sparse images.
- a8ad7f49 - vkd3d: Validate tiled resources support during reserved resource creation.
- 280cd2cd - vkd3d: Validate tiled resources tier for 3D textures.
- bd25f639 - vkd3d: Validate plane count for tiled textures.
- 0ee67d1c - vkd3d: Add missing const attributes to ID3D12CommandQueue::UpdateTileMappings() parameters.
- 55f49419 - vkd3d: Append UpdateTileMappings() commands to the command queue op array.
- 9e2997f2 - vkd3d: Append CopyTileMappings() commands to the command queue op array.
Toggle commit list
Please register or sign in to reply