summaryrefslogtreecommitdiff
path: root/tools/render-test/shader-renderer-util.cpp
AgeCommit message (Expand)Author
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-03-25Clean up render-test handling of input (#1766)Tim Foley
2021-03-17Remove old code paths from render-test (#1760)Tim Foley
2021-03-11Change representation of initial data for textures (#1747)Tim Foley
2021-03-10Swapchain resize and rename to `IDevice` (#1741)Yong He
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-11Make `gfx::Renderer` a COM interface. (#1653)Yong He
2020-12-03Add shader object parameter binding to renderer_test. (#1622)Yong He
2020-08-05Change the policy for entry-point uniform parameters on Vulkan (#1476)Tim Foley
2020-02-08Fixes to make all CPU compute shaders work on CUDA (#1211)jsmall-nvidia
2019-11-21Remove support for explicit register/binding syntax on TEST_INPUT (#1132)Tim Foley
2019-09-03CPU uniform entry point params (#1041)jsmall-nvidia
2019-04-29String/List closer to conventions, and use Index type (#959)jsmall-nvidia
2019-03-27GLSL half texture access (#931)jsmall-nvidia
2019-03-05Hotfix/texture2d gather (#876)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-08-03Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley
2018-06-05Fix atomic operations on RWBuffer (#593)Tim Foley
2018-06-011st stage renderer binding refactor (#587)jsmall-nvidia
2018-04-20Fixes/improvements based on feature/render-binding-resource (#511)jsmall-nvidia