summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2024-05-27[gfx] metal backend skeleton (#4223)Simon Kallweit
2024-05-17capture/relay: Add capture interface classes (#4177)kaizhangNV
2024-05-08Metal: propagate and specialize address space. (#4137)Yong He
2024-05-08capture/replay: interface implementation 1 (#4122)kaizhangNV
2024-05-06Delete `wrap-global-context` pass. (#4114)Yong He
2024-04-30Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru
2024-04-30Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-18Metal: rewrite global variables as explicit context. (#3981)Yong He
2024-04-17Support combined texture sampler when targeting HLSL. (#3963)Yong He
2024-04-17Add skeleton for metal backend. (#3971)Yong He
2024-04-15[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)Yong He
2024-04-11WIP: Fix the variable scope issue (#3838) (#3892)kaizhangNV
2024-04-09Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He
2024-04-03Legalization of non-struct when function expects struct, resolves #3840 (#3880)ArielG-NV
2024-03-18Check for cylic types. (#3790)Yong He
2024-03-18Fix SPIRV for mesh shaders, checks for invalid target code&recursion. (#3788)Yong He
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-12Make type names spec-conformant in SPIRV reflect. (#3748)Yong He
2024-03-07Uniformity analysis. (#3704)Yong He
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-20Support link time type specialization. (#3604)Yong He
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-15Support loading serialized modules. (#3588)Yong He
2024-02-09Support link-time constants. (#3564)Yong He
2024-01-24Generate lookup tables from cmake (#3461)Ellie Hermaszewska
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-18macos/vulkan support (#3418)skallweitNV
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-11-14Add GLSL Compatibility. (#3321)Yong He
2023-10-19Add a tool to dump/replay compute pipeline creation from gfx. (#3275)Yong He
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-27Various SPIRV fixes. (#3231)Yong He
2023-09-11Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-08-29Add more wave intrinsics. (#3162)Yong He
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Support SPIRV Capability declaration on intrinsic functions. (#3150)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He