Files
renderdoc/renderdoc
Jovan Ristic 71a5d3dae0 Fix D3D12 pixel history on MSAA depth stencils.
* Performing pixel history on an MSAA depth target caused a memory
stomp due to the depth and stencil copies being mis-identified as a
4-component operation, stomping the following 12 bytes. For the depth,
this stomped the stencil and the following padding, but when the
missing stencil copy was added in 4815ada it stomped
dsWithoutShaderDiscard as well. This triggered an assert due to a clear
event appearing to have frags associated with it.
2024-01-02 12:15:37 +00:00
..
2023-11-17 10:21:43 +00:00
2023-12-09 11:40:30 +00:00
2023-09-05 11:02:08 +01:00
2023-05-19 10:58:29 +01:00
2023-11-16 18:20:23 +00:00