summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
2024-06-13capture/replay: implement infrastructure for capture (#4372)kaizhangNV
2024-06-12Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)Yong He
2024-06-12Capability System: Implicit capability upgrade warning/error (#4241)ArielG-NV
2024-06-07Precompute UIntSet from individual capabilities inside generator (#4269)ArielG-NV
2024-06-07Metal compute tests (#4292)skallweitNV
2024-06-06make String::trim consistent with String::trimStart/trimEnd (#4285)skallweitNV
2024-06-05initial set of lldb formatters (#4272)Simon Kallweit
2024-06-04Use memcpy to replace strncpy_s (#4270)kaizhangNV
2024-06-04Add APIs to get profile of compile time (#4242)kaizhangNV
2024-05-31Capabilities generator inclusive join and misc (#4237)ArielG-NV
2024-05-29Add options to speedup compilation. (#4240)Yong He
2024-05-28Print memory leak info in Debug build of slangc.exe (#4210)Jay Kwak
2024-05-24Fix clang-18 build (#4222)exdal
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-14Slang: Support UTF-8 with Byte Order Markers (#4135)cheneym2
2024-05-10Fix race-condition and visual artifacts issues (#4152)kaizhangNV
2024-05-09fix typo (#4144)Tomáš Pazdiora
2024-05-03Add host shared library target. (#4098)Yong He
2024-04-19Add metal downstream compiler + metallib target. (#3990)Yong He
2024-04-19allow preludes in include folder (#3976)Tomáš Pazdiora
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-09typos (#3913)Pema Malling
2024-03-07Uniformity analysis. (#3704)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-06Improve Capability System (#3555)Yong He
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2023-10-25Fix warnings for gcc 12.3 (#3286)Ellie Hermaszewska
2023-10-09Run curated spirv-opt passes through slang-glslang. (#3266)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-09-29Fix for problem with OrderedHashSet causing crash (#3251)jsmall-nvidia
2023-09-13Add all RayQuery SPIRV Intrinsics. (#3204)Yong He
2023-09-07Fix GLSL output for `gl_ClipDistance` input builtin. (#3193)Yong He
2023-09-07Add -repro-fallback-directory (#3188)jsmall-nvidia
2023-09-01Fix GLSL code gen around RayQuery and HitObject types. (#3173)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-16Run vk tests on spirv backend with expected failure list. (#3128)Yong He
2023-08-15squash warnings (#3113)Ellie Hermaszewska
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-07Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska
2023-08-08Add missing empty case to Array::makeArray (#3058)Ellie Hermaszewska
2023-08-08Allow parsing some SPIR-V enums in intrinsics (#3062)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2023-07-18Simplify Lookup and improve compiler performance. (#2996)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley