1. 5c3eed5 SPV: Create more access chains addressing a few swizzling issues. by John Kessenich · 7 years ago
  2. b3f9e0a GLSL: Fix #1229: merge array sizes in parameter declarations. by John Kessenich · 7 years ago
  3. 98e733c Merge pull request #1232 from KhronosGroup/control-flow-attributes by John Kessenich · 7 years ago
  4. da0b18c Error message: Improve error message (will help another party id a bug). by John Kessenich · 7 years ago
  5. 3047656 AST: dump attributes along with control flow. by John Kessenich · 7 years ago
  6. a2858d9 GLSL: Implement GL_EXT_control_flow_attributes. by John Kessenich · 7 years ago
  7. e18fd20 HLSL: Refactor attribute implementation. by John Kessenich · 7 years ago
  8. 2b5ea9f SPV Version: Emit the requested SPIR-V version, not the header version. by John Kessenich · 7 years ago
  9. 6c1c276 SPV: Bump SPIR-V header to the unified1 version (version 1.2). by John Kessenich · 7 years ago
  10. e22e347 HLSL: Fix #1208: accept both int and uint in asuint() and asint(). by John Kessenich · 7 years ago
  11. eb2c0c7 GLSL: XFB: more support for built-in block redeclarations with XFB. by John Kessenich · 7 years ago
  12. 9c6f8cc Scanner: Many int16 and float16 fixes, including performance. by John Kessenich · 7 years ago
  13. c043aad Scanner: Many int64 fixes, including performance. by John Kessenich · 7 years ago
  14. 132cf53 HLSL: Fix #1203: Declare anonymous members for cbuffer with no ';' by John Kessenich · 7 years ago
  15. fd1e8a7 HLSL: Fix 1201: Accept 'layout' as an identifier. by John Kessenich · 7 years ago
  16. 046bae0 HLSL: Attributes: Add [[vk::constant_id()]] and [[vk::push_constant]] by John Kessenich · 7 years ago
  17. e08ed0c Merge pull request #1190 from jfmarquis/hlsl-store-type-propagation by John Kessenich · 7 years ago
  18. b3cff2f HLSL Tests: Remove optimization from tests that don't need it. by John Kessenich · 7 years ago
  19. 3f0aff8 HLSL: Fix possibly incorrect type conversion in StoreN and LoadN by Jean-François Marquis · 7 years ago
  20. e1ff231 GLSL: Fix #1193: no 'location' on uniform/buffer block. by John Kessenich · 7 years ago
  21. 2505057 SPV: Memory model: Reduce set of memory-semantic bits requested for "all". by John Kessenich · 7 years ago
  22. 838d7af SPV: HLSL: Move to correct HLSL barrier semantics, per Khronos recommendation. by John Kessenich · 7 years ago
  23. c72e593 SPV: Bump the generator number to account for barrier changes. by John Kessenich · 7 years ago
  24. 8297936 SPV: Change barrier emission to conform to Khronos decisions. by John Kessenich · 7 years ago
  25. 070aaea HLSL: Fix #1192: when bool operands are converted to ints, convert result type. by John Kessenich · 7 years ago
  26. edaf556 SPV: Plumb through XFB buffer and stride information. by John Kessenich · 7 years ago
  27. be3842f GLSL: Implement XFB for redeclared built-in blocks. by John Kessenich · 7 years ago
  28. 1c5443c Add implementation of SPV_EXT_fragment_fully_covered by Piers Daniell · 7 years ago
  29. 0cff510 HLSL: for split output structs, propagate indirection to builtin. by LoopDawg · 7 years ago
  30. e078059 Merge pull request #1174 from LoopDawg/y-flip by John Kessenich · 7 years ago
  31. 8116cfc HLSL: Give error on unsupported buffer initializer. by John Kessenich · 7 years ago
  32. 67fca7c Merge pull request #1178 from LoopDawg/primitiveid-hs-input by John Kessenich · 7 years ago
  33. 280c75c HLSL: Allow primitive id on hull shader inputs by LoopDawg · 7 years ago
  34. dc005fb HLSL: Stop flattening non-IO structs containing opaques. by John Kessenich · 7 years ago
  35. b22c069 HLSL: add optional position.Y inversion by LoopDawg · 7 years ago
  36. 471bfed HLSL: Fix #606: make layout() override register. by John Kessenich · 7 years ago
  37. cc951f8 HLSL: Fix #1154: Support PointSize, as an attribute. by John Kessenich · 7 years ago
  38. 6a14f78 HLSL: Fix #1163: treat buffers as references when calling functions. by John Kessenich · 7 years ago
  39. 8c49f9b HLSL: minor: add warning for mat() matrix size truncation by LoopDawg · 7 years ago
  40. ffc31cd Tests: Trigger more texture tests, and hopefully see build failure go away. by John Kessenich · 7 years ago
  41. 1ce94b2 Merge pull request #1166 from tafuri/#1165-invalid_Store by John Kessenich · 7 years ago
  42. b2abe2f Merge pull request #1169 from LoopDawg/cbuffer-identifier by John Kessenich · 7 years ago
  43. 7ee29ba HLSL: allow keyword-identifiers as cbuffer/struct names. by LoopDawg · 7 years ago
  44. cee29b0 HLSL: add implicit mat*mat truncations by LoopDawg · 7 years ago
  45. 66b319d Added new test to gtests and updated test data by Sebastian Tafuri · 7 years ago
  46. 2e62910 HLSL: matrix and vector truncations for m*v, v*m, m*m by LoopDawg · 7 years ago
  47. cbdf871 SPV: SampleMask does not depend on SampleRateShading. by John Kessenich · 7 years ago
  48. ca4ef9f Merge pull request #1156 from LoopDawg/snorm-uav by John Kessenich · 7 years ago
  49. 7573a2a HLSL: ignore geometry attributes on non-GS stages. by LoopDawg · 7 years ago
  50. fa39cff HLSL: Accept unorm and snorm on types by LoopDawg · 7 years ago
  51. e5530b9 HLSL: implement TextureBuffer<type> by LoopDawg · 7 years ago
  52. 2edde66 SPV: Don't support noise*() when generating SPV. by John Kessenich · 7 years ago
  53. 88e22a6 Fix #1079: don't give error when macro() name used without open (. by John Kessenich · 7 years ago
  54. e8d2138 Fix nondeterminism discussed in 258b700f5957fc13b0512b3734a1b0e81a1c271d by John Kessenich · 7 years ago
  55. 5866e67 Tests: Non-determinancy: Add back in the IntMin tests. by John Kessenich · 7 years ago
  56. 258b700 Non-determinant tests: Remove recent tests, to see if things stabelize. by John Kessenich · 7 years ago
  57. f83e2f0 GLSL: Fold constant SHRT_MIN/INT_MIN/LLONG_MIN % -1 to 0. by Aaron Muir Hamilton · 7 years ago
  58. 437911a GLSL: Check for implicit inner dimension in array of atomic_uint. by Aaron Muir Hamilton · 7 years ago
  59. 9cfc155 Merge pull request #1118 from xorgy/only-swizzle-numbers-and-bools by John Kessenich · 7 years ago
  60. 016e47f Merge branch 'only-parse-inf-constant-in-hlsl' of https://github.com/xorgy/glslang into xorgy-only-parse-inf-constant-in-hlsl by John Kessenich · 7 years ago
  61. 6e33b78 Tests: Add test for GLSL +-#INF. by John Kessenich · 7 years ago
  62. 9028ed2 Check for hexadecimal literals exceeding MaxTokenLength. by Aaron Muir Hamilton · 7 years ago
  63. 07c0bce Only try swizzles on vectors, numbers, and booleans. by Aaron Muir Hamilton · 7 years ago
  64. 573cc9e Merge pull request #1111 from LoopDawg/per-set-binding-offsets by John Kessenich · 7 years ago
  65. 7a9db71 SPV: Don't emit StorageImageMultisample capability for subpass images. by John Kessenich · 7 years ago
  66. 1b46f13 HLSL: Fix #1106. Support shader setting of binding/set for $Global. by John Kessenich · 7 years ago
  67. 08a1442 Add per-descriptor-set IO mapping shift values. by LoopDawg · 7 years ago
  68. fe4e572 GLSL->SPIR-V: Put precision decorations on imageLoad(). by John Kessenich · 7 years ago
  69. f0e35bf GLSL: Make sampling operations have agnostic precision qualifiers for desktop. by John Kessenich · 7 years ago
  70. 3112b56 Merge pull request #1113 from xorgy/preprocessor-int-min-over-negative-one by John Kessenich · 7 years ago
  71. 0b55e0f Merge pull request #1102 from KhronosGroup/partially-flatten by John Kessenich · 7 years ago
  72. dc756a6 Preprocessor: Evaluate INT_MIN / -1 to 0. by Aaron Muir Hamilton · 7 years ago
  73. 5313613 Don't try to swizzle void. by Aaron Muir Hamilton · 7 years ago
  74. 7d67c6c PP: Fix #1104: Missing check for #if overflow. by John Kessenich · 7 years ago
  75. 1a4bbc4 HLSL: More clip fix: It is more involved than previous commit. Complete. by John Kessenich · 7 years ago
  76. 4ce5b56 Fix #1103: clip() works on int/uint. by John Kessenich · 7 years ago
  77. 5889fa0 Tests: Add clip(int) tests. by John Kessenich · 7 years ago
  78. 41aa199 HLSL: Partially flatten hierarchies, instead of all or nothing. by John Kessenich · 7 years ago
  79. 07ed11f SPV: GeneratorVersion: bump version number because of atomic decrement change. by John Kessenich · 7 years ago
  80. b27de02 Merge pull request #1090 from tafuri/#1084-fix-segfault by John Kessenich · 7 years ago
  81. 48d6e79 SPV: Correct semantics of atomic-counter decrement. by John Kessenich · 7 years ago
  82. 592e8f0 HLSL: Tests: Add subset of flattened opaque test to legalize results. by John Kessenich · 7 years ago
  83. 4f6865f Added test for local structured buffer variable by Sebastian Tafuri · 7 years ago
  84. 73c57bb HLSL: split textures used for both shadow and non-shadow modes by LoopDawg · 7 years ago
  85. 700bdeb HLSL: Fix #954: Track/access subsets of flattened multi-level aggregates. by John Kessenich · 7 years ago
  86. a608587 HLSL: Fix crash when flattening both side of assignement simultaneously. by Unknown · 7 years ago
  87. 7f93d56 HLSL: add subpass input types and methods by LoopDawg · 7 years ago
  88. 77ea30b HLSL: Additional attribute support: [[]], namespace, parameters: by John Kessenich · 7 years ago
  89. bed4e4f HLSL: Pass opaques by local copy, instead of by interface original. by John Kessenich · 7 years ago
  90. 15fa7ef HLSL: Remove workarounds for assigning to opaques. by John Kessenich · 7 years ago
  91. dabd1bf Merge pull request #1076 from LoopDawg/shadow-tx-types by John Kessenich · 7 years ago
  92. 195f584 HLSL: force textures to shadow modes from combined samplers by LoopDawg · 7 years ago
  93. e8fe8b0 Implement extension GL_NV_shader_atomic_int64 by Rex Xu · 7 years ago
  94. 9cf5dfb Merge pull request #1063 from LoopDawg/remapper-error-cleanup by John Kessenich · 7 years ago
  95. 8004d36 Remapper: make remapper robust against non-exiting error handlers by LoopDawg · 7 years ago
  96. 5f77d86 HLSL: Fix #1064: Don't include empty structures on OpEntryPoint by John Kessenich · 7 years ago
  97. 31365af Merge pull request #1044 from dsrbecky/image_external_essl3 by John Kessenich · 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