Steven Perron
33c7e30860
Don't emit duplicate decorations. ( #3635 )
...
It is invalid if the same decoration is applied to the same id multiple
times. This adds a check before adding a decoration that the decoration
is not already in the list. If it is, then the duplicate is not added.
Fixes #3627
2024-06-28 19:16:59 -04:00
David Neto
142052fa30
Update validation results of SPV_QCOM_image_processing2
...
Update SPIRV-Tools to include https://github.com/KhronosGroup/SPIRV-Tools/pull/5646
which fixes validation of SPV_QCOM_imageprocessing2
This allows us to remove the "Validation failed" result for two
tests.
2024-04-30 13:26:38 -04:00
Wooyoung Kim
a4f870053f
A couple of fixes to the GL_QCOM_image_processing2 support ( #3578 )
...
1) handle the extension requirements of GL_QCOM_image_processing2
correctly
2) add QCOM image processing decorations to ids only once.
2024-04-23 18:34:51 -04:00
Wooyoung Kim
10ee92feb0
Support for SPV_QCOM_image_processing2 ( #3539 )
2024-03-20 18:56:00 -04:00