1. 62faea7 Merge pull request #1451 from KhronosGroup/shadow-forces-depth by John Kessenich · 6 years ago
  2. 11da9ee HLSL: Fix #1445: distance() works on scalars. by John Kessenich · 6 years ago
  3. 7d4c9a0 GLSL: Construct shadow texture from non-shadow sampler. by John Kessenich · 6 years ago
  4. 0ea33a2 Non-functional: Retrigger bots; the previous failure looks suspicious. by John Kessenich · 6 years ago
  5. cf6bd06 HLSL: Fix #1432: Globally initialize local static variables. by John Kessenich · 6 years ago
  6. dccfeed HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). by John Kessenich · 6 years ago
  7. c599167 HLSL: allow self-type cast (as no-op passthrough) by LoopDawg · 6 years ago
  8. 4e6d3ea HLSL: require coverage mask to be arrayed output. by LoopDawg · 6 years ago
  9. cfb05ec Merge pull request #1379 from LoopDawg/groupid-fix by John Kessenich · 6 years ago
  10. 91a8178 HLSL: various SPIR-V compute shader IDs must be a 3-vector of integers. by LoopDawg · 6 years ago
  11. 1326b8c HLSL: Allow stream output Append() method after entry point. by LoopDawg · 6 years ago
  12. 1199cf9 Fixed install for SPIRV, glslang, and hlsl when building shared libs by Matthew Albrecht · 7 years ago
  13. c034c5a HLSL/SPV: Declare DepthReplacing for shaders declaring SV_Depth* outputs. by John Kessenich · 7 years ago
  14. 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
  15. b9e9e57 Merge pull request #1326 from mattparks/patch1 by John Kessenich · 7 years ago
  16. 461ea09 Non-functional: Fix tabs. by John Kessenich · 7 years ago
  17. 6ae1870 HLSL: Fix #1332: consistently use uint for counter buf typing. by John Kessenich · 7 years ago
  18. 5611c6d GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier by John Kessenich · 7 years ago
  19. 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
  20. fb03a55 Only print legalization warning if optimizer disabled by GregF · 7 years ago
  21. ead8622 Non-functional. Rationalizations enabling future generalizations: by John Kessenich · 7 years ago
  22. 859b034 Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. by John Kessenich · 7 years ago
  23. 5d610ee Implement SPV_GOOGLE_hlsl_functionality1. by John Kessenich · 7 years ago
  24. bfe0952 Fix build several build errors by Daniel Koch · 7 years ago
  25. a00e51b HLSL: Correct some mistakes for min16 types by Rex Xu · 7 years ago
  26. 7798aaf Allow --hlsl-enable-16bit-types to be used without AMD_EXTENSIONS by Rex Xu · 7 years ago
  27. a515250 Merge pull request #1269 from bkaradzic/master by John Kessenich · 7 years ago
  28. fb97d25 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 7 years ago
  29. fd920b3 WaveReadLaneFirst is the correct wording (was using WaveReadFirstLane previously...). by Neil Henning · 7 years ago
  30. cb61eec HLSL: Map min types to GLSL 16-bit types by Rex Xu · 7 years ago
  31. 66011cb SPV: Implement Vulkan 1.1 features and extensions. by John Kessenich · 7 years ago
  32. b2ae1d0 Revert "Merge pull request #1274 from greg-lunarg/legal2" by John Kessenich · 7 years ago
  33. fd50f6a Legalization: Omit legalization warning when spirv-opt is linked. by GregF · 7 years ago
  34. 1de8e54 Fixed GCC+Clang errors and warnings on Linux and OSX. by Branimir Karadžić · 7 years ago
  35. c521579 IO mapper: Fix #1261: Supply location mapper with size computer. by John Kessenich · 7 years ago
  36. d55fe86 HLSL: Fix #1257: layout float1, int1, etc., as scalars. by John Kessenich · 7 years ago
  37. 23ea3db Warning for #pragma once. GLSL and HLSL. Addresses #824. by John Kessenich · 7 years ago
  38. a2858d9 GLSL: Implement GL_EXT_control_flow_attributes. by John Kessenich · 7 years ago
  39. e18fd20 HLSL: Refactor attribute implementation. by John Kessenich · 7 years ago
  40. e22e347 HLSL: Fix #1208: accept both int and uint in asuint() and asint(). by John Kessenich · 7 years ago
  41. 6340047 HLSL: Protect against 'continue' outside of loops. by John Kessenich · 7 years ago
  42. 9b5668c HLSL: Fix #1214: check for nesting in loop/switch of break statements. by John Kessenich · 7 years ago
  43. 7420a76 HLSL: Fix #1215: propagate error on seeing a type name instead of a variable. by John Kessenich · 7 years ago
  44. adc33b2 Non-functional: Fix HLSL error message, and code formatting. by John Kessenich · 7 years ago
  45. 798d005 Build: Tickle bots to try again... seems like a process hang; all tests passed. by John Kessenich · 7 years ago
  46. 132cf53 HLSL: Fix #1203: Declare anonymous members for cbuffer with no ';' by John Kessenich · 7 years ago
  47. fd1e8a7 HLSL: Fix 1201: Accept 'layout' as an identifier. by John Kessenich · 7 years ago
  48. 046bae0 HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] by John Kessenich · 7 years ago
  49. 3f0aff8 HLSL: Fix possibly incorrect type conversion in StoreN and LoadN by Jean-François Marquis · 7 years ago
  50. 838d7af SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation. by John Kessenich · 7 years ago
  51. 788fbeb HLSL: Make attributes for built-in override semantics. by John Kessenich · 7 years ago
  52. 396de16 Merge pull request #1183 from LoopDawg/builtin-output-array-indirect by John Kessenich · 7 years ago
  53. c92860e HLSL: Implement support for RT/Viewport output from VS by Arseny Kapoulkine · 7 years ago
  54. 0cff510 HLSL: for split output structs, propagate indirection to builtin. by LoopDawg · 7 years ago
  55. e078059 Merge pull request #1174 from LoopDawg/y-flip by John Kessenich · 7 years ago
  56. 8116cfc HLSL: Give error on unsupported buffer initializer. by John Kessenich · 7 years ago
  57. 87982be HLSL: Remove unintended/untested functionality PrimitiveID. by John Kessenich · 7 years ago
  58. 67fca7c Merge pull request #1178 from LoopDawg/primitiveid-hs-input by John Kessenich · 7 years ago
  59. 280c75c HLSL: Allow primitive id on hull shader inputs by LoopDawg · 7 years ago
  60. dc005fb HLSL: Stop flattening non-IO structs containing opaques. by John Kessenich · 7 years ago
  61. b22c069 HLSL: add optional position.Y inversion by LoopDawg · 7 years ago
  62. 471bfed HLSL: Fix #606: make layout() override register. by John Kessenich · 7 years ago
  63. cc951f8 HLSL: Fix #1154: Support PointSize, as an attribute. by John Kessenich · 7 years ago
  64. 8c49f9b HLSL: minor: add warning for mat() matrix size truncation by LoopDawg · 7 years ago
  65. 7199a6d Add initialization in case it is causing the Apple Clang release failure. by John Kessenich · 7 years ago
  66. 1ce94b2 Merge pull request #1166 from tafuri/#1165-invalid_Store by John Kessenich · 7 years ago
  67. b2abe2f Merge pull request #1169 from LoopDawg/cbuffer-identifier by John Kessenich · 7 years ago
  68. 7ee29ba HLSL: allow keyword-identifiers as cbuffer/struct names. by LoopDawg · 7 years ago
  69. cee29b0 HLSL: add implicit mat*mat truncations by LoopDawg · 7 years ago
  70. 59677da Respect the array type in Store operation by Sebastian Tafuri · 7 years ago
  71. 2e62910 HLSL: matrix and vector truncations for m*v, v*m, m*m by LoopDawg · 7 years ago
  72. ca4ef9f Merge pull request #1156 from LoopDawg/snorm-uav by John Kessenich · 7 years ago
  73. 7573a2a HLSL: ignore geometry attributes on non-GS stages. by LoopDawg · 7 years ago
  74. fa39cff HLSL: Accept unorm and snorm on types by LoopDawg · 7 years ago
  75. e5530b9 HLSL: implement TextureBuffer<type> by LoopDawg · 7 years ago
  76. 715c353 Non-functional: copyright update, to help with non-determinism test. by John Kessenich · 7 years ago
  77. 2915da3 Nonfunctional: minor: use std::array for per-set shifts, fix warning. by LoopDawg · 7 years ago
  78. 1b46f13 HLSL: Fix #1106. Support shader setting of binding/set for $Global. by John Kessenich · 7 years ago
  79. 0b55e0f Merge pull request #1102 from KhronosGroup/partially-flatten by John Kessenich · 7 years ago
  80. 1a4bbc4 HLSL: More clip fix: It is more involved than previous commit. Complete. by John Kessenich · 7 years ago
  81. 4ce5b56 Fix #1103: clip() works on int/uint. by John Kessenich · 7 years ago
  82. 41aa199 HLSL: Partially flatten hierarchies, instead of all or nothing. by John Kessenich · 7 years ago
  83. 60e9161 Merge pull request #1098 from LoopDawg/attribute-gets by John Kessenich · 7 years ago
  84. 52c087f HLSL: add helper access methods to TAttributeMap by LoopDawg · 7 years ago
  85. 028c5a8 HLSL: nonfunctional: rename setId -> switchId, add comment by LoopDawg · 7 years ago
  86. bb79abc HLSL: Validate implicit initializer assignment to opaque members. by John Kessenich · 7 years ago
  87. b27de02 Merge pull request #1090 from tafuri/#1084-fix-segfault by John Kessenich · 7 years ago
  88. 5133b10 Fixed formatting by Sebastian Tafuri · 7 years ago
  89. 0a82611 Only track variables in the global scope by Sebastian Tafuri · 7 years ago
  90. 73c57bb HLSL: split textures used for both shadow and non-shadow modes by LoopDawg · 7 years ago
  91. 700bdeb HLSL: Fix #954: Track/access subsets of flattened multi-level aggregates. by John Kessenich · 7 years ago
  92. a608587 HLSL: Fix crash when flattening both side of assignement simultaneously. by Unknown · 7 years ago
  93. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  94. 092b7d2 Build: Fix a couple build issues. by John Kessenich · 7 years ago
  95. 77ea30b HLSL: Additional attribute support: [[]], namespace, parameters: by John Kessenich · 7 years ago
  96. 15fa7ef HLSL: Remove workarounds for assigning to opaques. by John Kessenich · 7 years ago
  97. 195f584 HLSL: force textures to shadow modes from combined samplers by LoopDawg · 7 years ago
  98. ae8af5d HLSL: fix array[1] of vec4 constant declaration. by xavier · 7 years ago
  99. c64a9dd Test: Make another test legal HLSL, and rationalize GLSL vs HLSL addConstructor(). by John Kessenich · 7 years ago
  100. bdbbc68 HLSL: Add bounds checking, shared with GLSL. Partially address #1032. by John Kessenich · 7 years ago