summaryrefslogtreecommitdiff
path: root/tools/gfx/vulkan
AgeCommit message (Expand)Author
2025-08-26Fail slang-test when VVL printed errors (#8280)Jay Kwak
2025-06-18Fix additional VVL violations (#7377)Gangzheng Tong
2025-05-30Change SLANG_OVERRIDE_xxx_PATH and fix header file path (#7207)Lujin Wang
2025-05-16Enable Windows full debug testsuite in CI (#7085)Gangzheng Tong
2025-05-10Update build to allow setting more external paths (#7044)lujinwangnv
2025-04-18Check the available VK extensions before using CoopVec APIs in GFX (#6849)Jay Kwak
2025-04-17Fix compiler warning with clang 18.1.8 on windows (#6843)Jay Kwak
2025-03-05Support SPIR-V deferred linking option (#6500)cheneym2
2025-02-26Fix precompiledTargetModule tests (#6455)cheneym2
2025-01-30Support cooperative vector including Vulkan-Header (#6228)Jay Kwak
2025-01-30Support cooperative vector (#6223)Jay Kwak
2024-12-26Support dispatchComputeIndirect and draw(Indexed)Indirect with count buffer f...AdamYuan
2024-12-10A small mistake. (#5819)HappyLi3
2024-11-13Correct include dir for libslang (#5539)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2024-10-29preparation for clang format (#5422)Ellie Hermaszewska
2024-08-15fix getVKAdapters on MoltenVK (#4852)skallweitNV
2024-07-10Do not include vk xlib headers from vulkan.h when SLANG_ENABLE_XLIB is not se...Ellie Hermaszewska
2024-06-27Ray tracing validation (#4418)ccummingsNV
2024-06-11Remove duplicate `VkPhysicalDeviceComputeShaderDerivativesFeaturesNV` extensi...ArielG-NV
2024-06-10Address glslang ordering requirments for 'derivative_group_*NV' (#4323)ArielG-NV
2024-06-10[gfx] Metal graphics support (#4324)skallweitNV
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-27add support for callable shaders in gfx (#3460)skallweitNV
2024-05-22Fix all Clang-14 warnings (#4203)ArielG-NV
2024-05-13[gfx] specify resource view buffer range in bytes (#4149)skallweitNV
2024-05-11add missing Result to IRayTracingCommandEncoder::bindPipline (#4148)skallweitNV
2024-05-08[gfx] Cache mutable root shader object in Vulkan (#4119)skallweitNV
2024-04-28Add variable pointers to render-test-vk and a related failing test-case (#4041)ArielG-NV
2024-04-22create empty vulkan framebuffer with max dimensions (#3996)skallweitNV
2024-04-10fix vulkan shared fence (#3911)skallweitNV
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-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV
2024-03-12gfx: return error when vulkan fails to create buffer/pipeline (#3741)skallweitNV
2024-03-07set VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT for device local memory (#3698)skallweitNV
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-26switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain (#3627)Simon Kallweit
2024-02-20derive approximate DX12 shader model in vulkan (#3596)skallweitNV
2024-02-20Refactor compiler option representations. (#3598)Yong He
2024-02-06gfx:Add callback to IPipelineCreationAPIDispatcher (#3556)kaizhangNV
2024-02-02Atomics+Wave ops intrinsics fixes. (#3542)Yong He
2024-02-02adding required extensions to gfx to enable basic vulkan printf functionality...Nathan V. Morrical
2023-12-18macos/vulkan support (#3418)skallweitNV
2023-11-01Parameter binding and gfx fixes. (#3302)Yong He
2023-10-25Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska
2023-10-19Add a tool to dump/replay compute pipeline creation from gfx. (#3275)Yong He