summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-16Simplify IfElse instructions with a single trivial block (#3114)Ellie Hermaszewska
2023-08-15squash warnings (#3113)Ellie Hermaszewska
2023-08-15Remove -use-glsl-matrix-layout-modifier from test (#3104)Ellie Hermaszewska
2023-08-15SPIRV: debug source and debug line. (#3109)Yong He
2023-08-16Fix a bug that warning 39001 can't be fully disabled. (#3112)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15Fix ByteAddressBuffer array legalization. (#3106)Yong He
2023-08-15Disable strict aliasing for gcc (#3105)Ellie Hermaszewska
2023-08-15Fix bug with overload resolution under nested generics (#3107)Sai Praveen Bangaru
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-14Add auto-diff support for `IRSwizzleStore` (#3102)Sai Praveen Bangaru
2023-08-14Update target-deps.json (#3103)Yong He
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-14Fix issue with nested loop unrolling (#3100)Sai Praveen Bangaru
2023-08-11Make sure glsl source in spirv is included when compiling with -g3 (#3099)Yong He
2023-08-10Add scalar version of `distance`. (#3096)Yong He
2023-08-10Upgrade to glslang 12.3.1 (#3095)Yong He
2023-08-10Fix `Texture2D.Load()` with offset. (#3094)Yong He
2023-08-10Add support for ConstBufferPointer on Vulkan. (#3089)Yong He
2023-08-10Allow member lookup through modified type. (#3091)Yong He
2023-08-09Support nested structs in function bodies. (#3078)Yong He
2023-08-09Support implciit casted swizzled lvalue. (#3077)Yong He
2023-08-09Various fixes in GLSL emit. (#3074)Yong He
2023-08-09Clean up and improve Val deduplication performance. (#3069)Yong He
2023-08-08Set Full GPU CI timeout to 100 minutes. (#3070)Yong He
2023-08-08Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store. (#3068)Yong He
2023-08-07Add warning on mutation of function parameter (#3067)Theresa Foley
2023-08-07Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska
2023-08-07Default target intrinsic should not apply to SPIR-V (#3054)Ellie Hermaszewska
2023-08-07Fix -fvk-use-entrypoint-name. (#3066)Yong He
2023-08-07Validate generated SPIR-V on output (#3061)Ellie Hermaszewska
2023-08-07Unify Type and Constant sections for SPIR-V (#3057)Ellie Hermaszewska
2023-08-07Casting and vector/scalar correct arithmetic ops for SPIR-V (#3056)Ellie Hermaszewska
2023-08-07Add missing header in slang-glslang (#3055)Ellie Hermaszewska
2023-08-07Diagnostic improvements for direct spirv (#3053)Ellie Hermaszewska
2023-08-07Fix `Val` deduplication bug. (#3050)Yong He
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-08Simplify SpvTypeInstKey (#3063)Ellie Hermaszewska
2023-08-08sv_groupindex support for spirv (#3060)Ellie Hermaszewska
2023-08-08Fail on an unhandled spv operand (#3052)Ellie Hermaszewska
2023-08-07Correct return type for emitFieldAddress (#3051)Ellie Hermaszewska
2023-08-04Add option to use original entrypoint in spirv output. (#3047)Yong He
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-08-04Added D3D12 RenderTargetView TextureCube case (#3048)SirKero
2023-08-03Fix around texture footprint support for NVAPI. (#3046)jsmall-nvidia
2023-08-03Disable code motion for expensive insts (call & div) (#3042)Sai Praveen Bangaru
2023-08-02Only define atomics for `float2` and `float4` when CUDA arch<900 (#3041)Sai Praveen Bangaru
2023-08-02Add mailmap (#3043)Ellie Hermaszewska
2023-08-01Fix literals needing cast (#3039)jsmall-nvidia