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
/
emit.cpp
Commit message (
Expand
)
Author
Age
*
Pick correct GLSL version when `gl_Layer` used
Tim Foley
2017-07-17
*
Add emit logic for generic app expressions
Tim Foley
2017-07-17
*
Handle `flat` interpolation cases in cross compilation
Tim Foley
2017-07-17
*
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-14
*
Allow GLSL `#version` to be selected based on profile
Tim Foley
2017-07-13
*
Don't emit C-style `#line` directives when directly generating GLSL
Tim Foley
2017-07-13
*
Add ability for intrinsics to require GLSL extensions
Tim Foley
2017-07-12
*
Don't emit interpolation modifiers on struct fields when outputting GLSL
Tim Foley
2017-07-12
*
Use C-style line directives, even for GLSL
Tim Foley
2017-07-12
*
Add basic reflection query for checking if entry point is "sample-rate"
Tim Foley
2017-07-12
*
Bug fixes for resources-in-structs.
Tim Foley
2017-07-11
*
Initial work on handling resources in structs during cross-compilation
Tim Foley
2017-07-11
*
Handle function name properly for unchecked call
Tim Foley
2017-07-10
*
Fix emission of `static` for HLSL
Tim Foley
2017-07-10
*
Add support for `imageBuffer`
Tim Foley
2017-07-10
*
Try to be more robust against un-checked types during lowering, etc.
Tim Foley
2017-07-10
*
Cleanups for test cases:
Tim Foley
2017-07-10
*
More cross-compilation fixes
Tim Foley
2017-07-10
*
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
*
Fix signed/unsigned comparison warning.
Tim Foley
2017-07-07
*
More exhaustive lowering
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
*
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
*
Emit global-scope parameters from imported files.
Tim Foley
2017-06-27
*
Fix parsing of string literals.
Tim Foley
2017-06-26
*
Emit: Add support for `while` and `do {} while` statements
Tim Foley
2017-06-21
*
Only emit each `import`ed module once.
Tim Foley
2017-06-20
*
Emit `#line` directives more aggressively
Tim Foley
2017-06-19
*
Don't emit redundant `#line` directives
Tim Foley
2017-06-19
*
Bug fix: handle unchecked operator application in emit logic
Tim Foley
2017-06-16
*
Replace `DeclRef` approach
Tim Foley
2017-06-15
*
Rename `Slang::Compiler` -> `Slang`
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