summaryrefslogtreecommitdiff
path: root/source/core
AgeCommit message (Expand)Author
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
2023-07-12Use scratchData on `IRInst` to replace HashSets. (#2978)Yong He
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-06-09Small improvements around StringBlob (#2924)jsmall-nvidia
2023-06-08Improvements around StringBlob (#2921)jsmall-nvidia
2023-05-05Squash a couple of warnings on clang (#2870)Ellie Hermaszewska
2023-05-04Add SLANG_ASSUME and use it in release asserts (#2859)Ellie Hermaszewska
2023-05-02Markdown CommandOptions (#2860)jsmall-nvidia
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-29vkd3d and dxvk integration (#2823)Ellie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Bump glm and stb + small neatenings (#2831)Ellie Hermaszewska
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Improve SourceMap coverage/testing (#2818)jsmall-nvidia
2023-04-20Changes for vkd3d proton (#2813)Ellie Hermaszewska
2023-04-19Make SourceMap a value type (#2812)jsmall-nvidia
2023-04-18On demand SourceMap JSON serialization (#2811)jsmall-nvidia
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-14Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)Ellie Hermaszewska
2023-04-14Set the executable bit on Executable artifact files (#2796)Ellie Hermaszewska
2023-04-13Correct http header construction (#2795)Ellie Hermaszewska
2023-04-12Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia
2023-04-11Artifact simplification (#2781)jsmall-nvidia