1. cc14f2d SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. by John Kessenich · 6 years ago
  2. e7df8e0 Non-functional: Rationalize some existing use of SPIRV-Tools. by John Kessenich · 6 years ago
  3. 1323bf8 Merge pull request #1480 from dneto0/stringify by John Kessenich · 6 years ago
  4. 9fd2a8c Use our own SPIRV-Tools message stringifier by David Neto · 6 years ago
  5. 93dbbde Merge pull request #1474 from KhronosGroup/pure-8-16-bit-capability by John Kessenich · 6 years ago
  6. 09d7672 Merge pull request #1476 from greg-lunarg/kg24 by John Kessenich · 6 years ago
  7. 1676e73 Update SPIRV-Tools known good. by GregF · 6 years ago
  8. 31aa3d6 SPV: only declare the pure 8/16-bit capabilities when needed. by John Kessenich · 6 years ago
  9. 149afc3 SPV: More corrections of <id> versus "immediate" operands. by John Kessenich · 6 years ago
  10. 228e964 SPV: Correct SPIR-V operands for <id> versus immediate. by John Kessenich · 6 years ago
  11. 72f8c69 Bump version patch level. by John Kessenich · 6 years ago
  12. 251901a Fix #1471: Merge shift amounts for different sets: --stb ... --std ... by John Kessenich · 6 years ago
  13. ade8bbb Fix #1393: rationalize usage, in the spirit of #1393. by John Kessenich · 6 years ago
  14. ec5c119 Bump revision. by John Kessenich · 6 years ago
  15. 640bd09 Fix #1468: Add command-line --entry-point support, same as existing -e. by John Kessenich · 6 years ago
  16. 56a7597 Fix #1469: Make it easier to copy/paste build instructions. by John Kessenich · 6 years ago
  17. c4510e5 Merge pull request #1466 from Kangz/warning_fixes by John Kessenich · 6 years ago
  18. 242c28f Merge pull request #1470 from antiagainst/patch-2 by John Kessenich · 6 years ago
  19. fb4165b Appveyor CI: build artifacts for x64 by Lei Zhang · 6 years ago
  20. e706142 Fix -Wignored-qualifier and -Wunused-variable warnings by Corentin Wallez · 6 years ago
  21. e0bc65b Merge pull request #1460 from KhronosGroup/postprocess by John Kessenich · 6 years ago
  22. f04c51b Non-Functional: Add postprocess as more robust way to add capabilities by John Kessenich · 6 years ago
  23. 29619b2 Merge pull request #1459 from dgkoch/dgkoch_build_fixes4 by John Kessenich · 6 years ago
  24. 883607d Fix build warnings/errors: by Daniel Koch · 6 years ago
  25. e99a268 Merge pull request #1457 from KhronosGroup/parse-floats by John Kessenich · 6 years ago
  26. 7cdc24c PP: Address #1456: Strip float suffixes before using platform library. by John Kessenich · 6 years ago
  27. 994d4bf Tests: Add more string -> float tests. Related to #1456. by John Kessenich · 6 years ago
  28. 561a43d PP: floating-point parsing: more stable handling of istringstream::fail by John Kessenich · 6 years ago
  29. 13803b1 Bump revision. by John Kessenich · 6 years ago
  30. 6e382f6 Merge pull request #1455 from TiemoJung/nullpointer_crash_fix by John Kessenich · 6 years ago
  31. e161cc1 GLSL: No more restrictions on (non)shadow sampler construction. by John Kessenich · 6 years ago
  32. 9f8cb85 Fixes a crash when in/out varying variable had no semantic name and an error was reported in ioremapper phase when the variable was rejected by t.jung · 6 years ago
  33. 62faea7 Merge pull request #1451 from KhronosGroup/shadow-forces-depth by John Kessenich · 6 years ago
  34. 11da9ee HLSL: Fix #1445: distance() works on scalars. by John Kessenich · 6 years ago
  35. 56b3319 Merge pull request #1453 from greg-lunarg/kg22 by John Kessenich · 6 years ago
  36. 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
  37. 0339af3 GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'. by John Kessenich · 6 years ago
  38. 3f05bed Update spirv-tools known good by GregF · 6 years ago
  39. fa4952c Merge branch 'zeux-master' by John Kessenich · 6 years ago
  40. 5a7321e Merge branch 'master' of https://github.com/zeux/glslang into zeux-master by John Kessenich · 6 years ago
  41. 81793ad Merge pull request #1450 from KhronosGroup/link-merge-all by John Kessenich · 6 years ago
  42. b617e14 Link: Merge all the settings in TIntermediate. by John Kessenich · 6 years ago
  43. 5d6b567 Merge pull request #1436 from karl-lunarg/karl-ccache by John Kessenich · 6 years ago
  44. 8103cb9 Merge pull request #1446 from KhronosGroup/spv-link by John Kessenich · 6 years ago
  45. ebd989d Merge pull request #1437 from mattparks/patch-2 by John Kessenich · 6 years ago
  46. 34e5689 Merge branch 'jeffbolznv-missing_descriptor_indexing_extension' by John Kessenich · 6 years ago
  47. 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
  48. 41436ad Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space by John Kessenich · 6 years ago
  49. 806af25 Merge pull request #1442 from dneto0/use-forked-android-ndk-repo by John Kessenich · 6 years ago
  50. c140b96 Add missing OpExtension SPV_EXT_descriptor_indexing for dynamic indexing capabilities by Jeff Bolz · 6 years ago
  51. e7f9cae Errors and Build: Fix build warnings, which also improved error messages. by John Kessenich · 6 years ago
  52. 4aeca2d NDK build: Use NDK r17b and its own CMake toolchain file by David Neto · 6 years ago
  53. b75c706 Travis CI: Fix comments disabling code. by John Kessenich · 6 years ago
  54. e5b2766 Merge pull request #1440 from dneto0/later-android by John Kessenich · 6 years ago
  55. 3541d8a Travis-CI: Use Android NDK r13b specifically by David Neto · 6 years ago
  56. 8dafeab Merge pull request #1438 from Think-Silicon/getUniformStages by John Kessenich · 6 years ago
  57. 0ea33a2 Non-functional: Retrigger bots; the previous failure looks suspicious. by John Kessenich · 6 years ago
  58. cf6bd06 HLSL: Fix #1432: Globally initialize local static variables. by John Kessenich · 6 years ago
  59. f556e5d Reflection exposes the Shader Stages where a Uniform is present by dmpakas · 6 years ago
  60. f9c2aeb Allowed debug postfix to be changed. by Matthew Albrecht · 6 years ago
  61. 857f25c Added the cmake option to disable building SPVRemapper. by Matthew Albrecht · 6 years ago
  62. 64315a8 Merge pull request #1434 from antiagainst/fix-spirv-tools-header by John Kessenich · 6 years ago
  63. 23770b9 build: Add ccache option to CMake config by Karl Schultz · 6 years ago
  64. 112e285 SPIRV: Simplify matrix->matrix constructor by Arseny Kapoulkine · 6 years ago
  65. a2c39a2 Use public SPIRV-Tools header by Lei Zhang · 6 years ago
  66. cd57b4b Merge pull request #1431 from KhronosGroup/implement-8-16-bit-storage by John Kessenich · 6 years ago
  67. 312dcfb Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. by John Kessenich · 6 years ago
  68. eefab24 Bump revision. by John Kessenich · 6 years ago
  69. dccfeed HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). by John Kessenich · 6 years ago
  70. ab8960f Merge pull request #1416 from aejsmith/samplerless-texture-functions by John Kessenich · 6 years ago
  71. 513cc4c Merge branch 'HaydnTrigg-patch-1' by John Kessenich · 6 years ago
  72. c88edb1 Merge branch 'patch-1' of https://github.com/HaydnTrigg/glslang into HaydnTrigg-patch-1 by John Kessenich · 6 years ago
  73. 5e70195 Merge pull request #1420 from KhronosGroup/spir-dis by John Kessenich · 6 years ago
  74. e215622 SPV: Add option to print disassembly in standard form using SPIRV-Tools. by John Kessenich · 6 years ago
  75. 6d61684 Bump revision. by John Kessenich · 6 years ago
  76. 802c62b PP: Rationalize return values of MacroExpand. by John Kessenich · 6 years ago
  77. 9cc81de PP/HLSL: Fix #1424: support comma in nested curly braces for macro arg by John Kessenich · 6 years ago
  78. e47bfae Add support for GL_EXT_samplerless_texture_functions by Alex Smith · 6 years ago
  79. e826286 Constant.cpp Floating point divide by zero by Haydn Trigg · 6 years ago
  80. 0b964b3 Merge pull request #1419 from tgjones/spirv-remap-artifact by John Kessenich · 6 years ago
  81. 9177e05 Include spirv-remap.exe in AppVeyor artifacts by Tim Jones · 6 years ago
  82. ef1f899 Merge pull request #1413 from karl-lunarg/fix-update by John Kessenich · 6 years ago
  83. fa403b9 script: Improve update sources script by Karl Schultz · 6 years ago
  84. 16cf5a5 Merge pull request #1411 from KhronosGroup/fix-literal-warnings by John Kessenich · 6 years ago
  85. 866f671 Build: Make literal casting have fewer warnings and be more consistent. by John Kessenich · 6 years ago
  86. 5fe506a Merge pull request #1409 from greg-lunarg/remap3 by John Kessenich · 6 years ago
  87. c6831d1 Add support for OpConstantNull and OpConstantSampler to spirv-remap by GregF · 6 years ago
  88. c99304c Bump revision. by John Kessenich · 6 years ago
  89. 2a805d9 Revert "GLSL: Fix #1279: refract does not have a double-type eta." by John Kessenich · 6 years ago
  90. bea08fe Merge pull request #1405 from Igalia/nroberts/amb-arrays by John Kessenich · 6 years ago
  91. 1d024b5 Take into account arrays of opaque types when reserving bindings by Neil Roberts · 6 years ago
  92. 2c8265b GLSL: Fix #1358: Support "struct name", where name could be a user type by John Kessenich · 6 years ago
  93. 1ea8f59 Merge pull request #1402 from greg-lunarg/kg21 by John Kessenich · 6 years ago
  94. ff50b9f Update spirv-tools known-good by GregF · 6 years ago
  95. 7dc1a98 Merge pull request #1401 from dneto0/bad-e11 by John Kessenich · 6 years ago
  96. 617d1b1 Relax a stringToDouble test for, OSX AppleClang 9.1 by David Neto · 6 years ago
  97. ba018e6 SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand by John Kessenich · 6 years ago
  98. ad7645f Fix #1360: uint->int width conversions must still be typed as uint. by John Kessenich · 6 years ago
  99. 14b85d3 Fix #1395: GLSL volatile maps to SPIR-V Volatile and Coherent. by John Kessenich · 6 years ago
  100. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago