index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-stdlib.cpp
Age
Commit message (
Expand
)
Author
2017-07-12
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-11
Add GLSL lowerings for `ddx*` and `ddy*`
Tim Foley
2017-07-11
Merge pull request #73 from tfoleyNV/image-type-reflection
Tim Foley
2017-07-11
Improve reporting of GLSL `image*` types
Tim Foley
2017-07-11
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-10
Add support for `imageBuffer`
Tim Foley
2017-07-10
More cross-compilation fixes
Tim Foley
2017-07-08
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-07
Map HLSL `lerp` to GLSL `mix`
Tim Foley
2017-07-07
Add GLSL equivalents for some stdlib operations.
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-06-30
Add meta-definitions for AST types
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-21
Revamp definitions of texture `Load` and `GetDimensions`
Tim Foley
2017-06-21
Bug fix: correct attribute on `operator~`
Tim Foley
2017-06-21
Support texture `Gather*()` operations
Tim Foley
2017-06-20
HLSL/Slang standard library additions
Tim Foley
2017-06-20
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
Add basic support for `interface` declarations
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-09
Initial import of code.
Tim Foley