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
2021-05-26
Fix a bug for enumerations with explicit "tag type" (#1856)
T. Foley
2021-05-25
Rework shader object specialization control interface. (#1857)
Yong He
2021-05-25
Allow overriding specialization args via `IShaderObject`. (#1854)
Yong He
2021-05-22
Improvements in -X support (#1852)
jsmall-nvidia
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-21
Downstream option handling (#1850)
jsmall-nvidia
2021-05-21
Overhaul the preprocessor (#1849)
T. Foley
2021-05-19
SourceLoc use in command line processing (#1848)
jsmall-nvidia
2021-05-15
Read half->float RWTexture conversion (#1842)
jsmall-nvidia
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-05-14
DXC as DownstreamCompiler (#1845)
jsmall-nvidia
2021-05-14
FXC as DownstreamCompiler (#1844)
jsmall-nvidia
2021-05-14
Fix for KernelContext threading issue for C++ targets (#1843)
jsmall-nvidia
2021-05-14
CUDA half RWTexture write support/doc improvements (#1839)
jsmall-nvidia
2021-05-06
Support for reads from RWTexture<half> (#1837)
jsmall-nvidia
2021-05-06
Half texture support (#1836)
jsmall-nvidia
2021-05-04
Add support for returning structures that contain opaque types (#1835)
Tim Foley
2021-05-04
CUDA half comparison support (#1834)
jsmall-nvidia
2021-05-04
More CUDA Half support (#1833)
jsmall-nvidia
2021-04-30
Preliminary CUDA half maths (#1827)
jsmall-nvidia
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
2021-04-29
Support for escaped paths in tools (#1823)
jsmall-nvidia
2021-04-26
Matrix tests and assorted bug tests (#1814)
jsmall-nvidia
2021-04-23
Fix lexer/preproc diagnose issue (#1806)
jsmall-nvidia
2021-04-23
Preliminary CUDA Half support (#1808)
jsmall-nvidia
2021-04-19
Infinite generic parsing bug fix (#1799)
jsmall-nvidia
2021-04-14
Fix for vector initialization combinations (#1794)
jsmall-nvidia
2021-04-13
More preprocessor issues including an infinite loop (#1791)
jsmall-nvidia
2021-04-09
Tests showing preprocessor issues (#1790)
jsmall-nvidia
2021-04-08
Test for specialization problem with undefined resource (#1785)
jsmall-nvidia
2021-04-05
Added tests/current-bugs (#1781)
jsmall-nvidia
2021-04-01
Refactor D3D12 renderer root signature creation (#1779)
Tim Foley
2021-03-31
Support for __LINE__ and __FILE__ in preprocessor (#1772)
jsmall-nvidia
2021-03-30
Add a streamlined syntax for TEST_INPUT lines (#1768)
Tim Foley
2021-03-26
Append proper suffixes to 16-bit literals for GLSL (#1767)
Tim Foley
2021-03-25
Clean up render-test handling of input (#1766)
Tim Foley
2021-03-25
Improve Vulkan shader-objects implementation. (#1765)
Yong He
2021-03-17
Remove old code paths from render-test (#1760)
Tim Foley
2021-03-16
Fix the "acceleration structure in compute" bug for GL_NV_ray_tracing too (#1...
Tim Foley
2021-03-15
Test Doc System (#1754)
jsmall-nvidia
2021-03-15
Fix handling of RT accelerations structures for non-RT stages (#1753)
Tim Foley
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-11
stdlib documentation (#1745)
jsmall-nvidia
2021-03-10
A bunch of overlapping semantic-checking fixes (#1743)
Tim Foley
2021-03-08
Add GLSL support for SV_InnerCoverage (#1740)
Tim Foley
2021-03-05
Add Vulkan/SPIR-V support for TraceRayInline() (#1737)
Tim Foley
2021-03-05
Doc tooling improvements (#1734)
jsmall-nvidia
2021-03-04
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
Yong He
2021-03-03
Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)
Tim Foley
2021-03-02
Fix issue with long identifier names in GLSL output (#1731)
jsmall-nvidia
[next]