summaryrefslogtreecommitdiff
path: root/tests/glsl
AgeCommit message (Expand)Author
2025-05-16Fix broken -emit-spirv-via-glsl test option (#7091)sricker-nvidia
2025-05-13Add half-precision matrix type aliases in GLSL (#7066)James Helferty (NVIDIA)
2025-05-06bitcast require the input has same width with result type (#7018)kaizhangNV
2025-05-06Add interger pack/unpack intrinsic to glsl (#6997)kaizhangNV
2025-04-05Fix crash when using GLSL global uniforms and varying inputs/ouputs together ...Darren Wihandi
2025-04-01Fix compilation of global builtin variables inside generics (#6701)Darren Wihandi
2025-03-12Migrate render-test away from deprecated compile request API (#6514)Anders Leino
2025-02-13Add support for GLSL interface blocks (#6351)cheneym2
2025-01-27Properly plumbing layout for global varyings. (#6198)Yong He
2025-01-14Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala
2025-01-07Lower varying parameters as pointers instead of SSA values. (#5919)Yong He
2024-12-15Enable exprs for all supported GLSL layout qualifiers (#5857)Darren
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-11-18Remove "GL_EXT_samplerless_texture_functions" from combined sampler functions...Yong He
2024-06-13Fix cuda/cpp/metal crash for when using GLSL style shader inputs (#4378)ArielG-NV
2024-04-19Initial pass to add capability declarations to stdlib intrinsics. (#3912)ArielG-NV
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-13Fix side effect checking around storage buffer type. (#3762)Yong He
2024-02-06Unify GLSL and HLSL buffer block parsing. (#3552)Yong He
2024-02-02GLSL Passthrough support for SSBO types (#3446)Ellie Hermaszewska
2024-01-30Correctly apply glsl local size layout to entry points during lowering (#3528)Ellie Hermaszewska
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-11-16GLSL/SPIRV Fixes. (#3337)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-14Testing: Adding binding-generation tests for some GLSL shadersTim Foley
2017-06-09Initial import of code.Tim Foley