summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Merge pull request #2218 from KhronosGroup/pr-2217upstream/1.3.268upstreamHans-Kristian Arntzen9-2/+152
2023-10-16Style fixups.Hans-Kristian Arntzen2-10/+9
2023-10-16Fixup stray comments in test_shaders.sh.Hans-Kristian Arntzen1-7/+7
2023-10-16Merge branch 'metal-3-1-regression-fix' of https://github.com/billhollings/SP...Hans-Kristian Arntzen10-9/+160
2023-10-14MSL: Workaround Metal 3.1 regression bug on recursive input structs.Bill Hollings10-10/+161
2023-10-14Fix stray namespace issue.Hans-Kristian Arntzen1-1/+1
2023-10-11Merge pull request #2216 from KhronosGroup/buffer-reference-2Hans-Kristian Arntzen25-25/+25
2023-10-11Merge pull request #2215 from KhronosGroup/fix-2210Hans-Kristian Arntzen8-8/+137
2023-10-11GLSL: Use buffer_reference2 instead of 1.Hans-Kristian Arntzen25-25/+25
2023-10-11GLSL: Ignore bogus constant/undefs which use block types.Hans-Kristian Arntzen5-8/+76
2023-10-11GLSL: Handle empty block declarations.Hans-Kristian Arntzen3-0/+37
2023-10-11HLSL: Add missing reference output file.Hans-Kristian Arntzen1-0/+24
2023-10-10Merge pull request #2207 from etang-cw/CacheSpirvToolsHans-Kristian Arntzen1-2/+11
2023-10-10Merge pull request #2211 from EpicGames/mainHans-Kristian Arntzen1-0/+39
2023-10-09Add Natvis file with debug information for VectorView and SmallVector.Laura Hermanns1-0/+39
2023-10-03Parallelize Github Actions buildsEvan Tang1-2/+2
2023-10-03Cache externals in GitHub ActionsEvan Tang1-0/+9
2023-10-02Merge pull request #2205 from Try/hlsl-ssbo-array-store-fixHans-Kristian Arntzen3-1/+47
2023-09-28Fix unroll, when storing to pointer to arrayTry3-1/+47
2023-09-25Merge pull request #2203 from Try/msl-atomics-fixHans-Kristian Arntzen3-0/+160
2023-09-25Merge pull request #2201 from Try/msl-rayquery-mutability-fixHans-Kristian Arntzen3-0/+101
2023-09-19fix extraction of global variables, in case of atomicsTry3-0/+160
2023-09-16MSL: fix mutability for rayQueryEXT parametersTry3-0/+101
2023-09-12Merge pull request #2197 from Try/rich-descriptor-fixupHans-Kristian Arntzen1-1/+2
2023-09-06check for SPVFuncImplVariableSizedDescriptorTry1-1/+2
2023-08-28Merge pull request #2193 from KhronosGroup/fix-2192Hans-Kristian Arntzen1-3/+3
2023-08-28MSL: Workaround bizarre crash on macOS.Hans-Kristian Arntzen1-3/+3
2023-08-28Merge pull request #2190 from hiteshbosamiya/SC-2189Hans-Kristian Arntzen2-25/+34
2023-08-26[SC-2189] Compiler::get_shader_resources() does not return all uniformsHitesh A. Bosamiya2-25/+34
2023-08-25Merge pull request #2191 from KhronosGroup/mesh-clip-cull-fixHans-Kristian Arntzen3-4/+151
2023-08-25GLSL: Fix Clip/Cull in mesh shaders.Hans-Kristian Arntzen3-4/+151
2023-08-17Merge pull request #2187 from KhronosGroup/mesh-invariant-positionHans-Kristian Arntzen9-13/+253
2023-08-17Merge pull request #2186 from KhronosGroup/64bit-imagesHans-Kristian Arntzen3-0/+50
2023-08-17Merge pull request #2185 from KhronosGroup/perprimitive-fixHans-Kristian Arntzen3-1/+25
2023-08-17Merge pull request #2184 from KhronosGroup/msl-runtime-array-to-argument-bufferHans-Kristian Arntzen10-69/+771
2023-08-17GLSL: Emit inline invariant position for mesh shaders.Hans-Kristian Arntzen9-13/+253
2023-08-17GLSL: Implement 64-bit image support.Hans-Kristian Arntzen3-0/+50
2023-08-17GLSL: Require mesh shader when using perprimitiveEXT in frag shader.Hans-Kristian Arntzen3-1/+25
2023-08-17MSL: Fixup nits from review.Hans-Kristian Arntzen4-15/+9
2023-08-17MSL: runtime array over argument buffersTry10-68/+776
2023-08-17Merge pull request #2153 from etang-cw/TexFenceHans-Kristian Arntzen6-1/+15
2023-08-15MSL: Make rw texture fences optionalEvan Tang2-1/+7
2023-08-15MSL: Prevent RAW hazards on read_write texturesEvan Tang5-1/+9
2023-07-26Merge pull request #2178 from billhollings/arg-buff-fixesHans-Kristian Arntzen1-9/+5
2023-07-14Fix argument buffer padding when content includes arrays.Bill Hollings1-9/+5
2023-07-14Merge pull request #2176 from Try/msl-intersection-paramsHans-Kristian Arntzen6-7/+140
2023-07-03update rq unit testsTry2-3/+55
2023-07-03update rq unit testsTry2-3/+53
2023-07-03+ spvMakeIntersectionParamsTry2-1/+32
2023-07-03Merge pull request #2174 from KhronosGroup/pr-2168Hans-Kristian Arntzen8-0/+434