summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-08-24Misc. SPIRV Fixes, Part 2. (#3147)Yong He
2023-08-23Misc. SPIRV Fixes. (#3146)Yong He
2023-08-23Lower all ByteAddressBuffer uses for SPIRV. (#3143)Yong He
2023-08-23Retain int casts when unifying generic params (#3145)Ellie Hermaszewska
2023-08-22Make `-fvk-u-shift` work on AppendStructuredBuffer. (#3144)Yong He
2023-08-22Add test case for RayQuery parameter. (#3140)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-18Allow loop counters to be used as constexpr arguments. (#3139)Yong He
2023-08-18SPIRV: Fix matrix layout tests. (#3137)Yong He
2023-08-17Be more careful about merge blocks during loop inversion (#3136)Ellie Hermaszewska
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2023-08-17Add loop inversion pass (#2899)Ellie Hermaszewska
2023-08-16Run vk tests on spirv backend with expected failure list. (#3128)Yong He
2023-08-16Simplify IfElse instructions with a single trivial block (#3114)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-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-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-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-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-08-03Disable code motion for expensive insts (call & div) (#3042)Sai Praveen Bangaru
2023-08-01Fix literals needing cast (#3039)jsmall-nvidia
2023-08-01Generalize collectInductionValues (#3031)Ellie Hermaszewska
2023-07-31Fix for #elif evaluation issue (#3038)jsmall-nvidia
2023-07-27Fix push constant on global variables. (#3034)Yong He
2023-07-27Fix -fvk-u-shift not applying to global constant buffer. (#3033)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-07-26Fix scalar swizzle causes invalid glsl output. (#3028)Yong He
2023-07-26Fix -fvk-u-shift not applying to RWStructuredBuffer on glsl output. (#3027)Yong He
2023-07-26Add glsl intrinsics for CalculateLevelOfDetail (#3023)Ellie Hermaszewska
2023-07-26Add GatherCmp* for texture objects (#3024)Ellie Hermaszewska
2023-07-25Allow parsing more than 10 intrinsic arguments (#3014)Ellie Hermaszewska
2023-07-21Add support for `-fvk-invert-y`. (#3012)Yong He