summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-12-13Add missing header for _getpid() (#5852)Ellie Hermaszewska
2024-12-12Correct casing of windows includes (#5849)Ellie Hermaszewska
2024-12-11Fix language server check skipping when explicit module decl exists. (#5845)Yong He
2024-12-12Bump spirv-header/tools/glslang (#5834)Ellie Hermaszewska
2024-12-11LSP: fix "documentSymbol failed" error. (#5842)Yong He
2024-12-11Fix the logic to determine whether lower generic pass should run. (#5837)Yong He
2024-12-11Fix loop hoisting logic in redundancy pass. (#5836)Yong He
2024-12-11Fix attribute reflection. (#5823)Yong He
2024-12-11Update SPIRV submodules (#5815)Jay Kwak
2024-12-11Fix anyvalue marshalling for matrix and 64 bit types. (#5827)Yong He
2024-12-11Fix wgsl float texture format inference silent failure (#5831)Devon
2024-12-10Enable exprs for GLSL binding layout qualifiers (#5807)Darren
2024-12-10Create scope for synthesized property decl. (#5817)Yong He
2024-12-10Fix a crash when search for files. (#5818)Yong He
2024-12-10Don't emit a warning when implicit casting from known in-range int lit to hal...Yong He
2024-12-10Fix parsing logic of for loops' initial statement. (#5813)Yong He
2024-12-09Add SV_DrawIndex. (#5787)Yong He
2024-12-09Allow pointers to existential values. (#5793)Yong He
2024-12-09Fix crash during emitCast of attributed type, allow MaxIters to take linktime...Yong He
2024-12-09Fix reflection for pointer element types. (#5797)Yong He
2024-12-09Report error on nested functions. (#5792)Yong He
2024-12-09Fix crash on recursive types. (#5796)Yong He
2024-12-09Add Sampler*Shadow type aliases. (#5789)Yong He
2024-12-06Update slang-ast-decl-ref.cpp (#5786)Sai Praveen Bangaru
2024-12-06Support specialization constant on WGSL and Metal. (#5780)Yong He
2024-12-06Implement explciit binding for metal and wgsl. (#5778)Yong He
2024-12-05Do recursive function checks early during IR linking (#5777)Darren Wihandi
2024-12-05Add API for getting last internal error message (#5772)Simon Kallweit
2024-12-05Add wgsl missing float image format inference (#5716)Devon
2024-12-05Remove duplicate call to install() for libslang (#5767)Ellie Hermaszewska
2024-12-05Make fvk-invert-y work on mesh shader ouptuts. (#5760)Yong He
2024-12-04Fix a regression that GL_EXT_samplerless_texture_functions is missing (#5758)kaizhangNV
2024-12-03Fix `SpvExecutionModeOutputLinesEXT`. (#5740)Yong He
2024-12-03Add emit logic for `requirePrelude` inst. (#5735)Yong He
2024-12-03Add intrinsics for aligned load/store. (#5736)Yong He
2024-12-03Conform non-suffixed integer literals (#5717)Darren Wihandi
2024-12-03Core lib Metal math function fixes (#5738)cheneym2
2024-12-03Install PDB files when available (#5665)Ellie Hermaszewska
2024-12-02Fix typo in capdef file (#5711)Bruce Mitchener
2024-12-02Add `OpPrintf` to non-differentiable insts list (#5718)Sai Praveen Bangaru
2024-12-01[Docs] Minor fixes to auto-diff documentation (#5621)Sai Praveen Bangaru
2024-11-29Emit OpExecutionMode SpacingEqual for Domain stage (#5696)Jay Kwak
2024-11-29Support nonuniformEXT for GLSL (#5695)Jay Kwak
2024-11-28wgsl: signedness mismatch fixes (#5692)Anders Leino
2024-11-26WGSL: Fix issue where swizzle L-values are generated (#5682)Anders Leino
2024-11-26wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)Anders Leino
2024-11-25Support interpolation modifiers for WGSL (#5641)Anders Leino
2024-11-25Fix issue where inter-stage parameters without semantics don't get location a...Anders Leino
2024-11-25wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)Anders Leino