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-08-10
Make source location lightweight
Tim Foley
2017-08-09
Fix use of "pseudo-syntax" in current lowering pass
Tim Foley
2017-07-23
Fixup for the glslang bug workaround
Tim Foley
2017-07-23
Work around glslang issue 988
Tim Foley
2017-07-22
Make the "hack" sampler explicit for now
Tim Foley
2017-07-21
Don't add `flat` qualifier to integer fragment output
Tim Foley
2017-07-20
Translate NV single-pass stereo extension from Slang to GLSL
Tim Foley
2017-07-19
Fix up translation of `GetDimensions()`
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
2017-07-18
Support scalarization of varying input/output for GLSL
Tim Foley
2017-07-17
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-14
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-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