summaryrefslogtreecommitdiff
path: root/tests/glsl-intrinsic
AgeCommit message (Expand)Author
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-04-03Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV
2024-03-04Implement short-circuit logic operator (#3635)kaizhangNV
2024-02-26Partially implement shader_subgroup extension(s); Partially resolves #3548 (#...ArielG-NV
2024-02-07Implement basic GLSL built-in functions (#3525)Jay Kwak
2024-02-05Implement GLSL build-in functions related to texture (#3544)Jay Kwak