summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-15[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)Yong He
2024-04-12Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934)Yong He
2024-04-10fix vulkan shared fence (#3911)skallweitNV
2024-04-09Allow COM based API to discover and check entrypoints without [shader] attrib...Yong He
2024-04-05gfx vulkan fixes (#3897)skallweitNV
2024-03-26Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...ArielG-NV
2024-03-16[gfx] compile shaders when creating programs for d3d12/vulkan (#3774)skallweitNV
2024-03-15[gfx] use CUDA driver API (#3776)skallweitNV
2024-03-13Add wrapper type synthesis logic for constructors. (#3756)Yong He
2024-03-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV
2024-03-12Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)Yong He
2024-03-12gfx: return error when vulkan fails to create buffer/pipeline (#3741)skallweitNV
2024-03-11Link-time specialization fixes. (#3734)Yong He
2024-03-08Enhance link-time type test. (#3724)Yong He
2024-03-08Parser and module finding logic fixes. (#3720)Yong He
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-07set VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT for device local memory (#3698)skallweitNV
2024-03-01warnings (#3653)Ellie Hermaszewska
2024-02-29Fix various crashes when generating debug info. (#3650)Yong He
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-27add support for shared resources on vulkan/linux (#3636)skallweitNV
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-26switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain (#3627)Simon Kallweit
2024-02-23Add slangc interface to compile and use ir modules. (#3615)Yong He
2024-02-22Add API for querying and reusing precompiled binary modules. (#3614)Yong He
2024-02-20derive approximate DX12 shader model in vulkan (#3596)skallweitNV
2024-02-20Add wrapper type syntax for link time specialization. (#3606)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-02-06gfx:Add callback to IPipelineCreationAPIDispatcher (#3556)kaizhangNV
2024-02-02Capability type checking. (#3530)Yong He
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-02-02GLSL Passthrough support for SSBO types (#3446)Ellie Hermaszewska
2024-02-02adding required extensions to gfx to enable basic vulkan printf functionality...Nathan V. Morrical
2024-01-26Fix LSP compatibility issues with Visual Studio. (#3520)Yong He
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-18macos/vulkan support (#3418)skallweitNV
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-12-06Support visibility control and default to `internal`. (#3380)Yong He
2023-12-05squash warnings (#3378)Ellie Hermaszewska
2023-11-28Misc language server fixes. (#3357)Yong He
2023-11-17warnings (#3335)Ellie Hermaszewska
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-10-25Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska
2023-10-25Use GLSL Scalar layout for vulkan device. (#3285)Yong He
2023-10-19Add a tool to dump/replay compute pipeline creation from gfx. (#3275)Yong He
2023-10-17Type layouts for structured buffers with counters (#3269)Ellie Hermaszewska