1. 8f8f1bc gn: Optionally disable optimizations and HLSL by Shahbaz Youssefi · 4 years, 3 months ago
  2. 4728509 Merge pull request #2310 from ben-clayton/license-checker by John Kessenich · 4 years, 3 months ago
  3. ed3d5db Merge pull request #2309 from ben-clayton/fix-msvc-linker-warnings by John Kessenich · 4 years, 3 months ago
  4. fb187f3 Add config for license-checker and Kokoro scripts. by Ben Clayton · 4 years, 3 months ago
  5. cb4788c Fix GLSLANG_IS_SHARED_LIBRARY define by Ben Clayton · 4 years, 3 months ago
  6. 1d21270 Add missing copyright headers by Ben Clayton · 4 years, 3 months ago
  7. a70f7de Merge pull request #2268 from lriki/hlsl-pack_matrix by John Kessenich · 4 years, 3 months ago
  8. 5d4d211 Merge pull request #2303 from ben-clayton/limit-public-2 by John Kessenich · 4 years, 3 months ago
  9. 9e4429f Bump revision. by John Kessenich · 4 years, 3 months ago
  10. 57002d0 Merge pull request #2307 from KhronosGroup/location-validation by John Kessenich · 4 years, 3 months ago
  11. 863ea23 SPIRV-Tools and tests: Update to location-validation in SPIRV-Tools. by John Kessenich · 4 years, 3 months ago
  12. f6facfa Tests: More broadly use automapping binding/location. by John Kessenich · 4 years, 3 months ago
  13. b5cc146 Merge pull request #2306 from ben-clayton/licenses by John Kessenich · 4 years, 3 months ago
  14. 2962be4 Add additional licenses in use to LICENSE.txt by Ben Clayton · 4 years, 3 months ago
  15. b112fac HLSL: Catch error cases earlier, preventing a later assert. by John Kessenich · 4 years, 3 months ago
  16. 8d3f3b7 Merge pull request #2302 from KhronosGroup/fix-texture-precision by John Kessenich · 4 years, 3 months ago
  17. d5b5215 Merge pull request #2300 from KhronosGroup/generalize-precision by John Kessenich · 4 years, 3 months ago
  18. d64e859 glslang: Only export public interface for SOs by Ben Clayton · 4 years, 3 months ago
  19. c858d7b Merge pull request #2301 from ben-clayton/split-libs by John Kessenich · 4 years, 3 months ago
  20. b8c3386 CMake: break up glslang into smaller static libs by Ben Clayton · 4 years, 3 months ago
  21. 8f4251a Merge pull request #2297 from ben-clayton/fpic by John Kessenich · 4 years, 3 months ago
  22. 12c155f SPV: RelaxedPrecision: use the result precision for texture sampling. by John Kessenich · 4 years, 3 months ago
  23. 90f1d6a Merge pull request #2296 from ben-clayton/err-unresolved by John Kessenich · 4 years, 3 months ago
  24. 435dd80 SPV: RelaxedPrecision: Generalize fix #2293 to cover more operations. by John Kessenich · 4 years, 3 months ago
  25. dca4706 Merge pull request #2295 from ben-clayton/rm-old-kokoro-cfgs by John Kessenich · 4 years, 3 months ago
  26. 2b6a18b Merge pull request #2292 from proydakov/gcc-unused-parameter by John Kessenich · 4 years, 3 months ago
  27. f6e3446 Fixed GCC -Wunused-parameter in hlslParseables.cpp. by Evgeny Proydakov · 4 years, 4 months ago
  28. 981e127 CMake: Compile with -fPIC when building SOs by Ben Clayton · 4 years, 3 months ago
  29. 1fee607 CMake: Error on unresolved symbols by Ben Clayton · 4 years, 3 months ago
  30. 08bc7cf Remove root kokoro/linux-*-cmake configs by Ben Clayton · 4 years, 3 months ago
  31. 27e915e Merge pull request #2286 from ben-clayton/kokoro-static-shared by John Kessenich · 4 years, 3 months ago
  32. be06c6f Merge pull request #2294 from KhronosGroup/fix-arg-precision by John Kessenich · 4 years, 3 months ago
  33. bf6efd0 SPV: Fix #2293: keep relaxed precision on arg passed to relaxed param by John Kessenich · 4 years, 3 months ago
  34. 4df1033 SPV: Partially address #2293: correct "const in" precision matching. by John Kessenich · 4 years, 3 months ago
  35. 1ee750a Add pack_matrix test by lriki · 4 years, 3 months ago
  36. 3cae3c4 HLSL: Fix #pragma pack_matrix(row_major) not work on global uniforms by lriki · 4 years, 4 months ago
  37. 40e1ae1 Kokoro: Split linux cmake cfgs into static/shared by Ben Clayton · 4 years, 4 months ago
  38. fbb9dc2 Merge pull request #2285 from proydakov/msvc-rtti-compilation-warning-fix by John Kessenich · 4 years, 4 months ago
  39. b90adef Fixed msvc 2019 nmake compiler warnings with RTTI. by Evgeny Proydakov · 4 years, 4 months ago
  40. 8397044 Merge pull request #2260 from gnl21/not-equal by John Kessenich · 4 years, 4 months ago
  41. 182ab46 Update test expected files with new magic number by Graeme Leese · 4 years, 4 months ago
  42. 060882f Update SPIR-V generator version by Graeme Leese · 4 years, 4 months ago
  43. ff4b156 Update test results to expect OpFUnordNotEqual by Graeme Leese · 4 years, 4 months ago
  44. 65ce566 Use OpFUnordNotEqual for floating-point != by Graeme Leese · 4 years, 4 months ago
  45. adacba3 Update README.md by John Kessenich · 4 years, 4 months ago
  46. b97d766 Merge pull request #2278 from ShabbyX/master by John Kessenich · 4 years, 4 months ago
  47. e20ac35 Merge pull request #2281 from ben-clayton/moar-kokoro by John Kessenich · 4 years, 4 months ago
  48. b2a4399 Add kokoro configs for android-ndk and cmake by Ben Clayton · 4 years, 4 months ago
  49. ca17b72 Switch ndk_test from gnustl_static to c++_static by Ben Clayton · 4 years, 4 months ago
  50. d52dce5 Add -g0 command line argument by Shahbaz Youssefi · 4 years, 4 months ago
  51. 051c6fe Build: use better MSVC subfolder names for the previous build changes. by John Kessenich · 4 years, 4 months ago
  52. b247cfc Merge pull request #2275 from ben-clayton/mv-hlsl by John Kessenich · 4 years, 4 months ago
  53. abd91ad Bump version numbers. by John Kessenich · 4 years, 4 months ago
  54. f49820d Move hlsl/ source to glslang/HLSL/ by Ben Clayton · 4 years, 4 months ago
  55. 4928d55 Merge pull request #2271 from ben-clayton/fold-hlsl by John Kessenich · 4 years, 4 months ago
  56. bd392c6 Bump version. by John Kessenich · 4 years, 4 months ago
  57. dcad9ad CMake: Fold HLSL source into glslang by Ben Clayton · 4 years, 4 months ago
  58. 00965b9 Remove unused variable. (#2273) by dan sinclair · 4 years, 4 months ago
  59. 8496b78 Remove unused function, BaseTypeName (#2272) by Ryan Harrison · 4 years, 4 months ago
  60. a58978a HLSL: Remove support for having GLSL versions of HLSL intrinsics. by John Kessenich · 4 years, 4 months ago
  61. ebf55a0 HLSL: Fix incorrect case in name of DX9-style cube sampler type (#2265) by rdb · 4 years, 4 months ago
  62. 1a6c8ec C Interface: Split SPIR-V C interface to own file by Ben Clayton · 4 years, 4 months ago
  63. b919bc8 Fix signed / unsigned mismatch warning (#2266) by Ben Clayton · 4 years, 4 months ago
  64. 3641ff7 Bump code gen version, due to removal of OpEntryPoint operands. by John Kessenich · 4 years, 4 months ago
  65. c30d335 Fix #2264: OpEntryPoint incorrectly including function parameters. by John Kessenich · 4 years, 4 months ago
  66. 68b2e15 Use correct type for var storing returned value (#2263) by Ryan Harrison · 4 years, 4 months ago
  67. 08328fe Fix xfb stride limit issue (#2088) by Roy.li · 4 years, 4 months ago
  68. 8111268 Add Shared/Std140 SSBO process & top-level array elements related (#2231) by Chow · 4 years, 4 months ago
  69. ff6dcca spirv: Support initializers on uniforms (#1588) by Alejandro Piñeiro · 4 years, 4 months ago
  70. 232ba0d Add SPIR-V capabilities needed for spec constants (#2199) by Ricardo Garcia · 4 years, 4 months ago
  71. 78a3c91 HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258) by rdb · 4 years, 4 months ago
  72. b56e0e4 HLSL: Recognize POSITION semantic et al in DX9 compatibility mode (#2255) by rdb · 4 years, 4 months ago
  73. d8edfd8 HLSL: fix handling of uniform qualifier in entry point parameters (#2254) by rdb · 4 years, 4 months ago
  74. 999d4fd Add default descriptorset decoration for acceleration structure (#2257) by alelenv · 4 years, 4 months ago
  75. 0cc27fb Update news for header location change and recommendation. by John Kessenich · 4 years, 4 months ago
  76. f15982e Remove install to the SPIRV/ folder. (#2256) by dan sinclair · 4 years, 4 months ago
  77. d39b8af EXT_ray_tracing requires spv1.4 (#2237) by alelenv · 4 years, 4 months ago
  78. d0c9129 fix warning unused parameter in release build (#2251) by nihui · 4 years, 4 months ago
  79. e00d27c Fix missing patch decoration for TessFactor PCF arg (#2249) by greg-lunarg · 4 years, 4 months ago
  80. 41f62a8 Update SPIRV-Tools to stable. Also SPIRV-Headers to TOT. (#2250) by greg-lunarg · 4 years, 4 months ago
  81. 2b0eafb Update spirv tools (#2246) by alan-baker · 4 years, 5 months ago
  82. 2cf9621 Reorder member init to match decl order (#2241) by David Neto · 4 years, 5 months ago
  83. 59216d5 Add support for primitive culling layout qualifier. (#2220) by alelenv · 4 years, 5 months ago
  84. eba1389 Replace incorrect uint32_t with correct int vars (#2235) by Ryan Harrison · 4 years, 5 months ago
  85. a0cce73 Do not build glslang-testsuite when ENABLE_CTEST is disabled (#2240) by nihui · 4 years, 5 months ago
  86. 6f723eb fix incorrect error when multiple compilation units don't declare layouts (#2238) by Malcolm Bechard · 4 years, 5 months ago
  87. 044113a Add an option to make Exceptions enabled (#2239) by nihui · 4 years, 5 months ago
  88. 2e0f0a0 Fix #2227, which was coded incorrectly, to be simpler/safer. by John Kessenich · 4 years, 5 months ago
  89. 9514c6b Build: Fix #2228, by correcting the type used. by John Kessenich · 4 years, 5 months ago
  90. 8e3b73e Code refine. (#2227) by Roy.li · 4 years, 5 months ago
  91. 0ab7811 Add check for DOUBLE in low versions (#2223) by Chow · 4 years, 5 months ago
  92. 7c753a7 Flatten all interface variables (#2217) by greg-lunarg · 4 years, 5 months ago
  93. 1a90616 Bump version. by John Kessenich · 4 years, 5 months ago
  94. 24dcbd1 Reserve unused std140 uniform block in reflection, and fix uniform block matrix layout (#2041) by Roy.li · 4 years, 5 months ago
  95. c687432 Bump version. by John Kessenich · 4 years, 5 months ago
  96. 08a05bc Move to newer version of SPIRV-Tools by Jaebaek Seo · 4 years, 5 months ago
  97. 4fa68ed Address #2211: Improve the copy constructor of TVarLivePair. by John Kessenich · 4 years, 5 months ago
  98. 55f9d97 Merge pull request #2214 from maierfelix/master by John Kessenich · 4 years, 5 months ago
  99. 8e18714 Fix Web build by Felix Maier · 4 years, 5 months ago
  100. 5d88edf Merge pull request #2210 from Flakebi/ubsan by John Kessenich · 4 years, 5 months ago