summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2022-06-07Major language server features. (#2264)Yong He
2022-06-07Add simple ray tracing test (#2261)lucy96chen
2022-06-02Add simple swapchain resize test (#2249)lucy96chen
2022-06-02COM interfaces with host callable (#2258)jsmall-nvidia
2022-06-01New language feature: basic error handling. (#2253)Yong He
2022-06-01Add language server daemon. (#2251)Yong He
2022-06-01Vulkan validation error fixes (#2254)lucy96chen
2022-05-27Added NativeStringType (#2252)jsmall-nvidia
2022-05-26Split render-vk.h/.cpp into a set of smaller files (#2244)lucy96chen
2022-05-23Update SPIR-V Headers (#2246)Theresa Foley
2022-05-18Support for querying which parameters are used in emitted code (#2239)Alexey Panteleev
2022-05-17Split render-d3d12.h/cpp into a set of smaller files (#2231)lucy96chen
2022-05-10Initial support for COM interface in host code. (#2230)Yong He
2022-05-10Use IR pass to eliminate phi nodes (#2226)Theresa Foley
2022-05-05Output SPIR-V lifetimes (#2221)jsmall-nvidia
2022-05-05Preliminary Liveness tracking (#2218)jsmall-nvidia
2022-04-27Split out Artifact info (#2193)jsmall-nvidia
2022-04-26Linking in DXC (#2190)jsmall-nvidia
2022-04-19Make translation units in the same CompileReq visible to `import`. (#2184)Yong He
2022-04-15DXIL library support and Artifact type (#2186)jsmall-nvidia
2022-04-14GFX renaming work part 1 (#2183)lucy96chen
2022-04-12Support `[DllImport]` (#2181)Yong He
2022-04-11Refactor: eliminate BackEndCompileRequest (#2178)Theresa Foley
2022-04-07Texture views/shapes tests part 1 (#2179)lucy96chen
2022-03-28Allow slangc to generate exe from .slang file. (#2170)Yong He
2022-03-24Separated out new texture-related structures and texture data generation from...lucy96chen
2022-03-09Initial support for documentation extraction in C++ (#2156)jsmall-nvidia
2022-02-25Improved SCCP, inlining and resource specialization passes, legalize `ImageSu...Yong He
2022-02-16Various gfx fixes. (#2132)Yong He
2022-02-11gfx: Various Vulkan fixes. (#2129)Yong He
2022-02-10gfx: support d3d12 root parameters (#2122)Yong He
2022-02-10Fix MacOSX build issues (#2124)jsmall-nvidia
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-02-09Added a simple test for getFormatSupportedResourceStates() (#2118)lucy96chen
2022-02-03Fixed naming conflicts in heterogeneous-hello-world (#2114)David Siher
2022-01-27Turn off edit and continue to prevent warnings. (#2097)Yong He
2022-01-27Update heterogeneous-hello-world to use gfx changes + delete shader.cpp (#2085)David Siher
2022-01-25Add implementations for resolveResource() to D3D12 and Vulkan backends (#2094)lucy96chen
2022-01-19Vulkan implementations for copyTexture, copyTextureToBuffer, and textureSubre...lucy96chen
2022-01-14Various fixes to GFX, nested parameter block test for d3d12. (#2081)Yong He
2022-01-10Various fixes to gfx. (#2074)Yong He
2021-12-16gfx: Add tests for instanced, indexed instanced, and indirect draw calls (#2060)lucy96chen
2021-12-09Implement instanced and indirect draw calls (#2053)lucy96chen
2021-12-08D3D12 and Vulkan to CUDA Texture Sharing (#2038)lucy96chen
2021-12-07gfx: D3D12 and VK Fence implementation. (#2048)Yong He
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-15Http protocol support (#2012)jsmall-nvidia