summaryrefslogtreecommitdiff
path: root/tests/cross-compile
AgeCommit message (Expand)Author
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
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