summaryrefslogtreecommitdiff
path: root/tests/cross-compile
AgeCommit message (Expand)Author
2019-03-12Fix handling of arrays of resources in type legalization (#896)Tim Foley
2019-03-10Fix GLSL emit logic for select exprYong He
2019-02-13Output readonly for suitable glsl buffers (#845)jsmall-nvidia
2019-02-08Hotfix/dispatch thread id improvements (#834)jsmall-nvidia
2019-01-28remove line directives in test filesYong He
2019-01-28Fix type legalization to correctly handle empty struct fields.Yong He
2019-01-25Add GLSL translation rules for `SampleCmp`, `asint` and `asfloat`.Yong He
2019-01-25fix up empty-struct-parametersYong He
2019-01-25Move glsl entry point legalization to later stage of compilation.Yong He
2019-01-25Fix GLSL translation of several Texture* operations (#800)Tim Foley
2019-01-24Fix a regression in geometry shader cross-compilation (#794)Tim Foley
2019-01-23Fixing GLSL sign function.Yong He
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-16Add proper IR codegen support for local static const variables (#779)Tim Foley
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-18Fix for byte-address buffers on Vulkan (#760)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-14Represent global shader parameters explicitly in the IR (#756)Tim Foley
2018-12-07Change how buffers are emitted (#741)Tim Foley
2018-12-03Add Vulkan translations for HLSL barrier operations (#737)Tim Foley
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-06Translate NonUniformResourceIndex() calls to Vulkan GLSL (#713)Tim Foley
2018-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-02-02Remove support for the -no-checking flag (#392)Tim Foley
2017-10-23Fix output for matrix multiple in GLSL code (#228)Tim Foley
2017-07-18Add a compile-time loop construct to SlangTim Foley
2017-07-17Pick correct GLSL version when `gl_Layer` usedTim Foley
2017-07-17Handle `flat` interpolation cases in cross compilationTim Foley