1. ad7645f Fix #1360: uint->int width conversions must still be typed as uint. by John Kessenich · 6 years ago
  2. 14b85d3 Fix #1395: GLSL volatile maps to SPIR-V Volatile and Coherent. by John Kessenich · 6 years ago
  3. d6c9755 Change the major revision number for next commit. by John Kessenich · 6 years ago
  4. a7eb582 Bump revision. by John Kessenich · 6 years ago
  5. 9c3fde7 Merge pull request #1397 from LoopDawg/warning-fix-4 by John Kessenich · 6 years ago
  6. 470a68c Fix several signed/unsigned comparison compile warnings. by LoopDawg · 6 years ago
  7. 32d3ec3 Merge pull request #1394 from greg-lunarg/kg20 by John Kessenich · 6 years ago
  8. b0c42b2 Update spirv-tools known-good. by GregF · 6 years ago
  9. 4f88853 Fix #1391: Remove use of nonportable strnlen(). by John Kessenich · 6 years ago
  10. b91189d Merge pull request #876 from ligfx/cmaketargetincludedirectories by John Kessenich · 6 years ago
  11. a895f37 CMake: use target_include_directories to expose includes by Michael Maltese · 7 years ago
  12. 92d05c0 Merge pull request #1386 from zeux/master by John Kessenich · 6 years ago
  13. 369dc87 Merge pull request #1387 from jeffbolznv/disassembly_explicit_types by John Kessenich · 6 years ago
  14. fa34a9a Merge pull request #1385 from KhronosGroup/fix-strtod by John Kessenich · 6 years ago
  15. 3e8e9f7 PP: Implement locale-independent strtod, using istringstream and a fast path. by John Kessenich · 6 years ago
  16. af7a948 Add bit width of types to disassembleInstruction by Jeff Bolz · 6 years ago
  17. 6c52f89 PP: Remove second parsing of numbers recorded in macros; save/use original. by John Kessenich · 6 years ago
  18. 1ea1b13 Testing: Add new tests, and new ways of testing, for floating-point. by John Kessenich · 6 years ago
  19. 8e4b496 Merge pull request #1388 from greg-lunarg/kg19 by John Kessenich · 6 years ago
  20. d2b5580 Update spirv-tools known-good by GregF · 6 years ago
  21. b239d22 Fix TextureUpgradeAndSamplerRemovalTransform when used with qualifiers by Arseny Kapoulkine · 6 years ago
  22. c6d2553 Merge pull request #1384 from LoopDawg/self-cast by John Kessenich · 6 years ago
  23. c599167 HLSL: allow self-type cast (as no-op passthrough) by LoopDawg · 6 years ago
  24. 2aaef12 Bump revision. by John Kessenich · 6 years ago
  25. ebec909 GLSL: Fix #1279: refract does not have a double-type eta. by John Kessenich · 6 years ago
  26. a0044f4 Merge pull request #1381 from LoopDawg/coverage_array by John Kessenich · 6 years ago
  27. 98e1d7f Merge pull request #1383 from amdrexu/bugfix by John Kessenich · 6 years ago
  28. b4a2a6c Fix issue #1376: SPV_AMD_gpu_shader_half_float is not emitted under vulkan1.1 by Rex Xu · 6 years ago
  29. 4e6d3ea HLSL: require coverage mask to be arrayed output. by LoopDawg · 6 years ago
  30. cfb05ec Merge pull request #1379 from LoopDawg/groupid-fix by John Kessenich · 6 years ago
  31. 91a8178 HLSL: various SPIR-V compute shader IDs must be a 3-vector of integers. by LoopDawg · 6 years ago
  32. 90de7a7 Merge pull request #1378 from LoopDawg/append-decl-order by John Kessenich · 6 years ago
  33. 1326b8c HLSL: Allow stream output Append() method after entry point. by LoopDawg · 6 years ago
  34. 1831087 SPV: Fix #1374: For an SSBO 16-bit access, only emit StorageUniformBufferBlock16 capability. by John Kessenich · 6 years ago
  35. 2fb966a Merge pull request #1375 from Igalia/nroberts/aml-arrayio by John Kessenich · 6 years ago
  36. ecbd056 Tests: Fix #1372: Don't legalize runtests HLSL tests. by John Kessenich · 6 years ago
  37. 22b71f9 Skip outermost array when assigning locations to auto-array interfaces by Neil Roberts · 6 years ago
  38. fd9d9ef Bump version. by John Kessenich · 6 years ago
  39. d2e9829 Merge pull request #1370 from KhronosGroup/fix-param-types by John Kessenich · 6 years ago
  40. 115c3b1 Merge pull request #1369 from greg-lunarg/kg18 by John Kessenich · 6 years ago
  41. d3ed90b Fix #944: Convert argument type to match formal parameter type. by John Kessenich · 6 years ago
  42. 517eabb Update spirv-opt known-good by GregF · 6 years ago
  43. 25bef93 Merge pull request #1363 from mattparks/patch4 by John Kessenich · 6 years ago
  44. 115cf8e Merge pull request #1368 from danginsburg/issue_1367 by John Kessenich · 6 years ago
  45. 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
  46. 9cf275b Build: Add missing break statements. Fixes #1052. by John Kessenich · 6 years ago
  47. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 6 years ago
  48. e375dad Merge pull request #1364 from greg-lunarg/kg17 by John Kessenich · 6 years ago
  49. 6b5d52a Update known-good. by GregF · 6 years ago
  50. 46e0731 GLSL/Vulkan: Warn about arrays of arrays of resources that need bindings. by John Kessenich · 6 years ago
  51. b4cb70f GLSL: Fix #1359: don't allow unsized arrays as initializers. by John Kessenich · 6 years ago
  52. d8462c6 validate script: fix path by John Kessenich · 6 years ago
  53. c325f43 GLSL: Fix #1300: Can redeclare without size a sized built-in block array. by John Kessenich · 6 years ago
  54. 3beac94 Infrastructure: If using .hlsl suffix, default is -D. by John Kessenich · 6 years ago
  55. 4c57470 Bump revision. by John Kessenich · 6 years ago
  56. 2ead40f Tests: Add usage and tests for previous commit. by John Kessenich · 6 years ago
  57. fccbb8b Merge branch 'nicebyte-glsl-ext' by John Kessenich · 6 years ago
  58. 62f84fd Merge branch 'glsl-ext' of https://github.com/nicebyte/glslang into nicebyte-glsl-ext by John Kessenich · 6 years ago
  59. 3bb4c48 Bump revision. by John Kessenich · 6 years ago
  60. 16b80f7 Merge pull request #1345 from amdrexu/bugfix by John Kessenich · 6 years ago
  61. 7c88aff Specify SPV_AMD_gpu_shader_int16 extension string when frexp() takes 16-bit by Rex Xu · 6 years ago
  62. 6cf7645 Bump revision. by John Kessenich · 6 years ago
  63. c034c5a HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. by John Kessenich · 6 years ago
  64. 24eae06 Merge pull request #1348 from greg-lunarg/kg16 by John Kessenich · 6 years ago
  65. d91e036 Merge pull request #1351 from danginsburg/issue_1350 by John Kessenich · 6 years ago
  66. 5a69b67 Update gold results by danginsburg · 6 years ago
  67. 33ddaaa Make FindLanguage use the entire name if parseStageName is false by Grigory Dzhavadyan · 6 years ago
  68. ef203bf Fix build error by Grigory Dzhavadyan · 6 years ago
  69. 3350741 Make glslang validator support files ending in .glsl by Grigory Dzhavadyan · 6 years ago
  70. 95c87b6 Fix issue #1350 - set the node type to match the atomic TIntermAggregate node type so that AtomicSMin/Max is not generated with a result type of void. by danginsburg · 6 years ago
  71. 0f8d43e GLSL/Vulkan: Enforce no location aliasing in vertex inputs. by John Kessenich · 6 years ago
  72. c51bff8 Update spirv-opt known good by GregF · 6 years ago
  73. 5d3babd Build: Fix #1347: Compile with NV_EXTENSIONS disabled. by John Kessenich · 6 years ago
  74. b9e9e57 Merge pull request #1326 from mattparks/patch1 by John Kessenich · 6 years ago
  75. 461ea09 Non-functional: Fix tabs. by John Kessenich · 6 years ago
  76. e891afa GLSL: Fix #1330: default outputs for GL_NV_geometry_shader_passthrough by John Kessenich · 6 years ago
  77. 9de57c8 Bump revision. by John Kessenich · 6 years ago
  78. 5cd155f Merge pull request #1343 from KhronosGroup/uint-counter-bufs by John Kessenich · 6 years ago
  79. c3a370d Merge pull request #1341 from St0fF-NPL-ToM/master by John Kessenich · 6 years ago
  80. 6ae1870 HLSL: Fix #1332: consistently use uint for counter buf typing. by John Kessenich · 6 years ago
  81. 1aaa356 Revert "add ability to record accessed and declared "named defines"" by St0fF · 6 years ago
  82. 619dc89 Merge pull request #1338 from cgmb/minor-shaderlang-fixups by John Kessenich · 6 years ago
  83. 1dcd162 GLSL/SPV: no location on atomic_uint; Fix #1339. by John Kessenich · 6 years ago
  84. 39bbad5 Minor cleanup in ShaderLang.cpp by Cory Bloor · 6 years ago
  85. a1184dd fix further MSVC 2012 build issues by St0fF · 6 years ago
  86. e735042 add ability to record accessed and declared "named defines" by St0fF · 6 years ago
  87. 77d0459 fix VS2012 compile issues by St0fF · 6 years ago
  88. b92ce60 GLSL/SPV: Fix #1310: don't create unnecessary integer matrices. by John Kessenich · 6 years ago
  89. 88a6a18 README: Expand on the C++11 compiler requirement for MSVS. by John Kessenich · 6 years ago
  90. 11b5c31 Update revision. by John Kessenich · 6 years ago
  91. 5d8d788 Fix #1328: ENABLE_HLSL=OFF breaking build. by John Kessenich · 6 years ago
  92. f52b638 Fix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for counters. by John Kessenich · 6 years ago
  93. 7f0bcfd Fix #1333: Protect against -g for non-generating code. by John Kessenich · 6 years ago
  94. a89f8cf Merge branch 'nonuniform-dynindex' by John Kessenich · 6 years ago
  95. 4597fea Update revision. by John Kessenich · 6 years ago
  96. 6a8a678 Revision/Version update. by John Kessenich · 6 years ago
  97. 5611c6d GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier by John Kessenich · 6 years ago
  98. 0b5e5da Update revision. by John Kessenich · 6 years ago
  99. 6a4a427 GLSL: Implement correct semantic checking for run-time sized arrays. by John Kessenich · 6 years ago
  100. 5a867ac Linker: Fix #1329: correctly merge unsized arrays, and fix link tests. by John Kessenich · 6 years ago