1. 127cea5 Merge pull request #1614 from alan-baker/test-updates by John Kessenich · 5 years ago
  2. ed777b0 Modify testing to only record validation pass/fail by Alan Baker · 5 years ago
  3. 0bb930f Merge pull request #1613 from alegal-arm/types by John Kessenich · 5 years ago
  4. 32def9f Rename GL_KHX_shader_explicit_arithmetic_types to GL_EXT_shader_explicit_arithmetic_types by Alexander Galazin · 5 years ago
  5. 667506a Merge pull request #1602 from Igalia/apinheiro/prevent-xfbstride-twice by John Kessenich · 5 years ago
  6. 16ef9da GlslangToSpv: prevent add XfbStride twice by Alejandro Piñeiro · 6 years ago
  7. f9edfda Merge pull request #1603 from KhronosGroup/uint-array-length by John Kessenich · 5 years ago
  8. 4efc6f1 Bump version. by John Kessenich · 5 years ago
  9. 8c86967 SPV: For GLSL only, bitcast OpArrayLength result back to int. by John Kessenich · 5 years ago
  10. f44b17e Merge pull request #1606 from dj2/ndk_build by John Kessenich · 5 years ago
  11. e045c23 SPV: Generate OpArrayLength with no signedness. by John Kessenich · 5 years ago
  12. 5ba79d5 Add NDK build files by dan sinclair · 5 years ago
  13. d41a8dc Build: Fix build warnings introduced by 2173c6. by John Kessenich · 5 years ago
  14. c7a84a9 Merge pull request #1567 from Igalia/apinheiro/xfb-1535 by John Kessenich · 5 years ago
  15. d7baecf Merge pull request #1595 from dgkoch/EXT_fragment_invocation_density by John Kessenich · 5 years ago
  16. 2173c65 Merge pull request #1597 from sheredom/add_conversion_folding by John Kessenich · 5 years ago
  17. fb7a7ea Merge pull request #1598 from alan-baker/geo-xfb-caps by John Kessenich · 5 years ago
  18. 440f95b Update known good SPIRV tools and headers by Alan Baker · 5 years ago
  19. 5154db5 Implement GL_EXT_fragment_invocation_density by Daniel Koch · 5 years ago
  20. 83fe01e SPV: non-functional: update to latest headers. by John Kessenich · 5 years ago
  21. 81a63f1 Add conversion folding when the source is a constant. by Neil Henning · 5 years ago
  22. 0e6c82c Merge pull request #1592 from KhronosGroup/subgroupBroadcast-const-id by John Kessenich · 5 years ago
  23. f2675d4 GLSL: Fix #1591: Require the id in subgroupBroadcast to be constant. by John Kessenich · 5 years ago
  24. d2a7b07 Merge pull request #1587 from dneto0/update-known-good by John Kessenich · 5 years ago
  25. 2d1739d Update to newer SPIRV-Tools, including VK_EXT_scalar_block_layout by David Neto · 5 years ago
  26. 1a5e3a9 Bump minor version. by John Kessenich · 5 years ago
  27. 654544e Merge branch 'jeffbolznv-scalar_block_layout' by John Kessenich · 5 years ago
  28. e3b76ed Merge branch 'scalar_block_layout' of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout by John Kessenich · 5 years ago
  29. 30cb924 Move to next SPIRV-Tools known good. by John Kessenich · 5 years ago
  30. f4ba952 GLSL: Increase supported sizes of XBF strides and offsets. by John Kessenich · 5 years ago
  31. 579ccec Merge pull request #1583 from TiemoJung/fix_dot_int by John Kessenich · 5 years ago
  32. 1bc601c Bump revision. by John Kessenich · 5 years ago 7.10.2984
  33. 75cbfcc Update to latest SPIR-V Tools. by John Kessenich · 5 years ago
  34. b16bea8 [HLSL/Spir-V] fix for incorrect spir-v on int dot(int, int) by t.jung · 5 years ago
  35. e3cc0d3 Merge pull request #1579 from TiemoJung/handle_c_register by John Kessenich · 5 years ago
  36. 844e077 Merge pull request #1580 from TiemoJung/float1_times_scalar_fix by John Kessenich · 5 years ago
  37. e323a45 Merge pull request #1577 from TiemoJung/fix_broken_type_system by John Kessenich · 5 years ago
  38. 7da39ed Implement GL_EXT_scalar_block_layout by Jeff Bolz · 5 years ago
  39. 697fdf0 HLSL: fix invalid spir-v vector * scalar for float1 by t.jung · 5 years ago
  40. 31cd98c HLSL: implemented c register handling by t.jung · 5 years ago
  41. 8279f07 Updated type conversion rules for HLSL frontend by t.jung · 5 years ago
  42. 7274bbc Merge pull request #1571 from dj2/result by John Kessenich · 5 years ago
  43. 12fcaa2 Review feedback by Dan Sinclair · 5 years ago
  44. 97573b0 Merge pull request #1573 from dneto0/fix-pch by John Kessenich · 5 years ago
  45. 0392544 PCH filename depends on current binary dir by David Neto · 5 years ago
  46. 70661b9 Handle potentially uninitialized result by Dan Sinclair · 5 years ago
  47. d509a5e Merge pull request #1569 from amdrexu/bugfix by John Kessenich · 5 years ago
  48. 7bf5fcc Fix parser issue: redeclare gl_FragStencilRefARB is not supported by Rex Xu · 5 years ago
  49. adba7df ParseHelper: assign global XfbBuffer to a block missing it by Alejandro Piñeiro · 6 years ago
  50. 918caa7 Merge pull request #1547 from Igalia/apinheiro/xfb-struct-assignment by John Kessenich · 5 years ago
  51. 685fccd Merge pull request #1565 from greg-lunarg/kg25 by John Kessenich · 5 years ago
  52. 68fbda9 Add DeadBranchElim before MergeReturn in legalization. by GregF · 5 years ago
  53. 4207c97 Fix #1563: Corrupt token when an object macro miscalls a function macro by John Kessenich · 5 years ago
  54. 4ee2f75 PP: More clearly distinguish funtion-like and object-like macros by John Kessenich · 5 years ago
  55. 0a339ec Merge pull request #1564 from jeffbolznv/spirv-pch by John Kessenich · 5 years ago
  56. 02ed310 Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools by Jeff Bolz · 5 years ago
  57. 8b782e7 Tests: Add test for ways of calling no-argument macro with (). by John Kessenich · 5 years ago
  58. 1c1c2d6 Merge pull request #1559 from jeffbolznv/glslang_pch by John Kessenich · 6 years ago
  59. cdf7a85 Merge pull request #1557 from nicebyte/spec-const-decorations by John Kessenich · 6 years ago
  60. 4c9876b Add names for composite constants in SPIR-V by Grigory Dzhavadyan · 6 years ago
  61. 22d0b7c Use precompiled headers for some glslang projects by Jeff Bolz · 6 years ago
  62. a440fbb Merge pull request #1543 from alelenv/nv-raytracing-final by John Kessenich · 6 years ago
  63. ff1783d Multiple features and misc fixes for final raytracing non experimental version. by Ashwin Lele · 6 years ago
  64. af8c1bd ParseHelper: assign xfb_offset for struct members too by Alejandro Piñeiro · 6 years ago
  65. 0ac199d Merge pull request #1558 from Kangz/fix_build_gn by John Kessenich · 6 years ago
  66. ab5382c BUILD.gn: remove reference to non-existent header by Corentin Wallez · 6 years ago
  67. b2b3d81 Merge pull request #1556 from Kangz/msvc by John Kessenich · 6 years ago
  68. 04a2fe9 Fix MSVC warning C4065: 'default' but no 'case' labels by Corentin Wallez · 6 years ago
  69. f0928b3 Build: Pin googletest to a version that works with visual studio 2013. by John Kessenich · 6 years ago
  70. 25ed3fc Merge pull request #1542 from sheredom/fix_8bit_storagebuffer by John Kessenich · 6 years ago
  71. 8717a5d SPV/Standalone: Support specifying arbitrary versions of SPIR-V. by John Kessenich · 6 years ago
  72. ae63a8d Merge pull request #1549 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago
  73. b6b01f0 Fix 8-bit storage nearly always using the by Neil Henning · 6 years ago
  74. 38772c0 Allow GL_NV_mesh_shader in fragment shaders for perprimitiveNV by Sahil Parmar · 6 years ago
  75. 816bc44 Merge pull request #1545 from dj2/warnings by John Kessenich · 6 years ago
  76. 086febc PP: Fix #155: Don't give error on HLSL PP-only parsing. by John Kessenich · 6 years ago
  77. 70f13b2 Fixup unused parameter warnings by Dan Sinclair · 6 years ago
  78. a08f465 Merge pull request #1534 from Kangz/no_static_lib by John Kessenich · 6 years ago
  79. 9323fd4 Build: Fix #1490, unused variables. by John Kessenich · 6 years ago
  80. 43bb5bd Fix #1536: use string instead of TString for uniform-location override. by John Kessenich · 6 years ago
  81. 5403f38 BUILD.gn: remove the static_library target. by Corentin Wallez · 6 years ago
  82. fa61e4c Merge pull request #1533 from amdrexu/bugfix by John Kessenich · 6 years ago
  83. d698ebf Fix a parse issue of imageAtomicCompSwap() by Rex Xu · 6 years ago
  84. e9405d0 Merge pull request #1531 from jeffbolznv/workgroup_nonprivate by John Kessenich · 6 years ago
  85. ab3c965 Fix flags.nonprivate to be true for workgroup memory, which is implicitly workgroupcoherent/nonprivate by Jeff Bolz · 6 years ago
  86. 4685f32 Create CODE_OF_CONDUCT.md by Khronos Group Webmaster · 6 years ago
  87. c374030 Merge pull request #1523 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago untagged-048c4dbc7f021224a933
  88. 732623e Merge pull request #1524 from chaoc/master by John Kessenich · 6 years ago
  89. 07ef0e4 For GL_NV_geometry_shader_passthrough extension, the Inferred output primitive for ElgTriangles should be ElgTriangleStrip. by Chao Chen · 6 years ago
  90. 2f78b9c Merge pull request #1515 from Igalia/more-location-command-line-options by John Kessenich · 6 years ago
  91. 035cbbe Allow redeclaration of builtin interface blocks in mesh shader by Sahil Parmar · 6 years ago
  92. ca042a0 Merge pull request #1518 from Kangz/fix_dawn by John Kessenich · 6 years ago
  93. 6857c23 BUILD.gn: glslang_sources need the public config too by Corentin Wallez · 6 years ago
  94. 2e0806c Merge pull request #1517 from Kangz/mac_complete_lib by John Kessenich · 6 years ago
  95. a26827a BUILD.gn: only use complete_static_lib on mac by Corentin Wallez · 6 years ago
  96. b0f3d79 Add an option to set the base uniform location by Neil Roberts · 6 years ago
  97. 16f5347 Add a command-line option to override uniform locations by Neil Roberts · 6 years ago
  98. 4508a81 Merge pull request #1507 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago
  99. 80b9872 Based on feedback rename checkShaderStageForNVExtensions to checkExtensionStage by Sahil Parmar · 6 years ago
  100. 251344f Call checkShaderStageForNVExtensions() from function updateExtensionBehavior() by Sahil Parmar · 6 years ago