index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-stdlib.cpp
Commit message (
Expand
)
Author
Age
*
All compiler fixes to get ir branch work with falcor feature demo.
Yong He
2018-01-17
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Initial work on boilerplate code generator
Tim Foley
2017-09-11
*
Replace old notion of "intrinsic" operations
Tim Foley
2017-09-07
*
Continue work on IR-based codegen
Tim Foley
2017-09-06
*
Move implicit conversion operations to stdlib
Tim Foley
2017-09-05
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Map HLSL `frac()` to GLSL `fract()`
Tim Foley
2017-07-21
*
Try to improve handling of failures during compilation
Tim Foley
2017-07-19
*
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-19
*
Swizzle result of buffer load based on element type
Tim Foley
2017-07-18
*
Add basic GLSL lowering buffer `Buffer` loads
Tim Foley
2017-07-18
*
Add a compile-time loop construct to Slang
Tim Foley
2017-07-18
*
Map HLSL `GatherRed` to GLSL `textureGather`, etc.
Tim Foley
2017-07-18
*
Handle `Buffer` types more like textures
Tim Foley
2017-07-17
*
Map HLSL `SampleGrad` to GLSL `textureGrad[Offset]`
Tim Foley
2017-07-17
*
Add hacky GLSL lowering for `GetDimensions`
Tim Foley
2017-07-17
*
Improve handling of `SampleCmpLevelZero`
Tim Foley
2017-07-17
*
Merge pull request #108 from tfoleyNV/gh-105
Tim Foley
2017-07-17
|
\
|
*
Fix AST node type for `TriangleStream`
Tim Foley
2017-07-17
*
|
Add explicit operator overloads for scalar/matrix cases
Tim Foley
2017-07-17
|
/
*
Add several missing GLSL qualifiers
Tim Foley
2017-07-13
*
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-12
*
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-11
|
/
*
Add support for `imageBuffer`
Tim Foley
2017-07-10
*
More cross-compilation fixes
Tim Foley
2017-07-10
*
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-08
*
Map HLSL `lerp` to GLSL `mix`
Tim Foley
2017-07-07
*
Add GLSL equivalents for some stdlib operations.
Tim Foley
2017-07-07
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-29
*
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-21
*
HLSL/Slang standard library additions
Tim Foley
2017-06-20
*
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-20
*
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-15
*
First pass at support for cross-compilation
Tim Foley
2017-06-13
*
Initial import of code.
Tim Foley
2017-06-09