summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-10-25Enabling slang-llvm for host-callable (#1975)jsmall-nvidia
2021-10-20Selecting downstream compiler on code gen transition (#1980)jsmall-nvidia
2021-10-19Generalize heterogenous code emit (#1968)David Siher
2021-10-18GFX: implement mutable shader objects. (#1963)Yong He
2021-10-08Basic VK buffer barrier test (#1967)Kai Yao
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-10-04Get native handles for TextureResource and BufferResource (#1960)lucy96chen
2021-10-01Add getNativeHandle() to ICommandQueue and ICommandBuffer (#1952)lucy96chen
2021-09-29Fix ARM64 detection for MSVC (#1951)Chad Engler
2021-09-24Add existing device handle support unit test (#1946)lucy96chen
2021-09-24Move existing unit tests to a standalone dll. (#1945)Yong He
2021-09-22Add gfx unit testing framework. (#1943)Yong He
2021-09-14Bring heterogeneous-hello-world back up to date. (#1935)David Siher
2021-09-10First Slang LLVM integration (#1934)jsmall-nvidia
2021-09-09`reinterpret` and 16-bit value packing. (#1933)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-08-10Enable reading OptiX SBT records via uniform parameters on ray tracing entry ...Nathan V. Morrical
2021-07-28Experimental DXR1.0 support in gfx. (#1915)Yong He
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-07-08Update VS projects to 2019. (#1901)Yong He
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-23Change default VS version to 2017. (#1893)Yong He
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-01JSONValue / Container (#1864)jsmall-nvidia
2021-05-27JSON Parser and Writer (#1859)jsmall-nvidia
2021-05-25JSON Lexing and string encoding/decoding (#1858)jsmall-nvidia
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-19SourceLoc use in command line processing (#1848)jsmall-nvidia
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-04-29`gfx` DebugCallback and debug layer. (#1822)Yong He
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-19Splitting up C++ extractor (#1800)jsmall-nvidia
2021-04-16Add Hello world example. (#1797)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-04-01Add compiler-core project files for VS (#1778)jsmall-nvidia
2021-04-01Added compiler-core project (#1775)jsmall-nvidia
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-17Remove old code paths from render-test (#1760)Tim Foley
2021-03-16Update binaries (#1758)Tim Foley
2021-03-16Enable building glslang from source (#1757)Tim Foley