summaryrefslogtreecommitdiff
path: root/tests/glsl-intrinsic
AgeCommit message (Expand)Author
2024-07-18Update spirv-header and spirv-tools to Jun/2024 (#4679)Jay Kwak
2024-07-10Implement 64-bit version of clockARB (#4571)venkataram-nv
2024-07-09Add intrinsic for clock2x32ARB (#4563)kaizhangNV
2024-07-02Emit errors when invalid capabilities are used (#4510)ArielG-NV
2024-06-28Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...ArielG-NV
2024-06-11Support integer typed textures for GLSL (#4329)Jay Kwak
2024-06-10Address glslang ordering requirments for 'derivative_group_*NV' (#4323)ArielG-NV
2024-06-07Adding functional test for GLSL texture functions (#4306)Jay Kwak
2024-05-19Emit execution mode of type per entry point once. Emit SPIRV capability once ...ArielG-NV
2024-05-17SPIR-V support for GLSL texture functions (#4184)Jay Kwak
2024-05-14Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He
2024-05-10More Metal Intrinsics. (#4143)Yong He
2024-05-03Utilize vector operations over scalar if possible (#4092)Jay Kwak
2024-05-02Fix fmod behavior targetting GLSL and SPIR-V (#4080)Jay Kwak
2024-05-02Implement SPIR-V target for GLSL functions (#4083)Jay Kwak
2024-05-01Fix compile failures when using debug symbol. (#4069)Yong He
2024-04-25Keep const-ness in generic functions (#4028)Jay Kwak
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-17Support combined texture sampler when targeting HLSL. (#3963)Yong He
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