1. abfc4c2 Fix part of #2070: Correctly handle promotion for <unary-op>(int). by John Kessenich · 4 years, 8 months ago
  2. b0ada80 HLSL: Fix #1974: ignore input primitives on non-entry-point functions. by John Kessenich · 4 years, 9 months ago
  3. bd69a4f Respect CMAKE_INSTALL_LIBDIR in installed CMake files by Arfrever Frehtes Taifersar Arahesis · 5 years ago
  4. b03e4fc Merge pull request #1866 from rumblehhh/master by John Kessenich · 5 years ago
  5. 8a97d38 HLSL: Fix #1912: add attribute syntax for nonreadable/nonwritable by John Kessenich · 5 years ago
  6. 2d9b0a3 HLSL: Fix #1912: add attribute syntax for overriding image formats. by John Kessenich · 5 years ago
  7. 54c72c6 HLSL: Fix #1903 Catch 0-argument case to constructors. by John Kessenich · 5 years ago
  8. 7015bd6 Web: Remove/rationalize a set of *_EXTENSIONS, using GLSLANG_WEB. by John Kessenich · 5 years ago
  9. c6f7294 Handle install vs build include directories by James Rumble · 5 years ago
  10. ab6d149 Export glslang targets on installation by James Rumble · 5 years ago
  11. 4b4b41a HLSL: Fix #1815: Don't constant fold spec-constant array indexing. by John Kessenich · 5 years ago
  12. cda52d5 Fixed .dll install on MSVC. by Matthew Albrecht · 5 years ago
  13. 5cb2fa2 Fix #1759: Check for specialization constants when literals required. by John Kessenich · 5 years ago
  14. 0560138 Fixup leak of TString by Dan Sinclair · 6 years ago
  15. 567396b Whitespace: Fix some tabs->spaces, mostly to retriggered failed bots. by John Kessenich · 6 years ago
  16. eaf31ab Add 8-bit/16-bit transform feedback support for future use by Rex Xu · 6 years ago
  17. 544c039 HLSL: Fix #1679: Add HLSL earlydepthstencil -> SPV EarlyFragmentTests. by John Kessenich · 6 years ago
  18. d9cee59 Merge pull request #1626 from KhronosGroup/extension-support by John Kessenich · 6 years ago
  19. 0bb89f5 HLSL: Protect against some crashes by Hodgman · 6 years ago
  20. 493dee0 Merge pull request #1656 from amdrexu/bugfix by John Kessenich · 6 years ago
  21. d973979 Merge pull request #1662 from dneto0/fix-leak2 by John Kessenich · 6 years ago
  22. edadbed HLSL: Avoid leaking a shadow sampler struct by David Neto · 6 years ago
  23. 806e057 Avoid leaking name for counter buffer by David Neto · 6 years ago
  24. b2395e9 HLSL: Fix #1655; use "" for nullptr file names. Needs test cases. by John Kessenich · 6 years ago
  25. 75c5603 Fix xfb_stride incorrectness(#1654) by Rex Xu · 6 years ago
  26. 28be454 Infrastructure: Generalize and broaden per-variable extension checking. by John Kessenich · 6 years ago
  27. b23d232 Licensing. Fixes #958. Add licenes file and update copyrights. by John Kessenich · 6 years ago
  28. ebfd91a Remove Unix executable permission from text files by Rémi Verschelde · 6 years ago
  29. bd1c183 Manually merge ClemensRognerSD-dx9-sampler and resolve conflicts. by John Kessenich · 6 years ago
  30. 5d43c4a SPV: Fix #1575, fix #1593: Support HLSL #line by greg-lunarg · 6 years ago
  31. e3b76ed Merge branch 'scalar_block_layout' of https://github.com/jeffbolznv/glslang into jeffbolznv-scalar_block_layout by John Kessenich · 6 years ago
  32. 7da39ed Implement GL_EXT_scalar_block_layout by Jeff Bolz · 6 years ago
  33. 31cd98c HLSL: implemented c register handling by t.jung · 6 years ago
  34. 918caa7 Merge pull request #1547 from Igalia/apinheiro/xfb-struct-assignment by John Kessenich · 6 years ago
  35. 02ed310 Rename PCH macro to glslang_pch (to avoid name collision) and update to latest spirv-tools by Jeff Bolz · 6 years ago
  36. 22d0b7c Use precompiled headers for some glslang projects by Jeff Bolz · 6 years ago
  37. af8c1bd ParseHelper: assign xfb_offset for struct members too by Alejandro Piñeiro · 6 years ago
  38. 086febc PP: Fix #155: Don't give error on HLSL PP-only parsing. by John Kessenich · 6 years ago
  39. d03da06 Remove execute permissions by otakuto · 6 years ago
  40. 62faea7 Merge pull request #1451 from KhronosGroup/shadow-forces-depth by John Kessenich · 6 years ago
  41. 11da9ee HLSL: Fix #1445: distance() works on scalars. by John Kessenich · 6 years ago
  42. 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
  43. 0ea33a2 Non-functional: Retrigger bots; the previous failure looks suspicious. by John Kessenich · 6 years ago
  44. cf6bd06 HLSL: Fix #1432: Globally initialize local static variables. by John Kessenich · 6 years ago
  45. dccfeed HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). by John Kessenich · 6 years ago
  46. c599167 HLSL: allow self-type cast (as no-op passthrough) by LoopDawg · 6 years ago
  47. 4e6d3ea HLSL: require coverage mask to be arrayed output. by LoopDawg · 6 years ago
  48. cfb05ec Merge pull request #1379 from LoopDawg/groupid-fix by John Kessenich · 6 years ago
  49. 91a8178 HLSL: various SPIR-V compute shader IDs must be a 3-vector of integers. by LoopDawg · 6 years ago
  50. 1326b8c HLSL: Allow stream output Append() method after entry point. by LoopDawg · 6 years ago
  51. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 6 years ago
  52. c034c5a HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. by John Kessenich · 7 years ago
  53. 95c87b6 Fix issue #1350 - set the node type to match the atomic TIntermAggregate node type so that AtomicSMin/Max is not generated with a result type of void. by danginsburg · 7 years ago
  54. b9e9e57 Merge pull request #1326 from mattparks/patch1 by John Kessenich · 7 years ago
  55. 461ea09 Non-functional: Fix tabs. by John Kessenich · 7 years ago
  56. 6ae1870 HLSL: Fix #1332: consistently use uint for counter buf typing. by John Kessenich · 7 years ago
  57. 5611c6d GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier by John Kessenich · 7 years ago
  58. 6c5f649 Allowed for LIB_TYPE to be set to switch between static and shared libs for glslang, SPIRV, and HLSL by Matthew Albrecht · 7 years ago
  59. fb03a55 Only print legalization warning if optimizer disabled by GregF · 7 years ago
  60. ead8622 Non-functional. Rationalizations enabling future generalizations: by John Kessenich · 7 years ago
  61. 859b034 Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. by John Kessenich · 7 years ago
  62. 5d610ee Implement SPV_GOOGLE_hlsl_functionality1. by John Kessenich · 7 years ago
  63. bfe0952 Fix build several build errors by Daniel Koch · 7 years ago
  64. a00e51b HLSL: Correct some mistakes for min16 types by Rex Xu · 7 years ago
  65. 7798aaf Allow --hlsl-enable-16bit-types to be used without AMD_EXTENSIONS by Rex Xu · 7 years ago
  66. a515250 Merge pull request #1269 from bkaradzic/master by John Kessenich · 7 years ago
  67. fb97d25 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 7 years ago
  68. fd920b3 WaveReadLaneFirst is the correct wording (was using WaveReadFirstLane previously...). by Neil Henning · 7 years ago
  69. cb61eec HLSL: Map min types to GLSL 16-bit types by Rex Xu · 7 years ago
  70. 66011cb SPV: Implement Vulkan 1.1 features and extensions. by John Kessenich · 7 years ago
  71. b2ae1d0 Revert "Merge pull request #1274 from greg-lunarg/legal2" by John Kessenich · 7 years ago
  72. fd50f6a Legalization: Omit legalization warning when spirv-opt is linked. by GregF · 7 years ago
  73. 1de8e54 Fixed GCC+Clang errors and warnings on Linux and OSX. by Branimir Karadžić · 7 years ago
  74. c521579 IO mapper: Fix #1261: Supply location mapper with size computer. by John Kessenich · 7 years ago
  75. d55fe86 HLSL: Fix #1257: layout float1, int1, etc., as scalars. by John Kessenich · 7 years ago
  76. 23ea3db Warning for #pragma once. GLSL and HLSL. Addresses #824. by John Kessenich · 7 years ago
  77. a2858d9 GLSL: Implement GL_EXT_control_flow_attributes. by John Kessenich · 7 years ago
  78. e18fd20 HLSL: Refactor attribute implementation. by John Kessenich · 7 years ago
  79. e22e347 HLSL: Fix #1208: accept both int and uint in asuint() and asint(). by John Kessenich · 7 years ago
  80. 6340047 HLSL: Protect against 'continue' outside of loops. by John Kessenich · 7 years ago
  81. 9b5668c HLSL: Fix #1214: check for nesting in loop/switch of break statements. by John Kessenich · 7 years ago
  82. 7420a76 HLSL: Fix #1215: propagate error on seeing a type name instead of a variable. by John Kessenich · 7 years ago
  83. adc33b2 Non-functional: Fix HLSL error message, and code formatting. by John Kessenich · 7 years ago
  84. 798d005 Build: Tickle bots to try again... seems like a process hang; all tests passed. by John Kessenich · 7 years ago
  85. 132cf53 HLSL: Fix #1203: Declare anonymous members for cbuffer with no ';' by John Kessenich · 7 years ago
  86. fd1e8a7 HLSL: Fix 1201: Accept 'layout' as an identifier. by John Kessenich · 7 years ago
  87. 046bae0 HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] by John Kessenich · 7 years ago
  88. 3f0aff8 HLSL: Fix possibly incorrect type conversion in StoreN and LoadN by Jean-François Marquis · 7 years ago
  89. 838d7af SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation. by John Kessenich · 7 years ago
  90. 788fbeb HLSL: Make attributes for built-in override semantics. by John Kessenich · 7 years ago
  91. 396de16 Merge pull request #1183 from LoopDawg/builtin-output-array-indirect by John Kessenich · 7 years ago
  92. c92860e HLSL: Implement support for RT/Viewport output from VS by Arseny Kapoulkine · 7 years ago
  93. 0cff510 HLSL: for split output structs, propagate indirection to builtin. by LoopDawg · 7 years ago
  94. e078059 Merge pull request #1174 from LoopDawg/y-flip by John Kessenich · 7 years ago
  95. 8116cfc HLSL: Give error on unsupported buffer initializer. by John Kessenich · 7 years ago
  96. 87982be HLSL: Remove unintended/untested functionality PrimitiveID. by John Kessenich · 7 years ago
  97. 67fca7c Merge pull request #1178 from LoopDawg/primitiveid-hs-input by John Kessenich · 7 years ago
  98. 280c75c HLSL: Allow primitive id on hull shader inputs by LoopDawg · 7 years ago
  99. dc005fb HLSL: Stop flattening non-IO structs containing opaques. by John Kessenich · 7 years ago
  100. b22c069 HLSL: add optional position.Y inversion by LoopDawg · 7 years ago