index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
render-test
/
shader-input-layout.cpp
Age
Commit message (
Expand
)
Author
2024-07-31
Allow generic type deduction from ParameterBlock arguments. (#4766)
Yong He
2024-05-01
SPIRV: Fix performance issue when handling large arrays. (#4064)
Yong He
2024-03-26
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2023-11-01
Parameter binding and gfx fixes. (#3302)
Yong He
2023-10-17
Type layouts for structured buffers with counters (#3269)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-25
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
2021-07-08
Allow render-test to run inline ray tracing tests. (#1903)
Yong He
2021-06-25
Fixes related to combined texture/sampler types (#1894)
Theresa Foley
2021-06-06
Fixed issue around 4xFloat16 texture on CUDA (#1874)
jsmall-nvidia
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-06
Half texture support (#1836)
jsmall-nvidia
2021-04-01
Refactor D3D12 renderer root signature creation (#1779)
Tim Foley
2021-03-30
Add a streamlined syntax for TEST_INPUT lines (#1768)
Tim Foley
2021-03-25
Clean up render-test handling of input (#1766)
Tim Foley
2021-03-17
Remove old code paths from render-test (#1760)
Tim Foley
2021-02-19
Make gfx library visible to external user. (#1719)
Yong He
2020-12-03
Add shader object parameter binding to renderer_test. (#1622)
Yong He
2020-11-05
Standard library save/loadable (#1592)
jsmall-nvidia
2020-10-09
Support CUDA bindless texture in dynamic dispatch code. (#1575)
Yong He
2020-09-02
Allow unspecialized existential shader parameters (dynamic dispatch). (#1529)
Yong He
2020-09-01
Support dynamic existential shader parameters in render-test (#1525)
Yong He
2020-08-05
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2020-05-26
Improvements around hashing (#1355)
jsmall-nvidia
2020-02-20
WIP on RWTexture types on CUDA/CPU (#1234)
jsmall-nvidia
2020-02-18
Added support for Targets to TypeTextUtil. (#1226)
jsmall-nvidia
2020-02-08
Fixes to make all CPU compute shaders work on CUDA (#1211)
jsmall-nvidia
2020-02-04
CUDA/C++ backend improvements (#1198)
jsmall-nvidia
2020-01-29
Feature/test for double behavior (#1186)
jsmall-nvidia
2020-01-17
Slang -> CUDA kernel runs correctly in test infrastructure (#1167)
jsmall-nvidia
2020-01-15
Bind Location (#1166)
jsmall-nvidia
2019-11-21
Remove support for explicit register/binding syntax on TEST_INPUT (#1132)
Tim Foley
2019-11-19
Initial work for "global generic value parameters" (#1127)
Tim Foley
2019-10-11
Support for unbounded array of arrays (#1078)
jsmall-nvidia
2019-09-23
Simple test profiling (#1062)
jsmall-nvidia
2019-09-18
Clean up some behavior of operator% (#1060)
Tim Foley
2019-09-16
CPU Performance/Testing improvements (#1055)
jsmall-nvidia
2019-09-09
CPU compute testing on non windows targets (#1045)
jsmall-nvidia
2019-09-03
CPU uniform entry point params (#1041)
jsmall-nvidia
2019-08-22
WIP: CPU compute coverage (#1030)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-05-31
Use slang- prefix on slang compiler and core source (#973)
jsmall-nvidia
2019-04-29
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-03-05
Hotfix/texture2d gather (#876)
jsmall-nvidia
2019-02-19
First steps toward supporting interface-type parameters on shaders (#852)
Tim Foley
[next]