1. a1184dd fix further MSVC 2012 build issues by St0fF · 7 years ago
  2. e735042 add ability to record accessed and declared "named defines" by St0fF · 7 years ago
  3. 77d0459 fix VS2012 compile issues by St0fF · 7 years ago
  4. b92ce60 GLSL/SPV: Fix #1310: don't create unnecessary integer matrices. by John Kessenich · 7 years ago
  5. 88a6a18 README: Expand on the C++11 compiler requirement for MSVS. by John Kessenich · 7 years ago
  6. 11b5c31 Update revision. by John Kessenich · 7 years ago
  7. 5d8d788 Fix #1328: ENABLE_HLSL=OFF breaking build. by John Kessenich · 7 years ago
  8. f52b638 Fix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for counters. by John Kessenich · 7 years ago
  9. 7f0bcfd Fix #1333: Protect against -g for non-generating code. by John Kessenich · 7 years ago
  10. a89f8cf Merge branch 'nonuniform-dynindex' by John Kessenich · 7 years ago
  11. 4597fea Update revision. by John Kessenich · 7 years ago
  12. 6a8a678 Revision/Version update. by John Kessenich · 7 years ago
  13. 5611c6d GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier by John Kessenich · 7 years ago
  14. 0b5e5da Update revision. by John Kessenich · 7 years ago
  15. 6a4a427 GLSL: Implement correct semantic checking for run-time sized arrays. by John Kessenich · 7 years ago
  16. 5a867ac Linker: Fix #1329: correctly merge unsized arrays, and fix link tests. by John Kessenich · 7 years ago
  17. ed83489 Merge pull request #1327 from mattparks/patch2 by John Kessenich · 7 years ago
  18. 2199356 Added getter for uniform block bindings by Matthew Albrecht · 7 years ago
  19. fbdba36 Merge pull request #1325 from KhronosGroup/simplify-doc by John Kessenich · 7 years ago
  20. 1097155 Non-Functional: Remove unused parts of the disassembler. by John Kessenich · 7 years ago
  21. d688796 Merge pull request #1322 from jeffbolznv/master by John Kessenich · 7 years ago
  22. 2abe9a4 Implement GL_NV_shader_subgroup_partitioned by Jeff Bolz · 7 years ago
  23. 6b1ede4 Merge pull request #1320 from greg-lunarg/addopt21 by John Kessenich · 7 years ago
  24. fb03a55 Only print legalization warning if optimizer disabled by GregF · 7 years ago
  25. 7be3664 Merge pull request #1319 from KhronosGroup/array-rationalization by John Kessenich · 7 years ago
  26. f9a05f9 Merge pull request #1316 from greg-lunarg/addopt18 by John Kessenich · 7 years ago
  27. c408b43 Merge pull request #1318 from amdrexu/feature by John Kessenich · 7 years ago
  28. ead8622 Non-functional. Rationalizations enabling future generalizations: by John Kessenich · 7 years ago
  29. 2316924 Non-Functional: Remove merge-replicated code and fix white space. by John Kessenich · 7 years ago
  30. ae06d1f Add int16 support to AMD_trinary_minmax and AMD_shader_ballot by Rex Xu · 7 years ago
  31. 4bede9e Disable DCE by Remapper through glslangValidator... by GregF · 7 years ago
  32. 643e57c Merge pull request #1313 from greg-lunarg/kg15 by John Kessenich · 7 years ago
  33. 26ad99b Merge pull request #1312 from KhronosGroup/fix-mixed-array-styles by John Kessenich · 7 years ago
  34. 0b46c1e Merge branch 'master' into kg15 by greg-lunarg · 7 years ago
  35. eecb874 Update SPIRV-Tools known good. by GregF · 7 years ago
  36. 859b034 Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. by John Kessenich · 7 years ago
  37. 1c3ab27 Test Results Only: Include size in implicitly sized arrays (change to unsized). by John Kessenich · 7 years ago
  38. 7cec64f Non functional: add EshTargetClientVersion alias for EShTargetClientVersion. by John Kessenich · 7 years ago
  39. 97e3542 Non-functional: always return value from makeFpConstant(). by John Kessenich · 7 years ago
  40. 569dd84 Merge pull request #1306 from Igalia/uniform-aml-v2 by John Kessenich · 7 years ago
  41. 1b1ad97 Merge pull request #1305 from amdrexu/bugfix by John Kessenich · 7 years ago
  42. 2d53904 Take into account the number of locations taken up by a uniform by Neil Roberts · 7 years ago
  43. 1fe4a44 Add locations to opaque types for OpenGL by Neil Roberts · 7 years ago
  44. b126550 Add additional error check for fragment shader outputs by Rex Xu · 7 years ago
  45. 95b1334 Bump patch version. by John Kessenich · 7 years ago
  46. ca4366c Merge pull request #1302 from KhronosGroup/cpp-relax-skiptokens-errors by John Kessenich · 7 years ago
  47. e7e081b PP: don't give errors on some tokens under #if 0 (or similar). by John Kessenich · 7 years ago
  48. 56e8056 Merge pull request #1282 from KhronosGroup/hlslFunctionality1 by John Kessenich · 7 years ago
  49. 5d610ee Implement SPV_GOOGLE_hlsl_functionality1. by John Kessenich · 7 years ago
  50. cd23a47 Merge pull request #1291 from ben-clayton/add-nv-nopersp by John Kessenich · 7 years ago
  51. 0af69da Bump patch version. by John Kessenich · 7 years ago
  52. fb1e40b Merge pull request #1299 from KhronosGroup/fix-conversions by John Kessenich · 7 years ago
  53. f648083 Add tests for GL_NV_shader_noperspective_interpolation by Ben Clayton · 7 years ago
  54. cb32c54 Merge pull request #1289 from Igalia/igalia/dmat-scalar-division by John Kessenich · 7 years ago
  55. 647fcca AST: Fix shift conversions, which don't require matching types. by John Kessenich · 7 years ago
  56. 6e899be Non-functional: Rationalize operators handled by the split addConversion() functions. by John Kessenich · 7 years ago
  57. 137a24d AST: Remove convertToBasicType() which was obfuscating the conversion design. by John Kessenich · 7 years ago
  58. 075c8c1 Merge pull request #1294 from dgkoch/dgkoch_build_fixes4 by John Kessenich · 7 years ago
  59. bfe0952 Fix build several build errors by Daniel Koch · 7 years ago
  60. 3e2a3c4 Merge pull request #1293 from baldurk/remove-en-dash by John Kessenich · 7 years ago
  61. 34cd763 Replace en-dash with simple ASCII hyphen by Baldur Karlsson · 7 years ago
  62. 017a567 Add support for GL_NV_shader_noperspective_interpolation by Ben Clayton · 7 years ago
  63. eddb131 Use the correct type for the constant for matrix/scalar division by Neil Roberts · 7 years ago
  64. 2ad4737 Merge pull request #1286 from greg-lunarg/kg14 by John Kessenich · 7 years ago
  65. b095da7 Merge pull request #1288 from amdrexu/bugfix by John Kessenich · 7 years ago
  66. 2bd8cd0 Merge pull request #1287 from eintw1ck/master by John Kessenich · 7 years ago
  67. a00e51b HLSL: Correct some mistakes for min16 types by Rex Xu · 7 years ago
  68. b3e80f5 include/Common.h: reorder includes to avoid redefinition on some platforms by Josh de Kock · 7 years ago
  69. bfa64af Increment minor version to 4 by GregF · 7 years ago
  70. c96885f Update known_good to SPIR-V 1.3 support by GregF · 7 years ago
  71. 845860d Merge pull request #1283 from siavashserver/fix-memory-leak by John Kessenich · 7 years ago
  72. ca27934 Merge pull request #1284 from amdrexu/bugfix by John Kessenich · 7 years ago
  73. 7798aaf Allow --hlsl-enable-16bit-types to be used without AMD_EXTENSIONS by Rex Xu · 7 years ago
  74. b502a80 Fix memory leak upon ProcessDeferred failure. by siavashserver · 7 years ago
  75. a515250 Merge pull request #1269 from bkaradzic/master by John Kessenich · 7 years ago
  76. 9c82dd1 Merge branch 'amdrexu-feature' by John Kessenich · 7 years ago
  77. fb97d25 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 7 years ago
  78. 45422f1 Merge branch 'amdrexu-bugfix' by John Kessenich · 7 years ago
  79. f15fbc0 Merge branch 'bugfix' of https://github.com/amdrexu/glslang into amdrexu-bugfix by John Kessenich · 7 years ago
  80. 56364b0 Merge branch 'sheredom-fixup_sm_60_wording' by John Kessenich · 7 years ago
  81. e62d1ba Merge branch 'fixup_sm_60_wording' of https://github.com/sheredom/glslang into sheredom-fixup_sm_60_wording by John Kessenich · 7 years ago
  82. ac37079 Revert the commits that change OpArrayLength type and bumped the version number. by John Kessenich · 7 years ago
  83. fd920b3 WaveReadLaneFirst is the correct wording (was using WaveReadFirstLane previously...). by Neil Henning · 7 years ago
  84. 097047a Merge pull request #1277 from KhronosGroup/Vulkan_1_1 by John Kessenich · 7 years ago
  85. e68a769 Add more error checks for swizzleInvocations{Masked}AMD() by Rex Xu · 7 years ago
  86. cb61eec HLSL: Map min types to GLSL 16-bit types by Rex Xu · 7 years ago
  87. 1e5c946 Fixed ifdef. by Branimir Karadžić · 7 years ago
  88. 66011cb SPV: Implement Vulkan 1.1 features and extensions. by John Kessenich · 7 years ago
  89. b2ae1d0 Revert "Merge pull request #1274 from greg-lunarg/legal2" by John Kessenich · 7 years ago
  90. 663b90d Build: Fix build issues with previous commit. by John Kessenich · 7 years ago
  91. 2c65069 Merge pull request #1274 from greg-lunarg/legal2 by John Kessenich · 7 years ago
  92. fa9b465 Versioning: Bump to minor version 1, for new SPIRV-Tools update. by John Kessenich · 7 years ago
  93. fd50f6a Legalization: Omit legalization warning when spirv-opt is linked. by GregF · 7 years ago
  94. caa5444 Merge pull request #1263 from greg-lunarg/kg12 by John Kessenich · 7 years ago
  95. 0253835 Merge pull request #1272 from amdrexu/bugfix by John Kessenich · 7 years ago
  96. 4f5b99e Add more error checks for interpolateAtVertexAMD() by Rex Xu · 7 years ago
  97. c6c80a6 Versioning: Address #1255: Move to semantic versioning. by John Kessenich · 7 years ago
  98. 1de8e54 Fixed GCC+Clang errors and warnings on Linux and OSX. by Branimir Karadžić · 7 years ago
  99. 41e24fd Merge branch 'amdrexu-bugfix' by John Kessenich · 7 years ago
  100. aa2295f Merge branch 'bugfix' of https://github.com/amdrexu/glslang into amdrexu-bugfix by John Kessenich · 7 years ago