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
/
tests
Commit message (
Expand
)
Author
Age
*
Pick correct GLSL version when `gl_Layer` used
Tim Foley
2017-07-17
*
Add explicit operator overloads for scalar/matrix cases
Tim Foley
2017-07-17
*
Handle `flat` interpolation cases in cross compilation
Tim Foley
2017-07-17
*
Add reflection support for GLSL thread-group-size modifier
Tim Foley
2017-07-14
*
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-14
*
An array of resources in Vulkan only consumes one binding
Tim Foley
2017-07-13
*
Add basic reflection query for checking if entry point is "sample-rate"
Tim Foley
2017-07-12
*
Add per-entry-point information to reflection JSON dumps
Tim Foley
2017-07-12
*
Make parser recovering more robust to avoid infinite loops
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
|
/
*
Don't emitting an imported declaration unless it is used.
Tim Foley
2017-07-11
*
Cleanups for test cases:
Tim Foley
2017-07-10
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Revise the (only) rewriter-error test case
Tim Foley
2017-07-08
*
Fix support for `std430` layout
Tim Foley
2017-07-07
*
Fix alignment computation for `std140` uniforms
Tim Foley
2017-07-07
*
Add initial cross-compilation test case.
Tim Foley
2017-06-30
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Actually respect suffixes on numeric literals.
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
*
Make `#import` work with preprocessor macros
Tim Foley
2017-06-26
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Add expected output file for test.
Tim Foley
2017-06-26
*
Include imported code when generating reflection data
Tim Foley
2017-06-26
*
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-20
*
Allow for automatic importing of Slang code
Tim Foley
2017-06-19
*
Add basic support for `interface` declarations
Tim Foley
2017-06-15
*
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-14
*
Testing: Adding binding-generation tests for some GLSL shaders
Tim Foley
2017-06-14
*
First pass at support for cross-compilation
Tim Foley
2017-06-13
*
Add test case for escaped newlines.
Tim Foley
2017-06-12
*
Rename tests from `*.spire` to `*.slang`
Tim Foley
2017-06-12
*
GLSL: get GLSL limping in `render-test`
Tim Foley
2017-06-12
*
Initial import of code.
Tim Foley
2017-06-09