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
/
render
Age
Commit message (
Expand
)
Author
2025-06-05
Check the supported backends in CI (#7346)
Jay Kwak
2025-04-04
fix(d3d11): correct parameter in VSSetConstantBuffers1 from uavCount … (#6690)
Harsh Aggarwal (NVIDIA)
2025-03-12
Migrate render-test away from deprecated compile request API (#6514)
Anders Leino
2025-02-05
maxtessfactor attribute should take a floating point value (#6289)
Jay Kwak
2024-11-25
Support interpolation modifiers for WGSL (#5641)
Anders Leino
2024-11-25
Fix issue where inter-stage parameters without semantics don't get location a...
Anders Leino
2024-11-25
wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)
Anders Leino
2024-11-21
Enable some rendering tests (#5623)
Anders Leino
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2021-03-25
Improve Vulkan shader-objects implementation. (#1765)
Yong He
2021-03-17
Remove old code paths from render-test (#1760)
Tim Foley
2018-10-29
Rework command-line options handling for entry points and targets (#697)
Tim Foley
2018-06-27
Support for Tessellation (#607)
jsmall-nvidia
2018-04-17
Feature/renderer binding (#489)
jsmall-nvidia
2018-04-11
Feature/dx12 compute (#483)
jsmall-nvidia
2018-04-04
Switch on dx12 testing for remaining render tests. (#477)
jsmall-nvidia
2018-04-04
Dx12 rendering works in test framework. (#476)
jsmall-nvidia
2018-04-04
Pass AST interpolation modifiers through to codegen. (#475)
Tim Foley
2018-03-29
Change uses of "spire" to "slang" (#461)
Tim Foley
2018-02-03
Remove non-IR codegen paths (#398)
Tim Foley
2018-02-02
Remove support for the -no-checking flag (#392)
Tim Foley
2018-01-29
Remove #import directive (#389)
Tim Foley
2017-11-27
Cleanups (#298)
Tim Foley
2017-10-19
Initial work on a pass to scalarize GLSL varying input/output (#223)
Tim Foley
2017-10-06
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-09-21
Use WARP for D3D rendering tests.
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-06-30
Add initial cross-compilation test case.
Tim Foley
2017-06-27
Emit global-scope parameters from imported files.
Tim Foley
2017-06-26
Replace "auto-import" with `#import`
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-14
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-12
GLSL: get GLSL limping in `render-test`
Tim Foley
2017-06-09
Initial import of code.
Tim Foley