Files
mesa/src/amd/vulkan
Tatsuyuki Ishi ef414a8231 radv: Fix mis-sizing of pipeline_flags in radv_hash_rt_shaders.
pipeline_flags was 64-bit yet only the first 4 bytes were hashed.
Luckily, the mask included no flag above the 32nd bit, so this was
technically working fine. Still, it's better to use explicit sizeof
constructs to be more resilient to accidental type changes.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26145>
2023-11-11 05:26:26 +00:00
..
2023-11-02 15:48:36 +00:00
2023-04-13 23:08:22 +00:00
2023-10-23 18:08:02 +00:00
2023-10-23 18:08:02 +00:00
2023-08-08 10:24:54 +00:00
2023-11-01 14:16:37 +00:00
2023-09-25 09:05:58 +02:00