index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2017-07-14
Don't assign a `binding` to a `push_constant` buffer
Tim Foley
2017-07-13
An array of resources in Vulkan only consumes one binding
Tim Foley
2017-07-12
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-11
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-10
Cleanups for test cases:
Tim Foley
2017-07-09
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-08
Revise the (only) rewriter-error test case
Tim Foley
2017-07-07
Fix support for `std430` layout
Tim Foley
2017-07-07
Fix alignment computation for `std140` uniforms
Tim Foley
2017-06-30
Add initial cross-compilation test case.
Tim Foley
2017-06-30
Add meta-definitions for AST types
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-27
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-26
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-20
Fix types for `InputPatch` and `OutputPatch`
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-15
Add basic support for `interface` declarations
Tim Foley
2017-06-14
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-13
First pass at support for cross-compilation
Tim Foley
2017-06-12
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-09
Initial import of code.
Tim Foley