1. c897c3b Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2442) by pheonix · 3 years, 9 months ago
  2. 56350ca Support for CapabilityShaderViewportIndex and CapabilityShaderLayer (#2432) by Sidney Just · 3 years, 9 months ago
  3. ed8bd04 Do not use PropagateLineInfoPass and RedundantLineInfoElimPass (#2440) by Jaebaek Seo · 3 years, 9 months ago
  4. 142cb87 Merge pull request #2387 from BNieuwenhuizen/nonuniform by John Kessenich · 3 years, 9 months ago
  5. 740ae9f Merge pull request #2435 from amdrexu/feature by John Kessenich · 3 years, 9 months ago
  6. f6e0fe8 HLSL: Add support for printf(). by Rex Xu · 3 years, 9 months ago
  7. 3b334b2 Merge pull request #2429 from ben-clayton/test-gn-presubmit by John Kessenich · 3 years, 9 months ago
  8. 0f52e7e Fix GN build and presubmits by Ben Clayton · 3 years, 9 months ago
  9. ea52b3c Merge pull request #2427 from ben-clayton/gn by John Kessenich · 3 years, 9 months ago
  10. 00d05d2 Merge pull request #2428 from Tobski/GL_EXT_fragment_shading_rate by John Kessenich · 3 years, 9 months ago
  11. 490eba5 SPV: Update to the latest SPIR-V header, includes variable-rate shading by John Kessenich · 3 years, 9 months ago
  12. a315b56 Add GL_EXT_fragment_shading_rate by Chow · 4 years, 1 month ago
  13. b2b1e2d Kokoro: Add configurations for GN presubmit by Ben Clayton · 3 years, 9 months ago
  14. 3ead011 Merge pull request #2422 from ben-clayton/gn by John Kessenich · 3 years, 9 months ago
  15. 5b99b44 Fix uninitialized use of TIntermediate::resource (#2424) by Ben Clayton · 3 years, 9 months ago
  16. f915cc2 Add GN build instructions to README.md by Ben Clayton · 3 years, 9 months ago
  17. dac38b8 Add basic GN configurations by Ben Clayton · 3 years, 9 months ago
  18. f4f1d8a SPIR-V: Remove SpvTools.h include from disassemble.cpp (#2417) by Triang3l · 3 years, 9 months ago
  19. 69d0c1a Remove executable bits from code/data files (#2420) by Rémi Verschelde · 3 years, 9 months ago
  20. 2067d1a Add test case for read-only storage texture passed to helper function (#2414) by David Neto · 3 years, 10 months ago
  21. 3ce1486 Disable -Wno-conversion on MSVC compiler (#2410) by jonahryandavis · 3 years, 10 months ago
  22. 2b77059 Revert "Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408)" by John Kessenich · 3 years, 10 months ago
  23. d1929f3 Add new SpirvToolsDisassemble API interface + Improve Doc on existing API interface (#2408) by pheonix · 3 years, 10 months ago
  24. f05c076 Revert "Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406)" by John Kessenich · 3 years, 10 months ago
  25. 2eed823 Add more flexible SpirvToolsDisassemble interface to allow specifying spv_target_env for disassembly output. (#2406) by pheonix · 3 years, 10 months ago
  26. d0e7ed3 [spirv-remap] Fix undefined behavior in hashing (#2403) by craig stout · 3 years, 10 months ago
  27. 1815d86 [Wconversion] Suppress glslang issue (#2404) by craig stout · 3 years, 10 months ago
  28. bacaef3 Update spirv-tools and spirv-headers known goods (#2401) by greg-lunarg · 3 years, 10 months ago
  29. 4dcc12d SPIRV: Add more utility functions to build some opcodes (#2398) by Rex Xu · 3 years, 10 months ago
  30. 9eaa69c Preprocessor related issue fix (#2378) by Chow · 3 years, 10 months ago
  31. ac2f01f SPIRV: Add disassembly support for multiple literal strings (#2397) by Rex Xu · 3 years, 10 months ago
  32. 3933d7d Fix scope definition in ES 100. (#2379) by Chow · 3 years, 10 months ago
  33. f8a5602 Fix #2385: guard against constant_id on non-const. by johnkslang · 3 years, 10 months ago
  34. 759ae5a Merge pull request #2394 from ShabbyX/subpassLoad by John Kessenich · 3 years, 10 months ago
  35. d091728 Merge pull request #2395 from nihui/patch-4 by John Kessenich · 3 years, 10 months ago
  36. 967fa92 Try to find python interpreter from host first by nihui · 3 years, 10 months ago
  37. 91ac224 Allow subpassLoad for ANGLE by Shahbaz Youssefi · 3 years, 10 months ago
  38. 8eb0bdc Add texture sample to nonuniform test by Greg Fischer · 3 years, 11 months ago
  39. 889ac20 Add buffer store to nonuniform tests by Greg Fischer · 3 years, 11 months ago
  40. c9ffeec SPV: Add NonUniform decoration for constructors. by Bas Nieuwenhuizen · 3 years, 11 months ago
  41. 5806431 SPV: Add NonUniform decoration for OpImages created during lowering. by Bas Nieuwenhuizen · 3 years, 11 months ago
  42. de949a2 SPV: Add NonUniform decorations for stores. by Bas Nieuwenhuizen · 4 years ago
  43. 6a6e311 Merge pull request #2388 from Tobski/rq-initialization-error by John Kessenich · 3 years, 11 months ago
  44. 395bce6 Added missing copyright amendment by Tobias Hector · 3 years, 11 months ago
  45. dc1b976 Merge pull request #2386 from amdrexu/bugfix by John Kessenich · 3 years, 11 months ago
  46. 20e9b24 Merge pull request #2389 from amdrexu/bugfix2 by John Kessenich · 3 years, 11 months ago
  47. 2d66614 SPIRV: Fix some disassembly issues by Rex Xu · 3 years, 11 months ago
  48. ed7a097 Error when initializing rayQuery with assignment by Tobias Hector · 3 years, 11 months ago
  49. 864cd8c Parser: Fix wrong names of extension macros by Rex Xu · 3 years, 11 months ago
  50. 517f39e Merge pull request #2380 from null77/suppress-override-warnings by John Kessenich · 3 years, 11 months ago
  51. bb52b5e Suppress two override suggestion warnings. by Jamie Madill · 4 years ago
  52. 983698b Revert "Merge pull request #2371 from RafaelMarinheiro/master" by johnkslang · 4 years ago
  53. 9f9360d Merge pull request #2375 from juliusikkala/master by John Kessenich · 4 years ago
  54. b357bad Obey ENABLE_PCH CMake option by Julius Ikkala · 4 years ago
  55. f257e0e Merge pull request #2371 from RafaelMarinheiro/master by John Kessenich · 4 years ago
  56. 8f0c6bd Merge pull request #2369 from ezdiy/c_api_export by John Kessenich · 4 years ago
  57. 758b307 Build: fix a build warning by johnkslang · 4 years ago
  58. 89cd45c Use --test-root to pass files to Bazel tests. by Rafael Marinheiro · 4 years ago
  59. 5bfb423 Merge pull request #2367 from KhronosGroup/fix-semantic-checking by John Kessenich · 4 years ago
  60. 0138472 Fix #2366, fix #2358, correctly separate out numerical feature checking by johnkslang · 4 years ago
  61. 7d66a5d Non-functional (almost): Refactor when 'extensionRequested' is called. by johnkslang · 4 years ago
  62. bdf9e64 Non-functional: Remove reinventing the scalar type, note code issues by johnkslang · 4 years ago
  63. b58f308 Non-functional: spellings of "destinaton" and "addPairConversion" by johnkslang · 4 years ago
  64. d253278 Merge pull request #2370 from alan-baker/update-tools by John Kessenich · 4 years ago
  65. 157fe5f Update test expectations by Alan Baker · 4 years ago
  66. fe11687 Update SPIRV-Tools and SPIRV-Headers known good by Alan Baker · 4 years ago
  67. 1fde85a GLSLANG_EXPORT for C APIs. by Ez Diy · 4 years ago
  68. d8daeb4 Non-functional: correctly do GL_EXT_buffer_reference2 semantic checking by johnkslang · 4 years ago
  69. 6c37bbb Non-functional: consistently use 'const TSourceLoc&' to pass location. by johnkslang · 4 years ago
  70. b60e067 SPV: Fix #1829: don't emit OpModuleProcessed use-storage-buffer by johnkslang · 4 years ago
  71. 695e1de Merge pull request #2365 from KhronosGroup/update-gtests by John Kessenich · 4 years ago
  72. 23f3bdf Build/Test: Dropping 2013 allows using the latest googletests. by johnkslang · 4 years ago
  73. 2de6d65 SPV: Standalone; sanity check the client GLSL input semantics option value. by johnkslang · 4 years ago
  74. a1a497f SPV: Use more correct SPV-Tools environment, partially addressing #2290 by johnkslang · 4 years ago
  75. f881f08 SPV: Fix #2363: include trailing newline named text SPV output. by johnkslang · 4 years ago
  76. 5743eed Merge pull request #2362 from ShabbyX/optimize_for_angle by John Kessenich · 4 years ago
  77. 928b7b2 Merge pull request #2361 from ben-clayton/revert-thread-local by John Kessenich · 4 years ago
  78. 1ef2e25 Use GLSLANG_ANGLE to strip features to what ANGLE requires by Shahbaz Youssefi · 4 years, 1 month ago
  79. 2a44064 Revert changes that migrate to `thread_local`. by Ben Clayton · 4 years ago
  80. 7ab4564 Merge pull request #2359 from dneto0/fix-warn by John Kessenich · 4 years ago
  81. 01f2de5 Avoid spurious warning about uninit var by David Neto · 4 years ago
  82. 3ee5f2f Merge pull request #2356 from greg-lunarg/kg112 by John Kessenich · 4 years ago
  83. 8b96a01 Update spirv-tools known-good to most recent stable by Greg Fischer · 4 years ago
  84. 7923b3e Merge pull request #2353 from vkushwaha-nv/SPV_EXT_shader_atomic_float by John Kessenich · 4 years ago
  85. 79b9392 Add changes for SPV_EXT_shader_atomic_float_add by Vikram Kushwaha · 4 years ago
  86. 9165cbb Merge pull request #2354 from ben-clayton/limit-visibility by John Kessenich · 4 years ago
  87. 33585c8 Limit visibility of symbols for internal libraries by Ben Clayton · 4 years ago
  88. 11fa4d0 Merge pull request #2348 from ben-clayton/thread-local by John Kessenich · 4 years ago
  89. 1c42d4e Merge pull request #2345 from mbechard/master by John Kessenich · 4 years ago
  90. c63502c SPV: Update to the latest SPIR-V headers. by johnkslang · 4 years ago
  91. abf92c8 Deprecate InitializeDll functions by Ben Clayton · 4 years ago
  92. a384524 Simplify PoolAlloc with use of thread_local. by Ben Clayton · 4 years ago
  93. b99a6a7 Merge pull request #2352 from ben-clayton/vs2015 by John Kessenich · 4 years ago
  94. 5727fb3 also search global variables assignment for live variables by Malcolm Bechard · 4 years ago
  95. c487d0f Drop support for VS2013 by Ben Clayton · 4 years ago
  96. 70860c2 Start glslang 11.0.0 by Ben Clayton · 4 years ago
  97. 6c7beea Finalize glslang 10.15.3847 by Ben Clayton · 4 years ago
  98. 4268914 build_info: Fix parsing of versions with no flavor by Ben Clayton · 4 years ago
  99. 9eef54b Merge pull request #2351 from ben-clayton/license-checker-cfg by John Kessenich · 4 years ago
  100. 047425a Update license-checker.cfg with simplified rules by Ben Clayton · 4 years ago