Files
mesa/src/amd/vulkan
Samuel Pitoiset 9ab27647ff radv: fix compute pipeline keys when optimizations are disabled
If an app first creates a compute pipeline with
VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT set, then re-compile it
without that flag, the driver should re-compile the compute shader.
Otherwise, it will return the unoptimized one.

Fixes: ce188813bf ("radv: add initial support for VK_PIPELINE_CREATE_DISABLE_OPTIMIZATION_BIT")
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-11-04 08:50:00 +01:00
..
2017-08-29 01:08:58 +03:00
2019-08-07 08:58:23 +10:00
2019-10-30 14:49:30 +01:00
2019-10-23 09:45:49 +02:00
2019-10-23 09:45:49 +02:00
2019-10-23 09:45:49 +02:00
2018-05-31 11:51:23 +02:00
2018-10-26 18:33:11 +01:00