summaryrefslogtreecommitdiffstats
path: root/tools/render-test
Commit message (Expand)AuthorAge
* Add -profile option to render-test to override a profile to use (#898)jsmall-nvidia2019-03-12
* Improve support for interfaces as shader parameters (#886)Tim Foley2019-03-08
* Fix problems with synthesized tests and inconsitent render-test command lines...jsmall-nvidia2019-03-07
* Hotfix/texture2d gather (#876)jsmall-nvidia2019-03-05
* #include not using search paths (#873)jsmall-nvidia2019-03-02
* First steps toward supporting interface-type parameters on shaders (#852)Tim Foley2019-02-19
* Split front- and back-ends (#846)Tim Foley2019-02-15
* Fix for Dx12 to stop crash when dxil cannot be handled by driver (#851)jsmall-nvidia2019-02-14
* Path simplification/hash mode, plus bug fixes (#788)jsmall-nvidia2019-01-21
* Feature/unique tool source names (#766)jsmall-nvidia2019-01-07
* Feature/remove app context (#765)jsmall-nvidia2018-12-21
* Feature/lex memory reduction (#762)jsmall-nvidia2018-12-20
* Feature/test tool shared libraries (#758)jsmall-nvidia2018-12-17
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Use hardware if available for Dx11 testing (#733)jsmall-nvidia2018-11-29
* Work around dxc matrix layout behavior (#694)Tim Foley2018-10-26
* Feature/premake linux (#689)jsmall-nvidia2018-10-25
* Feature/memory arena (#631)jsmall-nvidia2018-09-12
* Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley2018-08-03
* spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia2018-07-06
* Share graphics API layer between tests/examples (#603)Tim Foley2018-06-28
* Expose macros/functionality for defining interfaces (#604)jsmall-nvidia2018-06-22
* Make render-test use Slang for all shader compilation (#597)Tim Foley2018-06-13
* Fix atomic operations on RWBuffer (#593)Tim Foley2018-06-05
* 1st stage renderer binding refactor (#587)jsmall-nvidia2018-06-01
* Feature/vulkan texture (#579)jsmall-nvidia2018-05-29
* A bunch of work to resolve #569 (#576)Tim Foley2018-05-24
* Generate Visual Studio projects using Premake (#557)Tim Foley2018-05-11
* Use Surface for screen capture in Renderer interface (#551)jsmall-nvidia2018-05-04
* Added Surface type - as a simple value type to hold a 2d collection of pixels...jsmall-nvidia2018-05-03
* Fixes based on review of vulkan-first-render PR #545 (#546)jsmall-nvidia2018-05-03
* Feature/vulkan first render (#545)jsmall-nvidia2018-05-03
* Fixes/improvements based on feature/render-binding-resource (#511)jsmall-nvidia2018-04-20
* Separation of Binding/Resource construction on Renderer interface (#508)jsmall-nvidia2018-04-19
* Feature/renderer binding (#489)jsmall-nvidia2018-04-17
* Feature/dx12 compute (#482)jsmall-nvidia2018-04-10
* Dx12 rendering works in test framework. (#476)jsmall-nvidia2018-04-04
* Fixes based on review of feature/dx12 PR. (#473)jsmall-nvidia2018-04-03
* Feature/dx12 (#469)jsmall-nvidia2018-04-02
* Change uses of "spire" to "slang" (#461)Tim Foley2018-03-29
* Fix signed/unsigned comparison warning. (#455)jsmall-nvidia2018-03-26
* Renderer resource mangement for render-test (#453)jsmall-nvidia2018-03-26
* Tidy up of Renderer (#452)jsmall-nvidia2018-03-22
* First pass impls on ComPtr and reorganise Renderer (#450)jsmall-nvidia2018-03-21
* SlangResult and small bug/typos fixes (#448)jsmall-nvidia2018-03-20
* bug fix: witnessTable's subTypeDeclRef should have default substitution for g...Yong He2018-02-20
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* Initial work on getting render-test to support vulkan (#391)Tim Foley2018-02-02
* Implement type splitting for raw buffers (#393)Tim Foley2018-02-01
* Improvements and bug fixes for global type parametersYong He2018-01-21