1. cea9384 switch format update by Neslisah Torosdagli · 4 years, 6 months ago
  2. f80bf79 Merge branch 'master' of https://github.com/neslimsah/glslang by Neslisah Torosdagli · 4 years, 6 months ago
  3. f0089e5 copyright notice changes removed from unchanged files by Neslisah Torosdagli · 4 years, 6 months ago
  4. 9d3b434 copyright notice changes removed from unchanged files by Neslisah Torosdagli · 4 years, 6 months ago
  5. 7f48ec3 copyright notice changes removed from unchanged files by Neslisah Torosdagli · 4 years, 6 months ago
  6. ea98c46 spirv.hpp reverted to commit f368dcbb7d8af23f0cba3015d0f4dda9dc3aa66d by Neslisah Torosdagli · 4 years, 6 months ago
  7. 67c7bc4 .travis updated to origin, rayQueryCheck removed by Neslisah Torosdagli · 4 years, 6 months ago
  8. 7f689be const rayFlag defs used in the test cases in stead of numerical values by Neslisah Torosdagli · 4 years, 6 months ago
  9. 65c81bf compute and fragment shader test_cases added for rayQuery by Neslisah Torosdagli · 4 years, 6 months ago
  10. 2fb45de rayQuery test cases added by Neslisah Torosdagli · 4 years, 6 months ago
  11. ae64363 rayQueryEXT function parameter by Neslisah Torosdagli · 4 years, 6 months ago
  12. 964c7e4 rayQueryEXT assignment is allowed. by Neslisah Torosdagli · 4 years, 6 months ago
  13. 4893bae test names updated by Neslisah Torosdagli · 4 years, 6 months ago
  14. 66938c5 wait time increased for the install by Neslisah Torosdagli · 4 years, 6 months ago
  15. 39a7fc3 rayQuery test cases disabled by Neslisah Torosdagli · 4 years, 6 months ago
  16. 7d122c9 Merge branch 'master' of https://github.com/neslimsah/glslang by Neslisah Torosdagli · 4 years, 6 months ago
  17. 50a7228 GL_EXT_ray_query glslang updates, and test cases added. by Neslisah Torosdagli · 4 years, 6 months ago
  18. 34e8742 comment update, rayQueryEXT is writable, readonly check removed. by Neslisah Torosdagli · 4 years, 6 months ago
  19. 6719ce0 GL_EXT_ray_query updates by Torosdagli · 4 years, 6 months ago
  20. 34d8248 Fix #2132: constant matrix constructor from single non-scalar argument by John Kessenich · 4 years, 6 months ago
  21. 120b3da comment update, rayQueryEXT is writable, readonly check removed. by Neslisah Torosdagli · 4 years, 6 months ago
  22. 06c2eee GL_EXT_ray_query updates by Torosdagli · 4 years, 6 months ago
  23. 3f7c957 Fix #2132: constant matrix constructor from single non-scalar argument by John Kessenich · 4 years, 6 months ago
  24. 44e8e55 comment update, rayQueryEXT is writable, readonly check removed. by Neslisah Torosdagli · 4 years, 6 months ago
  25. 42dc643 GL_EXT_ray_query updates by Neslisah Torosdagli · 4 years, 6 months ago
  26. 74d6d6a GL_EXT_ray_query updates by Torosdagli · 4 years, 6 months ago
  27. 3bf1dab Merge pull request #2135 from alelenv/rt_shaderlang_enums by John Kessenich · 4 years, 6 months ago
  28. 09a9f83 Re-add NV enums for raytracing to prevent build breaks. by alelenv · 4 years, 6 months ago
  29. 8c21e0a Fix #2132: constant matrix constructor from single non-scalar argument by John Kessenich · 4 years, 6 months ago
  30. 4b420b4 Bump version (also fix line endings the grammar). by John Kessenich · 4 years, 6 months ago
  31. c791005 Merge pull request #2130 from dgkoch/EXT_ray_tracing by John Kessenich · 4 years, 6 months ago
  32. 0ea0e96 update known_good by Daniel Koch · 4 years, 6 months ago
  33. db32b24 Add support for GLSL_EXT_ray_tracing by Daniel Koch · 4 years, 6 months ago
  34. f368dcb SPV headers: Bump up to the latest header. by John Kessenich · 4 years, 6 months ago
  35. 02d73f5 Merge pull request #2129 from jeffbolznv/memoryBarrierAtomicCounter by John Kessenich · 4 years, 6 months ago
  36. 40007b8 Forbid memoryBarrierAtomicCounter for Vulkan compiles by Jeff Bolz · 4 years, 6 months ago
  37. 4b2483e Fix #2005. Allow multiple compilation units to declare identical push_constant blocks (#2123) by Malcolm Bechard · 4 years, 6 months ago
  38. 9b620aa Add flag to check whether offset is implicit or explicit (#2031) by Chow · 4 years, 6 months ago
  39. 56a7e02 Use strcmp for all of the extended instruction set checks in the disassembler (#2107) by Ryan Harrison · 4 years, 6 months ago
  40. e2176c9 Merge pull request #2110 from jeffbolznv/escapeseq by John Kessenich · 4 years, 6 months ago
  41. ad3f10b EXT_debug_printf - make escape sequences better match C/C++ by Jeff Bolz · 4 years, 6 months ago
  42. dbb56a1 Merge pull request #2105 from jeffbolznv/nonunif by John Kessenich · 4 years, 6 months ago
  43. 343d4f6 Merge pull request #2109 from jeffbolznv/disable_escape by John Kessenich · 4 years, 6 months ago
  44. 1344454 disable escape sequences for #line and #error by Jeff Bolz · 4 years, 6 months ago
  45. b57af2f Decorate accesschain operand for nonuniform UBO loads by Jeff Bolz · 4 years, 6 months ago
  46. 39ffdaf Allow nonuniformEXT() on sampler types. by Jeff Bolz · 4 years, 6 months ago
  47. f333272 Merge pull request #2103 from kainino0x/web-cmake-typo by John Kessenich · 4 years, 6 months ago
  48. 3b5eaf7 Merge pull request #2102 from sfricke-samsung/sfricke-samsung-android-build by John Kessenich · 4 years, 6 months ago
  49. 6861ea4 Merge pull request #2101 from travisfoo/master by John Kessenich · 4 years, 6 months ago
  50. 851f3da Fix typo in Web CMakeLists by Kai Ninomiya · 4 years, 6 months ago
  51. 0b71a07 add missing string.h header for resource_limits_c.cpp by Travis Fort · 4 years, 6 months ago
  52. fd37e0c add c wrapper for standalone ResourceLimits and remove that dependency from glslang_c_interface by Travis Fort · 4 years, 6 months ago
  53. aa95c80 Merge pull request #2100 from travisfoo/master by John Kessenich · 4 years, 6 months ago
  54. 6f230b9 Merge pull request #2098 from jeffbolznv/debugprintf by John Kessenich · 4 years, 6 months ago
  55. 48556b8 add stdbool.h to properly support bool type by Travis Fort · 4 years, 6 months ago
  56. bdcfc48 add c interface support for TBuiltInResource and glslang::DefaultTBuiltInResource by Travis Fort · 4 years, 6 months ago
  57. 04d7373 GL_EXT_debug_printf implementation by Jeff Bolz · 5 years ago
  58. 442f561 Add Android build instructions to README by Spencer Fricke · 4 years, 6 months ago
  59. c6a4c6d Improve formatting. by John Kessenich · 4 years, 6 months ago
  60. c40c4bc Add "news" section and component status. by John Kessenich · 4 years, 6 months ago
  61. 8985fc9 Fix long lines in the SPIR-V generator, retrigger bots. by John Kessenich · 4 years, 6 months ago
  62. bbbd9a2 Fix #1843: Handle built-in function output parameters to a swizzled arg by John Kessenich · 4 years, 6 months ago
  63. 56364b6 Copyright update, mostly to trigger bots again. by John Kessenich · 4 years, 6 months ago
  64. c480237 Fix #2095: correct the indentation. by John Kessenich · 4 years, 6 months ago
  65. 9606a5c Fix #1461: set the SPIRV-Tools' optimizer's target environment. by John Kessenich · 4 years, 6 months ago
  66. 82da15f Fix #2091, remove incorrect assert for division by 0.0. by John Kessenich · 4 years, 6 months ago
  67. 70ba66c Merge pull request #2093 from LilyWangL/vcpkg-instructions by John Kessenich · 4 years, 6 months ago
  68. f13d38f Merge pull request #2092 from corporateshark/master by John Kessenich · 4 years, 6 months ago
  69. 7172643 Add vcpkg installation instructions by wangli28 · 4 years, 6 months ago
  70. a7ff36e Fix for #2075: removed DefaultTBuiltInResource from glslang_c_interface.cpp by Sergey Kosarevsky · 4 years, 6 months ago
  71. 07e1a0a Merge pull request #2090 from amdrexu/bugfix by John Kessenich · 4 years, 7 months ago
  72. fb18b6d Fix an issue of SPV generation for imageAtomicStore. by Rex Xu · 4 years, 7 months ago
  73. c12493f Merge pull request #2086 from samuelig/SPV_AMD_shader_image_load_store_lod by John Kessenich · 4 years, 7 months ago
  74. a515fff SPV_AMD_shader_image_load_store_lod is now validated by spirv-tools by Samuel Iglesias Gonsálvez · 4 years, 7 months ago
  75. c008fcb Merge pull request #2089 from Roy-AMD/Fix-iomapper-issue by John Kessenich · 4 years, 7 months ago
  76. 615ae25 Fix iomapper issue by Roy.li · 4 years, 7 months ago
  77. ed0da37 Merge pull request #2087 from KhronosGroup/fix-2070-implicit-conv-single-arg by John Kessenich · 4 years, 7 months ago
  78. abfc4c2 Fix part of #2070: Correctly handle promotion for <unary-op>(int). by John Kessenich · 4 years, 7 months ago
  79. 113d07a Merge pull request #2084 from durswd/enable_rtti by John Kessenich · 4 years, 7 months ago
  80. b848387 Add an option to make RTTI enabled by durswd · 4 years, 7 months ago
  81. ae59435 Merge pull request #2081 from kainino0x/split-emscripten-from-glslang.js by John Kessenich · 4 years, 7 months ago
  82. 5166bc1 Split "is emscripten" config from "enable glslang.js" by Kai Ninomiya · 4 years, 7 months ago
  83. 95c414f Merge pull request #2079 from dneto0/warnings by John Kessenich · 4 years, 7 months ago
  84. 4bb910c Avoid enum-compare warning by David Neto · 4 years, 7 months ago
  85. 2d70e98 Merge pull request #2028 from ShchchowAMD/constant_expressions_array_mod by John Kessenich · 4 years, 7 months ago
  86. 656650f Merge pull request #2078 from amdrexu/bugfix by John Kessenich · 4 years, 7 months ago
  87. b4bab3c Fix a parser error of GL_KHR_memory_scope_semantics by Rex Xu · 4 years, 7 months ago
  88. b82ed73 Merge pull request #2077 from kainino0x/configurable-target-pr by John Kessenich · 4 years, 7 months ago
  89. 53235dc glslang.js: Make the SPIR-V target version configurable (1.0 ~ 1.5) by Kai Ninomiya · 4 years, 8 months ago
  90. 5406622 Merge pull request #2073 from tsuoranta/fix-memory-corruption by John Kessenich · 4 years, 7 months ago
  91. 322ab8f Fix memory corruption in TGlslIoMapper by Timo Suoranta · 4 years, 7 months ago
  92. 5e86b28 Merge pull request #2071 from jeffbolznv/version_less by John Kessenich · 4 years, 7 months ago
  93. 141dbed Use NOT ... VERSION_LESS instead of VERSION_GREATER_EQUAL by Jeff Bolz · 4 years, 7 months ago
  94. 9a80305 Merge pull request #2068 from jljusten/standalone-fix-long-help by John Kessenich · 4 years, 7 months ago
  95. 6ad120e standalone: Fix --help by Jordan Justen · 4 years, 7 months ago
  96. 07a5583 Merge pull request #2065 from zoddicus/fixChromiumDawnRolls by John Kessenich · 4 years, 7 months ago
  97. 8b60570 Use correct enum type in case statement by Ryan Harrison · 4 years, 7 months ago
  98. 19ec0d2 Build: Fix more build warnings caused by PR #2038. by John Kessenich · 4 years, 7 months ago
  99. d5f2f7b Merge pull request #1940 from tsuoranta/fix-gcc9 by John Kessenich · 4 years, 7 months ago
  100. 248d2c5 Merge pull request #2035 from ShchchowAMD/builtin_max_limits by John Kessenich · 4 years, 7 months ago