1. 097215f Fix loading bool arrays from interface blocks by Shahbaz Youssefi · 3 years, 3 months ago
  2. 4b7b86d Merge pull request #2688 from KhronosGroup/revert-2643-master by Greg Fischer · 3 years, 3 months ago
  3. 263e50f Revert "Atomic memory function can only be used for shader storage block member or shared variable." by Greg Fischer · 3 years, 3 months ago
  4. 9e70729 Merge pull request #2684 from ZhiqianXia/Dev by Greg Fischer · 3 years, 3 months ago
  5. 89286ca Merge pull request #2643 from ZhiqianXia/master by Greg Fischer · 3 years, 3 months ago
  6. 5531fbc Add support for gl_MaxVaryingVectors for ogl. by ZhiqianXia · 3 years, 3 months ago
  7. 8a5c5e8 Merge branch 'KhronosGroup:master' into master by ZhiqianXia · 3 years, 3 months ago
  8. ae2a562 Merge pull request #2671 from greg-lunarg/kg118 by Greg Fischer · 3 years, 3 months ago
  9. 83be602 Update known goods and CHANGES for 11.5.0 by Greg Fischer · 3 years, 3 months ago
  10. 0c4c93b Merge pull request #2670 from dneto0/fix-android-mk by Greg Fischer · 3 years, 3 months ago
  11. e89fbf3 Android.mk: Add SpirvIntrinsics.cpp by David Neto · 3 years, 3 months ago
  12. b38100f Merge pull request #2669 from sudonatalie/remove-unused-var by Greg Fischer · 3 years, 4 months ago
  13. e74b35f Merge pull request #2664 from mbechard/master by Greg Fischer · 3 years, 4 months ago
  14. c5f30ff Remove unused variable Num_string_literal_EXTs by Natalie Chouinard · 3 years, 4 months ago
  15. b9d06bd Merge pull request #2668 from cmarcelo/GLSL_EXT_shader_atomic_float2 by Greg Fischer · 3 years, 4 months ago
  16. 71612a7 Merge pull request #2625 from amdrexu/feature by Greg Fischer · 3 years, 4 months ago
  17. c830b26 Merge pull request #2667 from greg-lunarg/i2666 by Greg Fischer · 3 years, 4 months ago
  18. d352577 Implement GLSL_EXT_shader_atomic_float2 by Jason Ekstrand · 3 years, 9 months ago
  19. cd6b238 Remove output variables from compute regression tests by Greg Fischer · 3 years, 4 months ago
  20. a23e143 Merge pull request #2666 from alan-baker/update-tools by Greg Fischer · 3 years, 4 months ago
  21. 3d9a31c Update test expectations by Alan Baker · 3 years, 4 months ago
  22. f997bb3 Update known good SPIRV-Tools and SPIRV-Headers by Alan Baker · 3 years, 4 months ago
  23. b848fd6 Merge pull request #2665 from JustSid/master by Greg Fischer · 3 years, 4 months ago
  24. f1121f0 Fixed SPIR-V remapper not remapping OpExtInst instruction set IDs by Sidney Just · 3 years, 4 months ago
  25. 275d7ae only declare compatibility gl_ variables in compatibility mode by Malcolm Bechard · 3 years, 4 months ago
  26. fe15158 Merge pull request #2662 from greg-lunarg/spec1 by Greg Fischer · 3 years, 4 months ago
  27. 230168d Add support for float spec const vector initialization by Greg Fischer · 3 years, 4 months ago
  28. 65a7fb7 Implement the extension GL_EXT_spirv_intrinsics by Rex Xu · 3 years, 5 months ago
  29. 3d935ea Merge pull request #2661 from jaebaek/update_spirv_tools_and_unit_tests by Greg Fischer · 3 years, 4 months ago
  30. 02f1c80 Fix unit test failures by Jaebaek Seo · 3 years, 4 months ago
  31. a5f9118 Update known_good.json for SPIRV-Tools by Jaebaek Seo · 3 years, 4 months ago
  32. cb2c7fd Merge pull request #2659 from alan-baker/subgroup-uniform-control-flow by Greg Fischer · 3 years, 4 months ago
  33. 848d3a9 Implement GL_EXT_subgroup_uniform_control_flow. by John Kessenich · 4 years, 4 months ago
  34. 1fa2149 Merge pull request #2653 from syntheticmagus/selectionBlockSetters by Greg Fischer · 3 years, 4 months ago
  35. 2675cc3 Merge pull request #2656 from ShabbyX/fix-oob by Greg Fischer · 3 years, 4 months ago
  36. de2cb9d Merge pull request #2655 from ShabbyX/fix-ubsan by Greg Fischer · 3 years, 4 months ago
  37. 10a7137 Fix UBSAN error with negating 0x8000'0000 by Shahbaz Youssefi · 3 years, 4 months ago
  38. cfdeeb8 Fix OOB write in matrix constructor by Shahbaz Youssefi · 3 years, 4 months ago
  39. ec73737 Add setters for true and false blocks of selection nodes, copying the pattern already used for the condition. by syntheticmagus · 3 years, 4 months ago
  40. 6bdcb4b Merge pull request #2651 from greg-lunarg/rel0 by Greg Fischer · 3 years, 4 months ago
  41. 3406857 Add missing libs to release by Greg Fischer · 3 years, 4 months ago
  42. 6fe560f Merge pull request #2647 from greg-lunarg/arg2 by Greg Fischer · 3 years, 5 months ago
  43. 11c24e9 Do true SPV type check for function array arg linkage by Greg Fischer · 3 years, 5 months ago
  44. e71278c Merge pull request #2646 from johnstiles-google/parseconst by Greg Fischer · 3 years, 5 months ago
  45. 9724ee4 Fix mat4x2(scalar) constructor. by John Stiles · 3 years, 5 months ago
  46. 587261a Atomic memory function can only be used for shader storage block member or shared variable. by ZhiqianXia · 3 years, 5 months ago
  47. 202c8ab Merge pull request #2641 from tgfrerer/fix_hlsl_function_error_msg by Greg Fischer · 3 years, 5 months ago
  48. d234552 Merge pull request #2634 from xantares/patch-1 by Greg Fischer · 3 years, 5 months ago
  49. adfa093 fix error message for hlslGrammar::acceptConstructor by tgfrerer · 3 years, 5 months ago
  50. eaf2af6 Dont export inline TObjectReflection::getType() by xantares · 3 years, 5 months ago
  51. 9431c53 Merge pull request #2632 from greg-lunarg/karl0 by Greg Fischer · 3 years, 5 months ago
  52. 1464d03 Fix arrays dimensioned with spec constant sized gl_WorkGroupSize by Greg Fischer · 3 years, 5 months ago
  53. 41e39c6 Merge pull request #2631 from godlikepanos/master by Greg Fischer · 3 years, 5 months ago
  54. 186bccd Merge pull request #2629 from okuoku/silence-cygwin-warning by Greg Fischer · 3 years, 5 months ago
  55. 6113723 Add support for 64bit integer types and 64bit integer vector types to bitCount() builtin. by Panagiotis Christopoulos Charitos · 3 years, 5 months ago
  56. 4c09598 Set CMake policy CMP0054 to NEW to silence warning by okuoku · 3 years, 5 months ago
  57. 56b17b2 Merge pull request #2621 from Rob2309/auto-sampled-textures-tests by Greg Fischer · 3 years, 5 months ago
  58. 4bf373e Improved usage hint by Robin Quint · 3 years, 5 months ago
  59. 18eef33 Merge pull request #2624 from greg-lunarg/v011004000 by Greg Fischer · 3 years, 5 months ago
  60. 4e83d93 Update CHANGES for 11.4.0 by Greg Fischer · 3 years, 5 months ago
  61. 4d658bd Merge pull request #2623 from greg-lunarg/except by Greg Fischer · 3 years, 5 months ago
  62. 7b51e23 Fix CMakeLists.txt to keep compatibility with CMake 3.10.2 by Greg Fischer · 3 years, 5 months ago
  63. e50b0a8 Added usage hint for --auto-sampled-textures, added test cases by Robin Quint · 3 years, 5 months ago
  64. 25dd807 Merge pull request #2620 from greg-lunarg/v011003000 by Greg Fischer · 3 years, 5 months ago
  65. bc68566 Merge pull request #2619 from greg-lunarg/kg117 by Greg Fischer · 3 years, 5 months ago
  66. a6674e0 Update CHANGES for 11.3.0 by Greg Fischer · 3 years, 5 months ago
  67. f90377e Update spirv-tools and spirv-headers known good by Greg Fischer · 3 years, 5 months ago
  68. 7f46558 Merge pull request #2616 from Rob2309/standalone-hlsl-sampled-textures by Greg Fischer · 3 years, 5 months ago
  69. ebfca60 Change --hlsl-sampled-textures to --auto-sampled-textures by Greg Fischer · 3 years, 5 months ago
  70. 5bce773 Merge pull request #2618 from DadSchoorse/depfile by Greg Fischer · 3 years, 5 months ago
  71. 498d74d Add some basic --depfile tests by Georg Lehmann · 3 years, 6 months ago
  72. f050209 Add a --depfile option. by Georg Lehmann · 3 years, 6 months ago
  73. 219b7b9 Exposed #856 as --hlsl-sampled-textures in the StandAlone by Robin Quint · 3 years, 6 months ago
  74. 60ce877 Merge pull request #2609 from ZhiqianXia/Feature2 by Greg Fischer · 3 years, 6 months ago
  75. 8427437 Merge pull request #2614 from ZaOniRinku/master by Greg Fischer · 3 years, 6 months ago
  76. 12f3eb8 Fix and enable textureOffset_samper2darrayshadow test by Greg Fischer · 3 years, 6 months ago
  77. b67b6b3 Fix typo in ShaderLang.h by ZaOniRinku · 3 years, 6 months ago
  78. ed948c8 Merge pull request #2612 from greg-lunarg/explicit0 by Greg Fischer · 3 years, 6 months ago
  79. 100457e Add missing builtins for GL_EXT_explicit_arithmetic_types for es by Greg Fischer · 3 years, 6 months ago
  80. 41992e4 TextureOffset not support sampler2DArrayShadow sampler until 430. by ZhiqianXia · 3 years, 6 months ago
  81. b385934 Merge pull request #2602 from jeremy-lunarg/hayes-2514 by Greg Fischer · 3 years, 6 months ago
  82. e7e4a8e Merge pull request #2522 from dneto0/intlog2 by Greg Fischer · 3 years, 6 months ago
  83. fa6e3c2 Add IntLog2 and use it by David Neto · 3 years, 8 months ago
  84. e6a0e7f Merge pull request #2606 from greg-lunarg/semifix0 by Greg Fischer · 3 years, 6 months ago
  85. 310a514 Get rid of extra semicolon causing gcc 10.3 troubles. by Greg Fischer · 3 years, 6 months ago
  86. a7f846a Merge pull request #2601 from masterleming/always-install-resource-limits by Greg Fischer · 3 years, 6 months ago
  87. 5602195 Merge pull request #2603 from jeremy-lunarg/hayes-fix-key-whitespace by Greg Fischer · 3 years, 6 months ago
  88. 634ba47 Fix table key and whitespace by Jeremy Hayes · 3 years, 6 months ago
  89. 4b90077 Issue error when declaration rule fails by Jeremy Hayes · 3 years, 6 months ago
  90. bb9746a Fixed CMake configuration for resource-limits library. by Krzysztof Pilch · 3 years, 6 months ago
  91. 9f76fd1 Merge pull request #2600 from Drigax/add-tinterim-selection-condition-setter by Greg Fischer · 3 years, 6 months ago
  92. cb22877 Add setter for TInterimSelection.condition by Nicholas Barlow · 3 years, 6 months ago
  93. 3549cd6 Removed condition for glslang-default-resource-limits instalation. by Krzysztof Pilch · 3 years, 6 months ago
  94. 4099f44 Merge pull request #2599 from KhronosGroup/revert-2593-hayes-update-min-spv-requirement by Greg Fischer · 3 years, 6 months ago
  95. 186e66c Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" by Greg Fischer · 3 years, 6 months ago
  96. 1481399 Merge pull request #2598 from greg-lunarg/noprop1 by Greg Fischer · 3 years, 6 months ago
  97. 0213240 Do not propagate packing qualifiers to scalars or vectors by Greg Fischer · 3 years, 6 months ago
  98. 5878bcb Merge pull request #2593 from jeremy-lunarg/hayes-update-min-spv-requirement by Greg Fischer · 3 years, 6 months ago
  99. 7bdff2b Merge pull request #2597 from greg-lunarg/interp0 by Greg Fischer · 3 years, 6 months ago
  100. 7fbaca0 Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs by Greg Fischer · 3 years, 6 months ago