summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-10-25Fix Vulkan codegen for image atomics (#690)Tim Foley
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-22Fix problem with __import not working (#688)jsmall-nvidia
2018-10-22Osx build fixes (#681)Matt Pharr
2018-10-19Vulkan implicit sampler fixups (#686)Tim Foley
2018-10-18Add support for static methods in interfaces (#680)Tim Foley
2018-10-17IncludeFileSystem -> DefaultFileSystem (#677)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-16Don't emit extra parentheses when outputting HLSL/GLSL (#674)Tim Foley
2018-10-15Feature/source loc improvements (#673)jsmall-nvidia
2018-10-12Feature/source loc review (#672)jsmall-nvidia
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-11Fix error when one constant is defined equal to another (#670)Tim Foley
2018-10-11Add basic support for [mutating] methods (#667)Tim Foley
2018-10-10Feature/source loc refactor (#668)jsmall-nvidia
2018-10-09Added -serial-ir command line option (#664)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-10-04Remove need of IRHightLevelDecoration in emit (#660)jsmall-nvidia
2018-10-03Update DXR API definitions for final spec. (#659)Tim Foley
2018-10-02Feature/ir serial debug (#657)jsmall-nvidia
2018-09-28Feature/ir serialize improvements (#655)jsmall-nvidia
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-25Improve IROp lookup (#650)jsmall-nvidia
2018-09-24Fixes around atomic operations (#652)Tim Foley
2018-09-24Remap IROp value rangesjsmall-nvidia
2018-09-21Remove the "hack sampler" workaround (#648)Tim Foley
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-09-19Support for IRStringLit (#645)jsmall-nvidia
2018-09-19Warn when undefined identifier used in preprocessor conditional (#642)Tim Foley
2018-09-17Remove IRDeclRef as recommended in comments for PR #635 as no longer used. (#...jsmall-nvidia
2018-09-17Hotfix/fixing warnings (#636)jsmall-nvidia
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-09-13Add a better error message for common global generic failure (#634)Tim Foley
2018-09-13Feature/memory arena improvements (#633)jsmall-nvidia
2018-09-12Feature/memory arena (#631)jsmall-nvidia
2018-08-27Add basic support for #pragma once (#630)Tim Foley
2018-08-22Support for [[vk::push_constant]] (#629)jsmall-nvidia
2018-08-21Add support for more RasterizerOrdered types (#628)Tim Foley
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-31Fix imageStore output for types other than 4-vectors (#622)Tim Foley
2018-07-31Feature/attributed binding (#621)jsmall-nvidia
2018-07-26Fix translation of RWTexture subscript operations for Vulkan (#618)Tim Foley
2018-07-26Fix implicit flat interpolation for GLSL output (#619)Tim Foley
2018-07-17Fix problem when doing options parse, that failure doesn't leave appropriate ...jsmall-nvidia
2018-07-06spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia
2018-06-28Fix up definitions of half and double in stdlib (#608)Tim Foley
2018-06-27Support for Tessellation (#607)jsmall-nvidia