1. 097215f Fix loading bool arrays from interface blocks by Shahbaz Youssefi · 3 years ago
  2. 263e50f Revert "Atomic memory function can only be used for shader storage block member or shared variable." by Greg Fischer · 3 years ago
  3. 8a5c5e8 Merge branch 'KhronosGroup:master' into master by ZhiqianXia · 3 years ago
  4. e74b35f Merge pull request #2664 from mbechard/master by Greg Fischer · 3 years, 1 month ago
  5. b9d06bd Merge pull request #2668 from cmarcelo/GLSL_EXT_shader_atomic_float2 by Greg Fischer · 3 years, 1 month ago
  6. 71612a7 Merge pull request #2625 from amdrexu/feature by Greg Fischer · 3 years, 1 month ago
  7. d352577 Implement GLSL_EXT_shader_atomic_float2 by Jason Ekstrand · 3 years, 6 months ago
  8. cd6b238 Remove output variables from compute regression tests by Greg Fischer · 3 years, 1 month ago
  9. 3d9a31c Update test expectations by Alan Baker · 3 years, 1 month ago
  10. 275d7ae only declare compatibility gl_ variables in compatibility mode by Malcolm Bechard · 3 years, 1 month ago
  11. fe15158 Merge pull request #2662 from greg-lunarg/spec1 by Greg Fischer · 3 years, 1 month ago
  12. 230168d Add support for float spec const vector initialization by Greg Fischer · 3 years, 1 month ago
  13. 65a7fb7 Implement the extension GL_EXT_spirv_intrinsics by Rex Xu · 3 years, 3 months ago
  14. 02f1c80 Fix unit test failures by Jaebaek Seo · 3 years, 1 month ago
  15. 848d3a9 Implement GL_EXT_subgroup_uniform_control_flow. by John Kessenich · 4 years, 1 month ago
  16. 11c24e9 Do true SPV type check for function array arg linkage by Greg Fischer · 3 years, 2 months ago
  17. 9724ee4 Fix mat4x2(scalar) constructor. by John Stiles · 3 years, 2 months ago
  18. 587261a Atomic memory function can only be used for shader storage block member or shared variable. by ZhiqianXia · 3 years, 2 months ago
  19. adfa093 fix error message for hlslGrammar::acceptConstructor by tgfrerer · 3 years, 2 months ago
  20. 1464d03 Fix arrays dimensioned with spec constant sized gl_WorkGroupSize by Greg Fischer · 3 years, 2 months ago
  21. 6113723 Add support for 64bit integer types and 64bit integer vector types to bitCount() builtin. by Panagiotis Christopoulos Charitos · 3 years, 2 months ago
  22. e50b0a8 Added usage hint for --auto-sampled-textures, added test cases by Robin Quint · 3 years, 3 months ago
  23. 498d74d Add some basic --depfile tests by Georg Lehmann · 3 years, 3 months ago
  24. 60ce877 Merge pull request #2609 from ZhiqianXia/Feature2 by Greg Fischer · 3 years, 3 months ago
  25. 12f3eb8 Fix and enable textureOffset_samper2darrayshadow test by Greg Fischer · 3 years, 3 months ago
  26. 41992e4 TextureOffset not support sampler2DArrayShadow sampler until 430. by ZhiqianXia · 3 years, 3 months ago
  27. 4b90077 Issue error when declaration rule fails by Jeremy Hayes · 3 years, 3 months ago
  28. 186e66c Revert "Update minimum SPIR-V requirement for GL_EXT_buffer_reference" by Greg Fischer · 3 years, 3 months ago
  29. 0213240 Do not propagate packing qualifiers to scalars or vectors by Greg Fischer · 3 years, 3 months ago
  30. 5878bcb Merge pull request #2593 from jeremy-lunarg/hayes-update-min-spv-requirement by Greg Fischer · 3 years, 3 months ago
  31. 7fbaca0 Fix SPIR-V for HLSL EvaluateAttribute* of interpolants in structs by Greg Fischer · 3 years, 3 months ago
  32. 18cfc3f For bug #2580: sparseTextureGatherOffsetsARB should only take constant offsets. by Pankaj Mistry · 3 years, 4 months ago
  33. 97dfbe2 Update minimum SPIR-V requirement by Jeremy Hayes · 3 years, 4 months ago
  34. 13e27f9 Default to KHR extension by Jeremy Hayes · 3 years, 4 months ago
  35. 847a19c Merge pull request #2581 from mbechard/InconsistentGLPerVertex by greg-lunarg · 3 years, 4 months ago
  36. 9b962f6 Partial fix for inconsistencies re: #2578 by Malcolm Bechard · 3 years, 4 months ago
  37. 5340752 Fix issue with remapping global uniform blocks by Malcolm Bechard · 3 years, 4 months ago
  38. 4e064ee Revert "Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper"" by greg-lunarg · 3 years, 4 months ago
  39. e063363 Revert "GL_ext_vulkan_glsl_relaxed extension support, and cross stage aware IO mapper" by greg-lunarg · 3 years, 4 months ago
  40. 84e11a8 Merge pull request #2565 from greg-lunarg/i2564 by greg-lunarg · 3 years, 4 months ago
  41. b5c8fd4 Pass correct proxy type for atomicStore by Greg Fischer · 3 years, 4 months ago
  42. ecc9b91 Implement GL_EXT_vulkan_glsl_relaxed option by will brown · 4 years, 1 month ago
  43. b479ce0 Allow DepthUnchanged and DepthReplaced Modes in same SPIR-V module. by Greg Fischer · 3 years, 4 months ago
  44. 740def2 Allow grad texture ops in all shaders by Greg Fischer · 3 years, 4 months ago
  45. 051fbbb Fix off-by-1 bug in gl_MaxCombinedTextureImageUnits check by Greg Fischer · 3 years, 4 months ago
  46. c176085 Fix precision propagation around shifts by Greg Fischer · 3 years, 4 months ago
  47. 1c62806 Require fixed workgroup size declaration by Jeremy Hayes · 3 years, 5 months ago
  48. b0f8a0c Merge pull request #2458 from ShchchowAMD/unique_id-fix by greg-lunarg · 3 years, 5 months ago
  49. 93b400f Fix issue for new unique id system. Add level bits to help verifying symbols and split symbol tables. by Chow · 3 years, 8 months ago
  50. 4bfbf62 Add support for GL_EXT_shared_memory_block by Caio Marcelo de Oliveira Filho · 4 years, 1 month ago
  51. 3785ddd Update known_good.json to pick up SPV_KHR_workgroup_memory_explicit_layout by Caio Marcelo de Oliveira Filho · 4 years, 2 months ago
  52. a38df83 Consider GL_EXT_scalar_block_layout when validating SPIR-V by Caio Marcelo de Oliveira Filho · 3 years, 5 months ago
  53. bfd84a3 Add missing capability when QueueFamily scope is used by Jeff Bolz · 3 years, 5 months ago
  54. c739e03 Implement GL_EXT_null_initializer by John Kessenich · 4 years, 1 month ago
  55. e453088 Fix debugInfo test to target vulkan1.1 as intended by Greg Fischer · 3 years, 6 months ago
  56. 589aaff Don't use roundEven() to implement round() in DX9 compatibility mode by rdb · 3 years, 8 months ago
  57. 1ef5e20 Test updates for ImageRead result type validation by David Neto · 3 years, 7 months ago
  58. c0bcfaf Fix SPV return type of rayQueryGetIntersectionInstanceShaderBindingTableRecordOffsetEXT (#2484) by Daniel Koch · 3 years, 7 months ago
  59. e11a2c8 update spirv-headers and fix handling of gl_HitTEXT (#2471) by Daniel Koch · 3 years, 7 months ago
  60. 4d41da3 Add ray query capability if acceleration structure or ray query types declared (#2469) by Daniel Koch · 3 years, 8 months ago
  61. ffccefd Updates for final Vulkan ray tracing extensions (#2466) by Daniel Koch · 3 years, 8 months ago
  62. fb53f83 Avoid spuriously adding Geometry capability for vert, tesc, tese (#2462) by David Neto · 3 years, 8 months ago
  63. 639f546 New nonuniform analysis (#2457) by greg-lunarg · 3 years, 8 months ago
  64. 74e8f05 Implement GL_EXT_terminate_invocation (#2454) by Jesse Hall · 3 years, 8 months ago
  65. 383eaf3 Fix token-pasting macros not working in preprocessor directives. (#2453) by rdb · 3 years, 8 months ago
  66. 8c1a3a0 Add GL_EXT_shader_image_int64 support (#2409) by Tobski · 3 years, 8 months ago
  67. 478b232 8. io mapping refine & qualifier member check & resolver expand (#2396) by Chow · 3 years, 8 months ago
  68. 142cb87 Merge pull request #2387 from BNieuwenhuizen/nonuniform by John Kessenich · 3 years, 8 months ago
  69. f6e0fe8 HLSL: Add support for printf(). by Rex Xu · 3 years, 9 months ago
  70. a315b56 Add GL_EXT_fragment_shading_rate by Chow · 4 years ago
  71. 69d0c1a Remove executable bits from code/data files (#2420) by Rémi Verschelde · 3 years, 9 months ago
  72. 2067d1a Add test case for read-only storage texture passed to helper function (#2414) by David Neto · 3 years, 9 months ago
  73. 3933d7d Fix scope definition in ES 100. (#2379) by Chow · 3 years, 10 months ago
  74. 8eb0bdc Add texture sample to nonuniform test by Greg Fischer · 3 years, 10 months ago
  75. 889ac20 Add buffer store to nonuniform tests by Greg Fischer · 3 years, 10 months ago
  76. de949a2 SPV: Add NonUniform decorations for stores. by Bas Nieuwenhuizen · 3 years, 11 months ago
  77. ed7a097 Error when initializing rayQuery with assignment by Tobias Hector · 3 years, 10 months ago
  78. 5bfb423 Merge pull request #2367 from KhronosGroup/fix-semantic-checking by John Kessenich · 3 years, 11 months ago
  79. 0138472 Fix #2366, fix #2358, correctly separate out numerical feature checking by johnkslang · 3 years, 11 months ago
  80. 157fe5f Update test expectations by Alan Baker · 4 years ago
  81. d8daeb4 Non-functional: correctly do GL_EXT_buffer_reference2 semantic checking by johnkslang · 4 years ago
  82. b60e067 SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer by johnkslang · 4 years ago
  83. 79b9392 Add changes for SPV_EXT_shader_atomic_float_add by Vikram Kushwaha · 4 years ago
  84. 3d2391f GLSL/SPV: Propagaet precision qualifier from function to return value. by John Kessenich · 4 years ago
  85. f429b72 runtests: Check error codes, set LD_LIBRARY_PATH by Ben Clayton · 4 years ago
  86. f80ef74 Fix recently found non-determinism with gl_WorldToObject3x4EXT. by John Kessenich · 4 years ago
  87. 4e13c90 Fix #2329: don't use invalid initializers. by John Kessenich · 4 years ago
  88. a70f7de Merge pull request #2268 from lriki/hlsl-pack_matrix by John Kessenich · 4 years ago
  89. 863ea23 SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. by John Kessenich · 4 years ago
  90. f6facfa Tests: More broadly use automapping binding/location. by John Kessenich · 4 years ago
  91. 8d3f3b7 Merge pull request #2302 from KhronosGroup/fix-texture-precision by John Kessenich · 4 years ago
  92. 12c155f SPV: RelaxedPrecision: use the result precision for texture sampling. by John Kessenich · 4 years ago
  93. 435dd80 SPV: RelaxedPrecision: Generalize fix #2293 to cover more operations. by John Kessenich · 4 years ago
  94. bf6efd0 SPV: Fix #2293: keep relaxed precision on arg passed to relaxed param by John Kessenich · 4 years ago
  95. 4df1033 SPV: Partially address #2293: correct "const in" precision matching. by John Kessenich · 4 years ago
  96. 1ee750a Add pack_matrix test by lriki · 4 years ago
  97. 182ab46 Update test expected files with new magic number by Graeme Leese · 4 years, 1 month ago
  98. ff4b156 Update test results to expect OpFUnordNotEqual by Graeme Leese · 4 years, 1 month ago
  99. ebf55a0 HLSL: Fix incorrect case in name of DX9-style cube sampler type (#2265) by rdb · 4 years, 1 month ago
  100. 3641ff7 Bump code gen version, due to removal of OpEntryPoint operands. by John Kessenich · 4 years, 1 month ago