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
Commit message (
Expand
)
Author
Age
*
Start handling system-value semantics during lowering
Tim Foley
2017-07-10
*
Cleanups for test cases:
Tim Foley
2017-07-10
*
More cross-compilation fixes
Tim Foley
2017-07-10
*
Ensure that lowered globals for `inout` shader parameters have unique names
Tim Foley
2017-07-09
*
Fix up scoping for cross-compiled `main()` body
Tim Foley
2017-07-09
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Some quick fixes to reflection API to try to help Falcor
Tim Foley
2017-07-09
*
Fix constant folding for `ParenExpr`
Tim Foley
2017-07-08
*
Move renaming logic to lowering pass.
Tim Foley
2017-07-08
*
Add back `UnparsedStmt`
Tim Foley
2017-07-08
*
Differentiate HLSL `for` loops in AST
Tim Foley
2017-07-08
*
Revise how hidden implicit casts are recognized.
Tim Foley
2017-07-08
*
Try to emit expressions with minimal parentheses
Tim Foley
2017-07-08
*
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-08
*
Map HLSL `lerp` to GLSL `mix`
Tim Foley
2017-07-07
*
Don't emit `[unroll]` or `[loop]` to GLSL
Tim Foley
2017-07-07
*
Add GLSL equivalents for some stdlib operations.
Tim Foley
2017-07-07
*
Overhaul emit logic to use visitor abstraction
Tim Foley
2017-07-07
*
Don't emit the `static` keyword when generating GLSL
Tim Foley
2017-07-07
*
Eliminate `typedef`s when lowering to GLSL
Tim Foley
2017-07-07
*
Fix up visitor approach.
Tim Foley
2017-07-07
*
Fix support for `std430` layout
Tim Foley
2017-07-07
*
Add some reflection support for SSBO and `tbuffer` declarations
Tim Foley
2017-07-07
*
Fix alignment computation for `std140` uniforms
Tim Foley
2017-07-07
*
Handle new parameter category cases in reflection JSON emit
Tim Foley
2017-07-07
*
Fix signed/unsigned comparison warning.
Tim Foley
2017-07-07
*
Fix bug in `String::To{Upper|Lower}`
Tim Foley
2017-07-06
*
More exhaustive lowering
Tim Foley
2017-07-06
*
Add missing declaration types to lowering pass.
Tim Foley
2017-07-06
*
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
*
Start to support cross-compilation via "lowering" pass
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
*
Store integer literals at high precision in AST
Tim Foley
2017-06-28
*
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
*
Rename literal tokens.
Tim Foley
2017-06-28
*
Allow "dotted" import paths
Tim Foley
2017-06-27
*
Allow for re-export of an `import` declaration
Tim Foley
2017-06-27
*
Emit global-scope parameters from imported files.
Tim Foley
2017-06-27
*
Fix parsing of string literals.
Tim Foley
2017-06-26
*
Check for re-import at translation-unit level
Tim Foley
2017-06-26
*
Make `#import` work with preprocessor macros
Tim Foley
2017-06-26
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Include imported code when generating reflection data
Tim Foley
2017-06-26
*
Revamp definitions of texture `Load` and `GetDimensions`
Tim Foley
2017-06-21
*
Bug fix: correct attribute on `operator~`
Tim Foley
2017-06-21
*
Emit: Add support for `while` and `do {} while` statements
Tim Foley
2017-06-21
*
Support texture `Gather*()` operations
Tim Foley
2017-06-21
*
HLSL/Slang standard library additions
Tim Foley
2017-06-20
*
Only emit each `import`ed module once.
Tim Foley
2017-06-20
[next]