Add support for spirv1.6
[platform/upstream/glslang.git] / SPIRV /
2021-12-16 Greg FischerAdd support for spirv1.6
2021-12-16 Greg FischerPickup header for SPIR-V 1.6
2021-12-09 Greg FischerMerge pull request #2840 from alelenv/no_location2
2021-12-06 Ashwin LeleDo not output location decoration for certain variables...
2021-11-30 Greg FischerMerge pull request #2830 from jeremy-lunarg/hayes-migra...
2021-11-24 Greg FischerMerge branch 'master' into GL_ARB_fragment_coord_conven...
2021-11-23 Greg FischerMerge pull request #2831 from amdrexu/bugfix
2021-11-23 Rex XuFix an issue of spirv_by_reference
2021-11-22 Greg FischerMerge branch 'master' into textureQueryLOD
2021-11-22 Greg FischerMerge pull request #2829 from amdrexu/bugfix2
2021-11-22 Rex XuRemove the test spv.intrinsicsSpecConst
2021-11-19 Greg FischerMerge pull request #2782 from kevin-mccullough/FixIomap...
2021-11-18 Greg FischerMerge pull request #2826 from amdrexu/bugfix
2021-11-18 Rex XuFix an issue of spirv_type used in local variable defin...
2021-11-15 Greg FischerMerge pull request #2806 from ZhiqianXia/bestFunctionMa...
2021-11-13 Greg FischerMerge pull request #2814 from mhillenbrand/isinf_isnan2
2021-11-11 Greg FischerMerge pull request #2813 from greg-lunarg/kg120
2021-11-11 Greg FischerUpdate to latest spirv-headers
2021-11-09 Greg FischerMerge pull request #2781 from kevin-mccullough/FixLinkT...
2021-11-01 Greg FischerMerge pull request #2712 from ZhiqianXia/switch_error
2021-10-22 Greg FischerMerge pull request #2780 from kevin-mccullough/FixCross...
2021-10-21 Greg FischerMerge pull request #2777 from amdrexu/bugfix
2021-10-21 Greg FischerMerge pull request #2787 from greg-lunarg/i2779
2021-10-20 Greg FischerAllow 8/16-bit integer as array index
2021-10-19 Greg FischerMerge pull request #2783 from chrisforbes/untangle
2021-10-15 Rex XuMake modifications of GL_EXT_spirv_intrinsics
2021-10-14 Chris ForbesUntangle use of core glslang version enums in SpvPostPr...
2021-10-07 Greg FischerMerge pull request #2770 from ncesario-lunarg/ncesario...
2021-09-30 Nathaniel Cesariocmake: Remove "conditions" from endif
2021-09-23 Greg FischerMerge pull request #2767 from greg-lunarg/i2763
2021-09-23 Greg FischerScalarize vector readFirstInvocationARB (#2766)
2021-09-22 Greg FischerFix unreachable code in getSampledType()
2021-09-21 Greg FischerMerge pull request #2685 from kevin-mccullough/FixIsIoR...
2021-09-15 Greg FischerMerge pull request #2745 from jeremy-lunarg/hayes-fix...
2021-08-31 Jeremy HayesFix GCC warnings
2021-08-18 Greg FischerMerge pull request #2718 from ZhiqianXia/AtomicOpsARB
2021-08-13 Greg FischerMerge pull request #2731 from alelenv/rt_motion
2021-08-10 alelenvMerge branch 'KhronosGroup:master' into rt_motion
2021-08-10 alelenvAdd support for GL_NV_ray_tracing_motion_blur.
2021-08-10 Greg FischerMerge pull request #2726 from TheMindVirus/master
2021-08-10 Greg FischerMerge pull request #2729 from greg-lunarg/2725
2021-08-09 Greg FischerFix seperate stores to swizzled lvalue.
2021-08-01 Greg FischerMerge pull request #2716 from greg-lunarg/i2689
2021-07-30 Greg FischerMerge pull request #2690 from AndreyMlashkin/make_msvc_...
2021-07-29 Greg FischerMerge branch 'master' into BugPoint
2021-07-29 Greg FischerMerge pull request #2700 from ZhiqianXia/u2i
2021-07-28 Greg FischerMerge pull request #2702 from jeremy-lunarg/hayes-2518
2021-07-28 Jeremy HayesGenerate separate stores for partially swizzled memory...
2021-07-28 Nathan ReedFix OpImageRead result type when compiling HLSL (#2706)
2021-07-28 Greg FischerMerge pull request #2705 from pkasting/master
2021-07-26 Peter KastingFix some instances of -Wunused-but-set-variable.
2021-07-16 Greg FischerMerge pull request #2695 from ShabbyX/fix-bool-array...
2021-07-16 Shahbaz YoussefiFix loading bool arrays from interface blocks
2021-07-07 ZhiqianXiaMerge branch 'KhronosGroup:master' into master
2021-06-17 Greg FischerMerge pull request #2664 from mbechard/master
2021-06-17 Greg FischerMerge pull request #2668 from cmarcelo/GLSL_EXT_shader_...
2021-06-16 Greg FischerMerge pull request #2625 from amdrexu/feature
2021-06-16 Jason EkstrandImplement GLSL_EXT_shader_atomic_float2
2021-06-14 Greg FischerMerge pull request #2665 from JustSid/master
2021-06-12 Sidney JustFixed SPIR-V remapper not remapping OpExtInst instructi...
2021-06-09 Rex XuImplement the extension GL_EXT_spirv_intrinsics
2021-06-07 Greg FischerMerge pull request #2659 from alan-baker/subgroup-unifo...
2021-06-07 John KessenichImplement GL_EXT_subgroup_uniform_control_flow.
2021-06-04 Greg FischerMerge pull request #2653 from syntheticmagus/selectionB...
2021-06-04 Greg FischerMerge pull request #2656 from ShabbyX/fix-oob
2021-06-04 Greg FischerMerge pull request #2655 from ShabbyX/fix-ubsan
2021-06-03 Shahbaz YoussefiFix OOB write in matrix constructor
2021-05-20 Greg FischerMerge pull request #2647 from greg-lunarg/arg2
2021-05-20 Greg FischerDo true SPV type check for function array arg linkage
2021-05-07 Greg FischerMerge pull request #2632 from greg-lunarg/karl0
2021-05-07 Greg FischerFix arrays dimensioned with spec constant sized gl_Work...
2021-04-14 Greg FischerMerge pull request #2522 from dneto0/intlog2
2021-04-01 Greg FischerMerge pull request #2593 from jeremy-lunarg/hayes-updat...
2021-04-01 Greg FischerMerge pull request #2597 from greg-lunarg/interp0
2021-04-01 Greg FischerFix SPIR-V for HLSL EvaluateAttribute* of interpolants...
2021-03-22 greg-lunargMerge pull request #2588 from jeremy-lunarg/hayes-2530
2021-03-22 greg-lunargMerge pull request #2587 from mbechard/master
2021-03-22 Jeremy HayesDefault to KHR extension
2021-03-22 greg-lunargMerge pull request #2583 from nullcatalyst/bazel-window...
2021-03-22 greg-lunargMerge pull request #2582 from JustSid/master
2021-03-19 Sidney JustFixed OpGroupNonUniformQuadBroadcast Direction operand...
2021-03-18 greg-lunargMerge pull request #2574 from feifei14119/master
2021-03-15 greg-lunargMerge pull request #2576 from KhronosGroup/revert-2569...
2021-03-15 greg-lunargRevert "Revert "GL_ext_vulkan_glsl_relaxed extension...
2021-03-10 greg-lunargMerge pull request #2569 from KhronosGroup/revert-2242...
2021-03-10 greg-lunargRevert "GL_ext_vulkan_glsl_relaxed extension support...
2021-03-09 greg-lunargMerge pull request #2565 from greg-lunarg/i2564
2021-03-08 greg-lunargMerge pull request #2242 from mbechard/GL_EXT_vulkan_gl...
2021-03-08 Greg FischerPass correct proxy type for atomicStore
2021-03-08 will brownImplement GL_EXT_vulkan_glsl_relaxed option
2021-03-08 greg-lunargMerge pull request #2560 from amdrexu/bugfix
2021-03-04 Rex XuSPV: The capability string for RayTracingProvisionalKHR...
2021-03-02 greg-lunargMerge pull request #2559 from greg-lunarg/i2555
2021-03-02 Greg FischerAllow DepthUnchanged and DepthReplaced Modes in same...
2021-03-01 greg-lunargMerge pull request #2557 from greg-lunarg/i2552b
2021-02-27 greg-lunargMerge pull request #2554 from proydakov/Try-to-find...
2021-02-27 greg-lunargMerge pull request #2553 from amdrexu/bugfix
2021-02-26 Rex XuSPV: Change the key of extBuiltinMap to std::string
2021-02-23 greg-lunargMerge pull request #2525 from ZhiqianXia/master
2021-02-15 greg-lunargMerge pull request #2532 from juliusikkala/master
next