summaryrefslogtreecommitdiff
path: root/tests/cross-compile
AgeCommit message (Expand)Author
2020-02-19Don't allocate a default space for a VK push-constant buffer (#1231)Tim Foley
2020-02-10Fix output GLSL for primitive ID in a geometry shader (#1214)Tim Foley
2020-02-10Add attributes to enable dual-source blending on Vulkan (#1210)Tim Foley
2020-02-05Add support for RWBuffer writes on GLSL/SPIR-V target (#1199)Tim Foley
2020-01-29Feature/target intrinsic fold (#1190)jsmall-nvidia
2020-01-21CUDA support improvements (#1168)jsmall-nvidia
2020-01-08Cover a few corner cases in reflection API (#1163)Tim Foley
2019-11-21Remove support for explicit register/binding syntax on TEST_INPUT (#1132)Tim Foley
2019-10-15GetDimension on GLSL for StructuredBuffer (#1081)jsmall-nvidia
2019-09-18Improvements to testing and ABI for CPU (#1057)jsmall-nvidia
2019-09-12Fix problems with x86 CPU tests (#1051)jsmall-nvidia
2019-08-20User defined downstream compiler prelude (#1028)jsmall-nvidia
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-08-12Callable CPU code support (#1014)jsmall-nvidia
2019-08-09Fix TeamCity CI issues (#1013)jsmall-nvidia
2019-08-08WIP: Preliminary Slang -> C++ code generation (#1009)jsmall-nvidia
2019-07-17Slang -> C++ -> SharedLibrary -> Test (#999)jsmall-nvidia
2019-07-09WIP: slang to C++ code generation (#997)jsmall-nvidia
2019-06-14Runtime Shared Library compilation and testing (#985)jsmall-nvidia
2019-06-13Runtime C++ compiling and testing on Unix-like targets (#981)jsmall-nvidia
2019-06-12Visual Studio compilation working in test harness (#979)jsmall-nvidia
2019-05-31WIP: Support for other source target language (#971)jsmall-nvidia
2019-05-22Translate .Load() to imageLoad() for Vulkan (#967)Tim Foley
2019-05-21Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia
2019-04-29Initial support for the `precise` keyword (#958)Tim Foley
2019-04-08Add better control over image formats for GLSL/SPIR-V targets (#939)Tim Foley
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