summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-12-13Remove memory and resource leaks (#754)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-10Remove the "VM" and "bytecode" features (#745)Tim Foley
2018-11-29 Use hardware if available for Dx11 testing (#733)jsmall-nvidia
2018-11-29Fix uses of dynamic_cast on types in reflection API (#731)Tim Foley
2018-11-28* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-21Add support for unbounded arrays as shader parameters (#725)Tim Foley
2018-11-20Keep resources in scope for Vk in DescriptorSet. (#726)jsmall-nvidia
2018-11-09Feature/teamcity output (#715)jsmall-nvidia
2018-10-30Feature/serial string pool refactor (#702)jsmall-nvidia
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-26Work around dxc matrix layout behavior (#694)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-10Feature/source loc refactor (#668)jsmall-nvidia
2018-10-09Feature/var byte encoding (#665)jsmall-nvidia
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-09-17Control unit tests being run with -category -exclude and using prefix. (#637)jsmall-nvidia
2018-09-17Hotfix/fixing warnings (#636)jsmall-nvidia
2018-09-13Feature/memory arena improvements (#633)jsmall-nvidia
2018-09-12Feature/memory arena (#631)jsmall-nvidia
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia
2018-08-10Improve model-viewer support for lights (#626)Tim Foley
2018-08-06Add basic support for "Dear IMGUI" (#625)Tim Foley
2018-08-03Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley
2018-07-25Improved command line control for apis and synthesized tests (#616)jsmall-nvidia
2018-07-06spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia
2018-06-28Share graphics API layer between tests/examples (#603)Tim Foley
2018-06-22Expose macros/functionality for defining interfaces (#604)jsmall-nvidia
2018-06-13Make render-test use Slang for all shader compilation (#597)Tim Foley
2018-06-05Fix atomic operations on RWBuffer (#593)Tim Foley
2018-06-011st stage renderer binding refactor (#587)jsmall-nvidia
2018-05-29Feature/vulkan texture (#579)jsmall-nvidia
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-11Generate Visual Studio projects using Premake (#557)Tim Foley
2018-05-08Feature/xunit (#555)jsmall-nvidia
2018-05-04Use Surface for screen capture in Renderer interface (#551)jsmall-nvidia
2018-05-03Added Surface type - as a simple value type to hold a 2d collection of pixels...jsmall-nvidia
2018-05-03Fixes based on review of vulkan-first-render PR #545 (#546)jsmall-nvidia
2018-05-03Feature/vulkan first render (#545)jsmall-nvidia
2018-04-20Fixes/improvements based on feature/render-binding-resource (#511)jsmall-nvidia
2018-04-19Separation of Binding/Resource construction on Renderer interface (#508)jsmall-nvidia
2018-04-17Feature/renderer binding (#489)jsmall-nvidia
2018-04-10Feature/dx12 compute (#482)jsmall-nvidia
2018-04-04Dx12 rendering works in test framework. (#476)jsmall-nvidia