1. 34e5689 Merge branch 'jeffbolznv-missing_descriptor_indexing_extension' by John Kessenich · 6 years ago
  2. 4137241 Merge branch 'missing_descriptor_indexing_extension' of https://github.com/jeffbolznv/glslang into jeffbolznv-missing_descriptor_indexing_extension by John Kessenich · 6 years ago
  3. 41436ad Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space by John Kessenich · 6 years ago
  4. 806af25 Merge pull request #1442 from dneto0/use-forked-android-ndk-repo by John Kessenich · 6 years ago
  5. c140b96 Add missing OpExtension SPV_EXT_descriptor_indexing for dynamic indexing capabilities by Jeff Bolz · 6 years ago
  6. e7f9cae Errors and Build: Fix build warnings, which also improved error messages. by John Kessenich · 6 years ago
  7. 4aeca2d NDK build: Use NDK r17b and its own CMake toolchain file by David Neto · 6 years ago
  8. b75c706 Travis CI: Fix comments disabling code. by John Kessenich · 6 years ago
  9. e5b2766 Merge pull request #1440 from dneto0/later-android by John Kessenich · 6 years ago
  10. 3541d8a Travis-CI: Use Android NDK r13b specifically by David Neto · 6 years ago
  11. 8dafeab Merge pull request #1438 from Think-Silicon/getUniformStages by John Kessenich · 6 years ago
  12. 0ea33a2 Non-functional: Retrigger bots; the previous failure looks suspicious. by John Kessenich · 6 years ago
  13. cf6bd06 HLSL: Fix #1432: Globally initialize local static variables. by John Kessenich · 6 years ago
  14. f556e5d Reflection exposes the Shader Stages where a Uniform is present by dmpakas · 6 years ago
  15. f9c2aeb Allowed debug postfix to be changed. by Matthew Albrecht · 6 years ago
  16. 857f25c Added the cmake option to disable building SPVRemapper. by Matthew Albrecht · 6 years ago
  17. 64315a8 Merge pull request #1434 from antiagainst/fix-spirv-tools-header by John Kessenich · 6 years ago
  18. 23770b9 build: Add ccache option to CMake config by Karl Schultz · 6 years ago
  19. 112e285 SPIRV: Simplify matrix->matrix constructor by Arseny Kapoulkine · 6 years ago
  20. a2c39a2 Use public SPIRV-Tools header by Lei Zhang · 6 years ago
  21. cd57b4b Merge pull request #1431 from KhronosGroup/implement-8-16-bit-storage by John Kessenich · 6 years ago
  22. 312dcfb Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. by John Kessenich · 6 years ago
  23. eefab24 Bump revision. by John Kessenich · 6 years ago
  24. dccfeed HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). by John Kessenich · 6 years ago
  25. ab8960f Merge pull request #1416 from aejsmith/samplerless-texture-functions by John Kessenich · 6 years ago
  26. 513cc4c Merge branch 'HaydnTrigg-patch-1' by John Kessenich · 6 years ago
  27. c88edb1 Merge branch 'patch-1' of https://github.com/HaydnTrigg/glslang into HaydnTrigg-patch-1 by John Kessenich · 6 years ago
  28. 5e70195 Merge pull request #1420 from KhronosGroup/spir-dis by John Kessenich · 6 years ago
  29. e215622 SPV: Add option to print disassembly in standard form using SPIRV-Tools. by John Kessenich · 6 years ago
  30. 6d61684 Bump revision. by John Kessenich · 6 years ago
  31. 802c62b PP: Rationalize return values of MacroExpand. by John Kessenich · 6 years ago
  32. 9cc81de PP/HLSL: Fix #1424: support comma in nested curly braces for macro arg by John Kessenich · 6 years ago
  33. e47bfae Add support for GL_EXT_samplerless_texture_functions by Alex Smith · 6 years ago
  34. e826286 Constant.cpp Floating point divide by zero by Haydn Trigg · 6 years ago
  35. 0b964b3 Merge pull request #1419 from tgjones/spirv-remap-artifact by John Kessenich · 6 years ago
  36. 9177e05 Include spirv-remap.exe in AppVeyor artifacts by Tim Jones · 6 years ago
  37. ef1f899 Merge pull request #1413 from karl-lunarg/fix-update by John Kessenich · 6 years ago
  38. fa403b9 script: Improve update sources script by Karl Schultz · 6 years ago
  39. 16cf5a5 Merge pull request #1411 from KhronosGroup/fix-literal-warnings by John Kessenich · 6 years ago
  40. 866f671 Build: Make literal casting have fewer warnings and be more consistent. by John Kessenich · 6 years ago
  41. 5fe506a Merge pull request #1409 from greg-lunarg/remap3 by John Kessenich · 6 years ago
  42. c6831d1 Add support for OpConstantNull and OpConstantSampler to spirv-remap by GregF · 6 years ago
  43. c99304c Bump revision. by John Kessenich · 6 years ago
  44. 2a805d9 Revert "GLSL: Fix #1279: refract does not have a double-type eta." by John Kessenich · 6 years ago
  45. bea08fe Merge pull request #1405 from Igalia/nroberts/amb-arrays by John Kessenich · 6 years ago
  46. 1d024b5 Take into account arrays of opaque types when reserving bindings by Neil Roberts · 6 years ago
  47. 2c8265b GLSL: Fix #1358: Support "struct name", where name could be a user type by John Kessenich · 6 years ago
  48. 1ea8f59 Merge pull request #1402 from greg-lunarg/kg21 by John Kessenich · 6 years ago
  49. ff50b9f Update spirv-tools known-good by GregF · 6 years ago
  50. 7dc1a98 Merge pull request #1401 from dneto0/bad-e11 by John Kessenich · 6 years ago
  51. 617d1b1 Relax a stringToDouble test for, OSX AppleClang 9.1 by David Neto · 6 years ago
  52. ba018e6 SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand by John Kessenich · 6 years ago
  53. ad7645f Fix #1360: uint->int width conversions must still be typed as uint. by John Kessenich · 6 years ago
  54. 14b85d3 Fix #1395: GLSL volatile maps to SPIR-V Volatile and Coherent. by John Kessenich · 6 years ago
  55. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  56. a7eb582 Bump revision. by John Kessenich · 6 years ago
  57. 9c3fde7 Merge pull request #1397 from LoopDawg/warning-fix-4 by John Kessenich · 6 years ago
  58. 470a68c Fix several signed/unsigned comparison compile warnings. by LoopDawg · 6 years ago
  59. 32d3ec3 Merge pull request #1394 from greg-lunarg/kg20 by John Kessenich · 6 years ago
  60. b0c42b2 Update spirv-tools known-good. by GregF · 6 years ago
  61. 4f88853 Fix #1391: Remove use of nonportable strnlen(). by John Kessenich · 6 years ago
  62. b91189d Merge pull request #876 from ligfx/cmaketargetincludedirectories by John Kessenich · 6 years ago
  63. a895f37 CMake: use target_include_directories to expose includes by Michael Maltese · 7 years ago
  64. 92d05c0 Merge pull request #1386 from zeux/master by John Kessenich · 6 years ago
  65. 369dc87 Merge pull request #1387 from jeffbolznv/disassembly_explicit_types by John Kessenich · 6 years ago
  66. fa34a9a Merge pull request #1385 from KhronosGroup/fix-strtod by John Kessenich · 6 years ago
  67. 3e8e9f7 PP: Implement locale-independent strtod, using istringstream and a fast path. by John Kessenich · 6 years ago
  68. af7a948 Add bit width of types to disassembleInstruction by Jeff Bolz · 6 years ago
  69. 6c52f89 PP: Remove second parsing of numbers recorded in macros; save/use original. by John Kessenich · 6 years ago
  70. 1ea1b13 Testing: Add new tests, and new ways of testing, for floating-point. by John Kessenich · 6 years ago
  71. 8e4b496 Merge pull request #1388 from greg-lunarg/kg19 by John Kessenich · 6 years ago
  72. d2b5580 Update spirv-tools known-good by GregF · 6 years ago
  73. b239d22 Fix TextureUpgradeAndSamplerRemovalTransform when used with qualifiers by Arseny Kapoulkine · 6 years ago
  74. c6d2553 Merge pull request #1384 from LoopDawg/self-cast by John Kessenich · 6 years ago
  75. c599167 HLSL: allow self-type cast (as no-op passthrough) by LoopDawg · 6 years ago
  76. 2aaef12 Bump revision. by John Kessenich · 6 years ago
  77. ebec909 GLSL: Fix #1279: refract does not have a double-type eta. by John Kessenich · 6 years ago
  78. a0044f4 Merge pull request #1381 from LoopDawg/coverage_array by John Kessenich · 6 years ago untagged-827e5412b9827e5388e5
  79. 98e1d7f Merge pull request #1383 from amdrexu/bugfix by John Kessenich · 6 years ago
  80. b4a2a6c Fix issue #1376: SPV_AMD_gpu_shader_half_float is not emitted under vulkan1.1 by Rex Xu · 6 years ago
  81. 4e6d3ea HLSL: require coverage mask to be arrayed output. by LoopDawg · 6 years ago
  82. cfb05ec Merge pull request #1379 from LoopDawg/groupid-fix by John Kessenich · 6 years ago
  83. 91a8178 HLSL: various SPIR-V compute shader IDs must be a 3-vector of integers. by LoopDawg · 6 years ago
  84. 90de7a7 Merge pull request #1378 from LoopDawg/append-decl-order by John Kessenich · 6 years ago
  85. 1326b8c HLSL: Allow stream output Append() method after entry point. by LoopDawg · 6 years ago
  86. 1831087 SPV: Fix #1374: For an SSBO 16-bit access, only emit StorageUniformBufferBlock16 capability. by John Kessenich · 6 years ago
  87. 2fb966a Merge pull request #1375 from Igalia/nroberts/aml-arrayio by John Kessenich · 6 years ago
  88. ecbd056 Tests: Fix #1372: Don't legalize runtests HLSL tests. by John Kessenich · 6 years ago
  89. 22b71f9 Skip outermost array when assigning locations to auto-array interfaces by Neil Roberts · 6 years ago
  90. fd9d9ef Bump version. by John Kessenich · 6 years ago
  91. d2e9829 Merge pull request #1370 from KhronosGroup/fix-param-types by John Kessenich · 6 years ago
  92. 115c3b1 Merge pull request #1369 from greg-lunarg/kg18 by John Kessenich · 6 years ago
  93. d3ed90b Fix #944: Convert argument type to match formal parameter type. by John Kessenich · 6 years ago
  94. 517eabb Update spirv-opt known-good by GregF · 6 years ago
  95. 25bef93 Merge pull request #1363 from mattparks/patch4 by John Kessenich · 6 years ago
  96. 115cf8e Merge pull request #1368 from danginsburg/issue_1367 by John Kessenich · 6 years ago
  97. fb6924d Fix issue #1367 - change the I/O remapper to ignore push constants so it does not apply a binding/descriptor set to them. by danginsburg · 6 years ago
  98. 9cf275b Build: Add missing break statements. Fixes #1052. by John Kessenich · 6 years ago
  99. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 6 years ago
  100. e375dad Merge pull request #1364 from greg-lunarg/kg17 by John Kessenich · 6 years ago