summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-31Remove redundant define form synchapi emulation (#3169)Ellie Hermaszewska
2023-08-31Fix typo in intrinsic for `WaveActiveMin()` (#3167)Sai Praveen Bangaru
2023-08-30Fix subtle corner-case with vars getting hoisted out of the loop creating unn...Sai Praveen Bangaru
2023-08-30Fix memory barrier intrinsics. (#3166)Yong He
2023-08-29Wave intrinsics. (#3164)Yong He
2023-08-29Correct parsing spirv with no rhs operands (#3161)Ellie Hermaszewska
2023-08-29Add more wave intrinsics. (#3162)Yong He
2023-08-29clock intrinsics for spirv (#3159)Ellie Hermaszewska
2023-08-29Avoid empty lines when not finding a render api (#3160)Ellie Hermaszewska
2023-08-28Fix cast, needs to be PtrTypeBase rather than PtrType such that InOut/Out wor...jsmall-nvidia
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-29s/depreciated/deprecated/ (#3153)Ellie Hermaszewska
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Fix various issues with trivial loops (#3149)Sai Praveen Bangaru
2023-08-25Initial version of spirv_asm block (#3151)Ellie Hermaszewska
2023-08-25Support SPIRV Capability declaration on intrinsic functions. (#3150)Yong He
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-22color spirv-val output (#3132)Ellie Hermaszewska
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-18Bail out of infinite timeouts in our posix synchapi emulation (#3129)Ellie Hermaszewska
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-17Update README.mdjsmall-nvidia
2023-08-17Update README.mdjsmall-nvidia
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-16Correct check for empty target flags (#3115)Ellie Hermaszewska
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