index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cross-compile
Age
Commit message (
Expand
)
Author
2019-09-12
Fix problems with x86 CPU tests (#1051)
jsmall-nvidia
2019-08-20
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-08-12
Callable CPU code support (#1014)
jsmall-nvidia
2019-08-09
Fix TeamCity CI issues (#1013)
jsmall-nvidia
2019-08-08
WIP: Preliminary Slang -> C++ code generation (#1009)
jsmall-nvidia
2019-07-17
Slang -> C++ -> SharedLibrary -> Test (#999)
jsmall-nvidia
2019-07-09
WIP: slang to C++ code generation (#997)
jsmall-nvidia
2019-06-14
Runtime Shared Library compilation and testing (#985)
jsmall-nvidia
2019-06-13
Runtime C++ compiling and testing on Unix-like targets (#981)
jsmall-nvidia
2019-06-12
Visual Studio compilation working in test harness (#979)
jsmall-nvidia
2019-05-31
WIP: Support for other source target language (#971)
jsmall-nvidia
2019-05-22
Translate .Load() to imageLoad() for Vulkan (#967)
Tim Foley
2019-05-21
Hotfix/improve glsl semantic conversion (#965)
jsmall-nvidia
2019-04-29
Initial support for the `precise` keyword (#958)
Tim Foley
2019-04-08
Add better control over image formats for GLSL/SPIR-V targets (#939)
Tim Foley
2019-03-12
Fix handling of arrays of resources in type legalization (#896)
Tim Foley
2019-03-10
Fix GLSL emit logic for select expr
Yong He
2019-02-13
Output readonly for suitable glsl buffers (#845)
jsmall-nvidia
2019-02-08
Hotfix/dispatch thread id improvements (#834)
jsmall-nvidia
2019-01-28
remove line directives in test files
Yong He
2019-01-28
Fix type legalization to correctly handle empty struct fields.
Yong He
2019-01-25
Add GLSL translation rules for `SampleCmp`, `asint` and `asfloat`.
Yong He
2019-01-25
fix up empty-struct-parameters
Yong He
2019-01-25
Move glsl entry point legalization to later stage of compilation.
Yong He
2019-01-25
Fix GLSL translation of several Texture* operations (#800)
Tim Foley
2019-01-24
Fix a regression in geometry shader cross-compilation (#794)
Tim Foley
2019-01-23
Fixing GLSL sign function.
Yong He
2019-01-16
Feature/external compiler reporting (#776)
jsmall-nvidia
2019-01-16
Add proper IR codegen support for local static const variables (#779)
Tim Foley
2019-01-07
Feature/serialization debug info (#767)
jsmall-nvidia
2018-12-18
Fix for byte-address buffers on Vulkan (#760)
Tim Foley
2018-12-17
Specialize away resource-type function parameters (#759)
Tim Foley
2018-12-14
Represent global shader parameters explicitly in the IR (#756)
Tim Foley
2018-12-07
Change how buffers are emitted (#741)
Tim Foley
2018-12-03
Add Vulkan translations for HLSL barrier operations (#737)
Tim Foley
2018-11-21
Feature/early depth stencil (#727)
jsmall-nvidia
2018-11-06
Translate NonUniformResourceIndex() calls to Vulkan GLSL (#713)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2017-10-23
Fix output for matrix multiple in GLSL code (#228)
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
2017-07-17
Pick correct GLSL version when `gl_Layer` used
Tim Foley
2017-07-17
Handle `flat` interpolation cases in cross compilation
Tim Foley