1. ed33e05 HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. by John Kessenich · 8 years ago
  2. 7a7217c Merge pull request #540 from steve-lunarg/rwbuffers by John Kessenich · 8 years ago
  3. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  4. 9065ed8 Merge pull request #537 from dneto0/pass-cwd-to-gtest by John Kessenich · 8 years ago
  5. c056adc Allow for larger binding numbers. 65K instead of 255. by John Kessenich · 8 years ago
  6. 1d3a966 Gtests can be run on another source tree by David Neto · 8 years ago
  7. 196b6e2 Merge pull request #536 from steve-lunarg/flatten-assign-fix by John Kessenich · 8 years ago
  8. 2199c24 HLSL: fix for flattening assignments from non-symbol R-values. by steve-lunarg · 8 years ago
  9. ce5d4af Merge pull request #533 from steve-lunarg/reflection by John Kessenich · 8 years ago
  10. 8ffc36a add reflection queries to return a TType. Fix minor issue with interface names. by steve-lunarg · 8 years ago
  11. de97fe0 Non-functional: Rationalizing parse helper hierarchy, step 3 (effected editable symbols and IO resize). by John Kessenich · 8 years ago
  12. a2a5dd4 Non-functional: Rationalizing parse helper hierarchy, step 2 (effected error messaging and cascading errors). by John Kessenich · 8 years ago
  13. 273060c Non-functional: Rationalizing parse helper hierarchy, step 1 (effected memory of HLSL keyword map). by John Kessenich · 8 years ago
  14. a08c929 HLSL: Line numbers only: Set locations (line numbers) on synthesized flattening code. by John Kessenich · 8 years ago
  15. d8fe2ca HLSL: Handle flattened I/O structs passed to function *out* parameters. by John Kessenich · 8 years ago
  16. c86d38b Non-functional: Better use of .isParamOutput() and some other methods. by John Kessenich · 8 years ago
  17. ba56e23 Fix typo in error message. by John Kessenich · 8 years ago
  18. f571d0c Non-functional: Use isOpaque() instead of compare against EbtSampler. by John Kessenich · 8 years ago
  19. 47e6fa1 Merge pull request #532 from steve-lunarg/automap-offsets by John Kessenich · 8 years ago
  20. 088c59d Change binding auto-map to use provided offsets. by steve-lunarg · 8 years ago
  21. d4f48b8 Merge pull request #527 from steve-lunarg/array-flattening-fix by John Kessenich · 8 years ago
  22. 074ced3 Merge pull request #521 from yavn/frag-shader-primitive-id-capability by John Kessenich · 8 years ago
  23. a6f3b41 Merge pull request #531 from steve-lunarg/add-autobinding-test by John Kessenich · 8 years ago
  24. e4fe8b5 Add a test for buffer auto-binding assignment. by steve-lunarg · 8 years ago
  25. 3e47f5f Merge pull request #523 from amdrexu/feature2 by John Kessenich · 8 years ago
  26. c9e3c3c Parser: Implement extension GL_AMD_gpu_shader_half_float. by Rex Xu · 8 years ago
  27. df98cc2 Add amend ability for anonymous blocks, so they can grow between function bodies. by John Kessenich · 8 years ago
  28. 16738a3 Merge pull request #530 from annygakh/master by John Kessenich · 8 years ago
  29. 0b3b6e1 Updated README.md by Anny · 8 years ago
  30. bc9b765 Restrict uniform array flattening to sampler and texture arrays. by steve-lunarg · 8 years ago
  31. 21e7e32 HLSL: Fix merge conflict. by John Kessenich · 8 years ago
  32. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  33. 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
  34. e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
  35. b1672fa Merge pull request #525 from steve-lunarg/implicit-size by John Kessenich · 8 years ago
  36. 265c061 HLSL: allow implicit array sizing. by steve-lunarg · 8 years ago
  37. 16a99a3 Merge pull request #524 from DominikWitczakAMD/517_include_amd_extensions_by_default by John Kessenich · 8 years ago
  38. 04b3e87 SPV: PrimitiveId in frag shader will emit Geometry capability by Maciej Jesionowski · 8 years ago
  39. daff1a2 #517: Enable AMD extensions by default by Dominik Witczak · 8 years ago
  40. 5fc501f Merge pull request #520 from amdrexu/bugfix by John Kessenich · 8 years ago
  41. f38978e Merge pull request #522 from steve-lunarg/glsl-binding-test by John Kessenich · 8 years ago
  42. ad0752e GLSL: Add binding map tests by steve-lunarg · 8 years ago
  43. b707205 SPV: OpGroupBroadcast is unable to handle vector operand. by Rex Xu · 8 years ago
  44. 10f7fc7 HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal. by John Kessenich · 8 years ago
  45. 88712f1 Merge pull request #519 from amdrexu/bugfix by John Kessenich · 8 years ago
  46. 36876e6 SPV: Still have to specify SPIR-V extension for gl_SubGroupSizeARB and gl_SubGroupInvocationARB. by Rex Xu · 8 years ago
  47. e53274d Merge pull request #518 from steve-lunarg/flatten-fix by John Kessenich · 8 years ago
  48. cf43e66 Fix defects in uniform array flattening by steve-lunarg · 8 years ago
  49. 02df206 Merge pull request #516 from amdrexu/feature3 by John Kessenich · 8 years ago
  50. 4455258 HLSL: Merge pull request #515 from steve-lunarg/flatten-uniform-array by John Kessenich · 8 years ago
  51. e0b9deb Flatten uniform arrays by steve-lunarg · 8 years ago
  52. 5159664 SPV: Implement the extension SPV_KHR_shader_ballot by Rex Xu · 8 years ago
  53. 6714bcc HLSL: Fix result type of passing a flattened-aggregate to a function. by John Kessenich · 8 years ago
  54. 6873f3d Merge pull request #514 from steve-lunarg/binding-map-3 by John Kessenich · 8 years ago
  55. 7f7c2ed HLSL: Add location offsets per resource type by steve-lunarg · 8 years ago
  56. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  57. 2572b19 HLSL: Turn on reflection, with basic test file, to catch regressions. by John Kessenich · 8 years ago
  58. 6b71c40 HLSL: Remove extraneous built-in member decorations for IO structs used in non-IO situations. by John Kessenich · 8 years ago
  59. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  60. eee9d53 Track separate entry-point names and mangled names... by John Kessenich · 8 years ago
  61. 632f575 Merge pull request #512 from steve-lunarg/liveness-traverser by John Kessenich · 8 years ago
  62. 5571730 Refactor TLiveTraverser from the former reflection traverser, for future use in binding mapping. by steve-lunarg · 8 years ago
  63. 6fccb3c Non-functional: Sweep through the stack for consistent with "main" and entry point. by John Kessenich · 8 years ago
  64. 142785f HLSL: Change the final syntax-error printf to go to the infoLog. by John Kessenich · 8 years ago
  65. 28b2814 HLSL: Fix assert: ensure flattened shadow is EvqTemporary. by John Kessenich · 8 years ago
  66. 5159d4f HLSL: Intercept flatten aggregates passed to a function input, and copy member-by-member. by John Kessenich · 8 years ago
  67. f911500 HLSL: Non-functional; make flatten semantics be about aggregates, not just structures. by John Kessenich · 8 years ago
  68. fcea302 HLSL: Fix bug in previous checkin when non-flattened objects are not simple l-values. by John Kessenich · 8 years ago
  69. d2ce838 HLSL: Handle flatten for reads from flatten structs and parameter passing. by John Kessenich · 8 years ago
  70. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  71. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  72. f8e494c HLSL: Flatten all input/output structs, regardless of stage. by John Kessenich · 8 years ago
  73. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  74. 7f70212 HLSL: return correct error when HLSL parsing fails. by John Kessenich · 8 years ago
  75. 315b6b9 Merge pull request #508 from amdrexu/bugfix by John Kessenich · 8 years ago
  76. 64b9743 SPV: Support simultaneous l-value swizzle and dynamic component selection. by Rex Xu · 8 years ago
  77. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  78. b3e24e4 SPV: Fix issue #506: generalize struct deep copy to include arrays. by John Kessenich · 8 years ago
  79. cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago
  80. 6295c27 Merge pull request #505 from steve-lunarg/rowmajor-fix-2a by John Kessenich · 8 years ago
  81. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  82. d403229 HLSL: Report an error if SPIR-V for Vulkan wasn't selected. by John Kessenich · 8 years ago
  83. a21187a Merge branch 'amdrexu-bugfix2' by John Kessenich · 8 years ago
  84. 4bfb32e Merge branch 'bugfix2' of https://github.com/amdrexu/glslang into amdrexu-bugfix2 by John Kessenich · 8 years ago
  85. 3152718 Merge pull request #503 from amdrexu/feature3 by John Kessenich · 8 years ago
  86. c9f3492 SPV: Use OpBitcast to implement 4 pack/unpack built-in functions. by Rex Xu · 8 years ago
  87. 99c4dd1 Preprocessor: UINT_MAX is translated to constant incorrectly. by Rex Xu · 8 years ago
  88. cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
  89. e3218e2 HLSL: Accept layout(...) also as a post-decl. Issue #454. by John Kessenich · 8 years ago
  90. 7735b94 HLSL Non-Functional: Move to more robust capturing of postDecls into a qualifier. by John Kessenich · 8 years ago
  91. b804de6 HLSL: Track binding numbers to struct instances; fixes issue #496. by John Kessenich · 8 years ago
  92. 58d2843 Merge pull request #498 from amdrexu/bugfix by John Kessenich · 8 years ago
  93. 64bcfdb Parser: Add 64-bit type conversion for specialization constant. by Rex Xu · 8 years ago
  94. 7d01bd6 HLSL: Handle swizzles on vectors of size 1. Addresses issue #453. by John Kessenich · 8 years ago
  95. 841db35 HLSL: Fix issue #442, smear and truncate shape conversions for == and !=. by John Kessenich · 8 years ago
  96. 07350f3 HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. by John Kessenich · 8 years ago
  97. 9e07953 HLSL: Handle greater/less depth modes. Fixes issue #489. by John Kessenich · 8 years ago
  98. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  99. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  100. 4bf7155 SPV: Flatten structs for copy when they are GLSL type aliases. by John Kessenich · 8 years ago