- 3f1c8a1 Merge tag 'vulkan-sdk-1.4.304.1' into HEAD by Yilong Li · 1 year ago main master
- 4d2d531 [fuchsia] Remove OWNERS and README.fuchsia. by Yilong Li · 1 year ago
- 49bfbfb [readme] Add README.fuchsia by Yilong Li · 1 year, 2 months ago
- ebe2aa0 Merge pull request #2429 from KhronosGroup/fix-2411 by Hans-Kristian Arntzen · 1 year, 2 months ago upstream/vulkan-sdk-1.4.304 vulkan-sdk-1.4.304.0 vulkan-sdk-1.4.304.1
- de515fe HLSL: Don't emit the builtin PerVertex array as inout. by Hans-Kristian Arntzen · 1 year, 2 months ago
- 2b69008 HLSL: Handle array load/store of clip/cull in mesh shaders. by Hans-Kristian Arntzen · 1 year, 2 months ago
- 5d28c71 Forward builtin state through access chains. by Hans-Kristian Arntzen · 1 year, 2 months ago
- d2478b2 Merge pull request #2428 from KhronosGroup/pr2427 by Hans-Kristian Arntzen · 1 year, 2 months ago
- 67dfa0d Actually traverse the dependency chain through temporaries. by marcos balsa · 1 year, 2 months ago
- 022aad4 Merge pull request #2425 from KhronosGroup/fix-2420 by Hans-Kristian Arntzen · 1 year, 2 months ago
- a75ad07 Track invariance dependencies separate from expression deps. by Hans-Kristian Arntzen · 1 year, 2 months ago
- 6eac38b Merge pull request #2422 from KhronosGroup/fix-2416 by Hans-Kristian Arntzen · 1 year, 3 months ago
- 56d0aa4 MSL: Use unpacked arguments in texture arguments. by Hans-Kristian Arntzen · 1 year, 3 months ago upstream/fix-2416
- 42c2136 Merge pull request #2418 from Try/msl-mesh-shader-patch1 by Hans-Kristian Arntzen · 1 year, 3 months ago
- 03a0cd1 [owners] Update OWNERS. by Yilong Li · 1 year, 3 months ago
- f7783b5 fixes for mesh-shader by Try · 1 year, 3 months ago
- 9040e0d Merge pull request #2417 from KhronosGroup/metal-sdk-ci-fix by Hans-Kristian Arntzen · 1 year, 3 months ago
- 5b93397 MSL: centroid/sample barycentrics aren't supported after all. by Hans-Kristian Arntzen · 1 year, 3 months ago
- f669d0c Get rid of MSL SDK check on CI. by Hans-Kristian Arntzen · 1 year, 3 months ago
- 25ffa1e Merge pull request #2414 from tygyh/Add-out-of-bounds-assertions by Hans-Kristian Arntzen · 1 year, 3 months ago
- cc62898 Merge pull request #2406 from billhollings/pad-arg-buff-scalar-on-array by Hans-Kristian Arntzen · 1 year, 3 months ago
- c6458bd Apply suggestions from code review by Hans-Kristian Arntzen · 1 year, 3 months ago
- be7c1a3 Merge pull request #2409 from rdb/patch-1 by Hans-Kristian Arntzen · 1 year, 3 months ago
- 6cbb943 Merge pull request #2410 from rdb/glsl-legacy-fix-int-literal-suffix by Hans-Kristian Arntzen · 1 year, 3 months ago
- fef8114 Add out-of-bounds assertions by Dr. Dystopia · 1 year, 3 months ago
- 8caa638 GLSL: Use u literal suffix in legacy if GL_EXT_gpu_shader4 available by rdb · 1 year, 3 months ago
- f822e84 glsl: Correct version number check for texture buffers by rdb · 1 year, 3 months ago
- 5b05a7d MSL: Pad array elements in Metal argument buffer when shader declares scalar. by Bill Hollings · 1 year, 4 months ago
- a018347 Merge pull request #2405 from KhronosGroup/spencer-lunarg-patch-1 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 2e5f208 ci: Build dependency for Github Actions by Spencer Fricke · 1 year, 4 months ago
- d1d4adb Merge pull request #2404 from KhronosGroup/pr-2402 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 32dfe6d Minor nits from review. by Hans-Kristian Arntzen · 1 year, 4 months ago
- 30b0b98 added task shader support by Try · 1 year, 4 months ago
- 99e6f3a MSL: Fix crash when per-primitive variables are not used. by Hans-Kristian Arntzen · 1 year, 4 months ago
- bf41c8a Merge pull request #2399 from kiddkaffeine/feature/cicd-mobile by Hans-Kristian Arntzen · 1 year, 4 months ago
- 6085847 Merge pull request #2398 from kiddkaffeine/feature/test-cicd by Hans-Kristian Arntzen · 1 year, 4 months ago
- 2f08260 Merge pull request #2401 from KhronosGroup/pr-2400 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 492fa9c Review fixups. by Hans-Kristian Arntzen · 1 year, 4 months ago
- bd8a160 Update mesh-shader-basic-lines.msl3.spv14.vk.nocompat.mesh by Try · 1 year, 4 months ago
- 7ab0030 fix gl_CullDistance, gl_PrimitiveShadingRateEXT by Try · 1 year, 4 months ago
- 3a0366b added mesh-shader support by Try · 1 year, 4 months ago
- 60eb0b5 Add CI/CD for Apple mobile platforms by kiddkaffeine · 1 year, 4 months ago
- adecb7a Set macOS build settings in CI/CD by M. P. Halpin · 1 year, 4 months ago
- f93223f Merge pull request #2397 from KhronosGroup/fix-2396 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 5ce80e1 Make SRem sign aware like all the other arithmetic ops. by Hans-Kristian Arntzen · 1 year, 4 months ago
- e670b39 GLSL: Just skip over impossible declarations instead of early-exit. by Hans-Kristian Arntzen · 1 year, 4 months ago
- 1f4b24e Merge pull request #2394 from KhronosGroup/msl-bary-decoration-fix by Hans-Kristian Arntzen · 1 year, 4 months ago
- df234e8 MSL: Allow Centroid and Sample decorations on bary coord. by Hans-Kristian Arntzen · 1 year, 4 months ago
- c82f1cc MSL: Use actual result type member as cast type for mulhi. by Hans-Kristian Arntzen · 1 year, 4 months ago
- 80cdb5e MSL: Work around internal compiler error from mulhi. by squidbus · 1 year, 4 months ago
- 36e5456 Merge pull request #2391 from KhronosGroup/hlsl-barycentrics by Hans-Kristian Arntzen · 1 year, 4 months ago
- 0c24391 HLSL: Implement SV_Barycentrics. by Hans-Kristian Arntzen · 1 year, 4 months ago
- 12ca15d Merge pull request #2390 from KhronosGroup/fix-2384 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 1b97ecd MSL: Fix emission of bindless helper template for bindless SSBO. by Hans-Kristian Arntzen · 1 year, 4 months ago
- 208adcd Merge pull request #2386 from CodeLinaro/SPV_QCOM_image_processing2 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 5f48411 Merge pull request #2389 from rdb/patch-1 by Hans-Kristian Arntzen · 1 year, 4 months ago
- 46ba543 Allow empty structs in legacy HLSL by rdb · 1 year, 5 months ago
- 71b8e4b support for SPV_QCOM_image_processing2 by Wooyoung Kim · 1 year, 5 months ago
- b28b355 Merge pull request #2382 from chyyran/add-fmod-to-banned-msl-names by Hans-Kristian Arntzen · 1 year, 5 months ago
- ffd3c0c MSL: add fmod to reserved function names by chyyran · 1 year, 5 months ago
- 65d7393 Merge pull request #2379 from etang-cw/TexAtomicRecompile by Hans-Kristian Arntzen · 1 year, 5 months ago upstream/vulkan-sdk-1.3.296 vulkan-sdk-1.3.296.0
- 8894bca Small style nit. by Hans-Kristian Arntzen · 1 year, 5 months ago
- e4c2f30 Reduce recompile count with texture atomics by Evan Tang · 1 year, 5 months ago
- f84c1fb Merge pull request #2377 from flafflar/legacy-glsl-switch-handling by Hans-Kristian Arntzen · 1 year, 5 months ago
- 83f7495 GLSL: Convert switch blocks to if statements in legacy desktop versions by flafflar · 1 year, 6 months ago
- 6a1fb66 Merge pull request #2376 from chyyran/get_buffer_block_flags_no_assert by Hans-Kristian Arntzen · 1 year, 6 months ago
- c29a7b2 Merge branch 'c_hlsl_preserve_structured_buffers' of https://github.com/chyyran/SPIRV-Cross by Hans-Kristian Arntzen · 1 year, 6 months ago
- c1161c5 Merge pull request #2373 from chyyran/c_gl_plain_uniforms by Hans-Kristian Arntzen · 1 year, 6 months ago
- 28d8914 Replace assert of buffer block SPIRType with exception by chyyran · 1 year, 6 months ago
- 4b98efb c: Add HLSL option preserve_structured_buffers by chyyran · 1 year, 6 months ago
- b2171de c: allow access to gl_plain_uniforms resources by chyyran · 1 year, 6 months ago
- aad675f Merge pull request #2375 from KhronosGroup/fix-2366 by Hans-Kristian Arntzen · 1 year, 6 months ago
- caebe2f Merge pull request #2372 from chyyran/c_wrap_set_entry_point_in_handler by Hans-Kristian Arntzen · 1 year, 6 months ago
- e2de90e Roll toolchain deps. by Hans-Kristian Arntzen · 1 year, 6 months ago
- 96cea7f c: wrap spvc_compiler_set_entry_point in error scope by chyyran · 1 year, 6 months ago
- dae7a68 Merge pull request #2367 from KhronosGroup/spec-constant-switch by Hans-Kristian Arntzen · 1 year, 6 months ago
- b49acb1 Handle SpecConstantOp used as switch case. by Hans-Kristian Arntzen · 1 year, 6 months ago
- d33a390 Merge pull request #2365 from KhronosGroup/fix-2362 by Hans-Kristian Arntzen · 1 year, 6 months ago
- 61193af c: Add HLSL option use_entry_point_name. by Hans-Kristian Arntzen · 1 year, 6 months ago
- 5c42447 Merge pull request #2361 from frenzibyte/fix-cmake-on-android by Hans-Kristian Arntzen · 1 year, 6 months ago
- 7af81ed Merge pull request #2360 from etang-cw/VolatileHelperNonMain by Hans-Kristian Arntzen · 1 year, 6 months ago
- f51773b Fix CMake failing with Android NDK 27+ by Salman Ahmed · 1 year, 7 months ago
- 467ba39 Don't add volatile to thread address space variables by Evan Tang · 1 year, 7 months ago
- 670cc7f Fix volatile helper invocation in non-main functions by Evan Tang · 1 year, 7 months ago
- 66363ac Merge pull request #2357 from taisei-project/fix-matrix-stride by Hans-Kristian Arntzen · 1 year, 7 months ago
- b7dbf7a Fix incorrect return value for ParsedIR::get_member_decoration(SpvDecorationMatrixStride) by Andrei Alexeyev · 1 year, 7 months ago
- 68d4011 Merge pull request #2356 from KhronosGroup/fix-2348 by Hans-Kristian Arntzen · 1 year, 7 months ago
- 1de3f8c HLSL: Implement SM 6.8 BaseVertex/BaseInstance. by Hans-Kristian Arntzen · 1 year, 7 months ago
- d17a2d6 Merge pull request #2351 from js6i/entry_point_decls by Hans-Kristian Arntzen · 1 year, 7 months ago
- 1297499 MSL: Minor fix to resource type of spvBufferSizeConstants array indexes. by Bill Hollings · 1 year, 7 months ago
- ae75fcc Add more detailed comment explaining the force recompile hack. by Hans-Kristian Arntzen · 1 year, 7 months ago
- c1bf909 Merge pull request #2350 from etang-cw/QueryLod by Hans-Kristian Arntzen · 1 year, 7 months ago
- abed74f Small nit. by Hans-Kristian Arntzen · 1 year, 7 months ago
- b37f159 MSL: Recompile when an aliased descriptor's name is changed. by Jan Sikorski · 1 year, 8 months ago
- cb06c50 Fix MSL for OpImageQueryLod on a vector larger than needed by Evan Tang · 1 year, 8 months ago
- 6fd1f75 Merge pull request #2347 from billhollings/arg-buff-runtime-array by Hans-Kristian Arntzen · 1 year, 8 months ago
- eadf9d3 MSL: Support a runtime array with dynamic offset in an argument buffer. by Bill Hollings · 1 year, 8 months ago
- d79ba7d Merge pull request #2346 from KhronosGroup/fix-2336 by Hans-Kristian Arntzen · 1 year, 8 months ago
- 7e469d0 MSL: Fix indent. by Hans-Kristian Arntzen · 1 year, 8 months ago
- ff82659 MSL: Add test for custom ArrayStride. by Hans-Kristian Arntzen · 1 year, 8 months ago