1. b0f3d79 Add an option to set the base uniform location by Neil Roberts · 6 years ago
  2. 16f5347 Add a command-line option to override uniform locations by Neil Roberts · 6 years ago
  3. 4508a81 Merge pull request #1507 from sparmarNV/fix-SPV_NV_mesh_shader by John Kessenich · 6 years ago
  4. 80b9872 Based on feedback rename checkShaderStageForNVExtensions to checkExtensionStage by Sahil Parmar · 6 years ago
  5. 251344f Call checkShaderStageForNVExtensions() from function updateExtensionBehavior() by Sahil Parmar · 6 years ago
  6. 91ac429 Merge pull request #1510 from Kangz/complete_lib by John Kessenich · 6 years ago
  7. 873734d BUILD.gn: make the static_lib complete to fix the build on OSX by Corentin Wallez · 6 years ago
  8. 3ae0f58 changes based on feedback by Sahil Parmar · 6 years ago
  9. 5ff3c3d Interfaces: Remove NV_EXTENSIONS from two more headers. by John Kessenich · 6 years ago
  10. 01c4076 Merge pull request #1508 from jeffbolznv/remove_ifdefs_shaderlang by John Kessenich · 6 years ago
  11. 27f5db0 Remove NV_EXTENSION ifdefs from ShaderLang.h by Jeff Bolz · 6 years ago
  12. 1f60c72 Interface: remove NV_EXTENSIONS from the resources header. by John Kessenich · 6 years ago
  13. a475294 Merge pull request #1506 from alelenv/master by John Kessenich · 6 years ago
  14. 18268c8 Merge pull request #1505 from dj2/gn_build by John Kessenich · 6 years ago
  15. 95e2d4e Add ES 320 support and additional error checks for SPV_NV_mesh_shader by Sahil Parmar · 6 years ago
  16. aac6d63 Use unsigned int instead of uint32_t by Dan Sinclair · 6 years ago
  17. a535bc1 Fix missing case label for miss stage. by Ashwin Lele · 6 years ago
  18. b29c58e Review feedback by Dan Sinclair · 6 years ago
  19. 257b25c Add BUILD.gn configuration. by Dan Sinclair · 6 years ago
  20. a8453d4 SPIRV-Tools: Move to more recent (higher quality) version. by John Kessenich · 6 years ago
  21. 088da33 Bump revision. by John Kessenich · 6 years ago
  22. dc59108 Merge pull request #1500 from KhronosGroup/turing-known-good by John Kessenich · 6 years ago
  23. aedccf9 Update known-good to tools/headers for the Nvidia Turing extensions. by John Kessenich · 6 years ago
  24. 8751c13 Bump minor version. by John Kessenich · 6 years ago
  25. 5942c01 Merge pull request #1499 from chaoc/nvidia_turing by John Kessenich · 6 years ago
  26. fb13a3a update glslang test results for temporary validation fail by Chao Chen · 6 years ago
  27. 5b2203d Add-support-for-SPV_NV_shading_rate by Chao Chen · 6 years ago
  28. b50c02e Add-support-for-SPV_NVX_raytracing by Chao Chen · 6 years ago
  29. 3c36699 Add-support-for-SPV_NV_mesh_shader by Chao Chen · 6 years ago
  30. 3a13796 0003-Add-support-for-SPV_NV_shader_image_footprint by Chao Chen · 6 years ago
  31. beae225 Add-support-for-SPV_NV_compute_shader_derivatives by Chao Chen · 6 years ago
  32. 9eada4b Add-support-for-SPV_NV_fragment_shader_barycentric by Chao Chen · 6 years ago
  33. 6dd4757 Update to latest spirv.hpp header (which fixed a typo). by John Kessenich · 6 years ago
  34. 7105cb3 SPV: Move to latest SPIR-V header (latest NV extensions support). by John Kessenich · 6 years ago
  35. d122a72 Build: Fix some warnings. by John Kessenich · 6 years ago
  36. b4a598b Bump revision. by John Kessenich · 6 years ago
  37. 92fab62 Merge pull request #1492 from NorbertGarnysAMD/shader_atomic_int64 by John Kessenich · 6 years ago
  38. dad0c1b Add GL_EXT_shader_atomic_int64 by Norbert Garnys · 6 years ago
  39. f658c30 Merge pull request #1491 from DennisOSRM/patch-1 by John Kessenich · 6 years ago
  40. fc89f06 Fix compiler warning emitted from GCC8 by Dennis Luxen · 6 years ago
  41. 6def437 Bump revision. by John Kessenich · 6 years ago
  42. afe0c66 SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. by John Kessenich · 6 years ago
  43. 546b788 Printing preprocessed shaders (not a supported path): Fix #1490: strings by John Kessenich · 6 years ago
  44. 1ca0f8e Bump version and revision. by John Kessenich · 6 years ago
  45. ddfb4a8 Merge branch 'jeffbolznv-memory_scope_semantics' by John Kessenich · 6 years ago
  46. 36831c9 GL_KHR_memory_scope_semantics by Jeff Bolz · 6 years ago
  47. 97068d8 Merge pull request #1465 from otakuto/remove-execute-permissions by John Kessenich · 6 years ago
  48. 1d12970 Merge pull request #1485 from karl-lunarg/karl-lunarg-patch-1 by John Kessenich · 6 years ago
  49. 12b99ef Merge pull request #1486 from mrtrizer/patch-1 by John Kessenich · 6 years ago
  50. 949344f Update SpvTools.cpp by Denis Zdorovtsov · 6 years ago
  51. ac2e1b6 bump revision by John Kessenich · 6 years ago
  52. 4e11b61 SPV: Turn off the default validation done by the SPIRV-Tools optimizer. by John Kessenich · 6 years ago
  53. a4dfede Merge pull request #1482 from KhronosGroup/validate by John Kessenich · 6 years ago
  54. d5aabf3 GLSL: Remove use of __ in the implementation of keywords having __. by John Kessenich · 6 years ago
  55. 381dd3c GLSL: Remove use of __ in the implementation of keywords having __. by John Kessenich · 6 years ago
  56. 0cb8ad5 tooling: Fix update sources script for Python 3 by Karl Schultz · 6 years ago
  57. c340425 SPV: Add option for controling when the SPIRV-Tools validator is used. by John Kessenich · 6 years ago
  58. 717c80a SPV: Isolate SPIRV-tools glue to its own file. by John Kessenich · 6 years ago
  59. cc14f2d SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. by John Kessenich · 6 years ago
  60. e7df8e0 Non-functional: Rationalize some existing use of SPIRV-Tools. by John Kessenich · 6 years ago
  61. 1323bf8 Merge pull request #1480 from dneto0/stringify by John Kessenich · 6 years ago
  62. 9fd2a8c Use our own SPIRV-Tools message stringifier by David Neto · 6 years ago
  63. 93dbbde Merge pull request #1474 from KhronosGroup/pure-8-16-bit-capability by John Kessenich · 6 years ago
  64. 09d7672 Merge pull request #1476 from greg-lunarg/kg24 by John Kessenich · 6 years ago
  65. 1676e73 Update SPIRV-Tools known good. by GregF · 6 years ago
  66. 31aa3d6 SPV: only declare the pure 8/16-bit capabilities when needed. by John Kessenich · 6 years ago
  67. 149afc3 SPV: More corrections of <id> versus "immediate" operands. by John Kessenich · 6 years ago
  68. 228e964 SPV: Correct SPIR-V operands for <id> versus immediate. by John Kessenich · 6 years ago
  69. 72f8c69 Bump version patch level. by John Kessenich · 6 years ago
  70. 251901a Fix #1471: Merge shift amounts for different sets: --stb ... --std ... by John Kessenich · 6 years ago
  71. ade8bbb Fix #1393: rationalize usage, in the spirit of #1393. by John Kessenich · 6 years ago
  72. ec5c119 Bump revision. by John Kessenich · 6 years ago
  73. 640bd09 Fix #1468: Add command-line --entry-point support, same as existing -e. by John Kessenich · 6 years ago
  74. 56a7597 Fix #1469: Make it easier to copy/paste build instructions. by John Kessenich · 6 years ago
  75. c4510e5 Merge pull request #1466 from Kangz/warning_fixes by John Kessenich · 6 years ago
  76. 242c28f Merge pull request #1470 from antiagainst/patch-2 by John Kessenich · 6 years ago
  77. fb4165b Appveyor CI: build artifacts for x64 by Lei Zhang · 6 years ago
  78. e706142 Fix -Wignored-qualifier and -Wunused-variable warnings by Corentin Wallez · 6 years ago
  79. dae0b0a Add shebang by otakuto · 6 years ago
  80. d03da06 Remove execute permissions by otakuto · 6 years ago
  81. e0bc65b Merge pull request #1460 from KhronosGroup/postprocess by John Kessenich · 6 years ago
  82. f04c51b Non-Functional: Add postprocess as more robust way to add capabilities by John Kessenich · 6 years ago
  83. 29619b2 Merge pull request #1459 from dgkoch/dgkoch_build_fixes4 by John Kessenich · 6 years ago
  84. 883607d Fix build warnings/errors: by Daniel Koch · 6 years ago
  85. e99a268 Merge pull request #1457 from KhronosGroup/parse-floats by John Kessenich · 6 years ago
  86. 7cdc24c PP: Address #1456: Strip float suffixes before using platform library. by John Kessenich · 6 years ago
  87. 994d4bf Tests: Add more string -> float tests. Related to #1456. by John Kessenich · 6 years ago
  88. 561a43d PP: floating-point parsing: more stable handling of istringstream::fail by John Kessenich · 6 years ago
  89. 13803b1 Bump revision. by John Kessenich · 6 years ago
  90. 6e382f6 Merge pull request #1455 from TiemoJung/nullpointer_crash_fix by John Kessenich · 6 years ago
  91. e161cc1 GLSL: No more restrictions on (non)shadow sampler construction. by John Kessenich · 6 years ago
  92. 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
  93. 62faea7 Merge pull request #1451 from KhronosGroup/shadow-forces-depth by John Kessenich · 6 years ago
  94. 11da9ee HLSL: Fix #1445: distance() works on scalars. by John Kessenich · 6 years ago
  95. 56b3319 Merge pull request #1453 from greg-lunarg/kg22 by John Kessenich · 6 years ago
  96. 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
  97. 0339af3 GLSL/SPV: If a texture is used with a shadow sampler, force 'shadow'. by John Kessenich · 6 years ago
  98. 3f05bed Update spirv-tools known good by GregF · 6 years ago
  99. fa4952c Merge branch 'zeux-master' by John Kessenich · 6 years ago
  100. 5a7321e Merge branch 'master' of https://github.com/zeux/glslang into zeux-master by John Kessenich · 6 years ago