1. 8b0227c HLSL: phase 3b: Texture methods remember and return vector size. by steve-lunarg · 8 years ago
  2. 4f2da27 HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat) by steve-lunarg · 8 years ago
  3. f042e40 Merge pull request #542 from steve-lunarg/rwbuffers by John Kessenich · 8 years ago
  4. e4ad1bb Merge pull request #538 from steve-lunarg/iomap-binding-range-err by John Kessenich · 8 years ago
  5. b3da8a9 HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fns by steve-lunarg · 8 years ago
  6. 07830e8 HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw textures by steve-lunarg · 8 years ago
  7. 0de16da HLSL: phase 2c: use lValueErrorCheck in HLSL FE by steve-lunarg · 8 years ago
  8. 9070796 HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  9. 6b43d27 HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffer by steve-lunarg · 8 years ago
  10. e3aa654 Merge pull request #546 from yavn/OpImageQueryLod-with-SampledImage by John Kessenich · 8 years ago
  11. 7208a97 SPV: Use SampledImage with OpImageQueryLod by Maciej Jesionowski · 8 years ago
  12. 631f223 Merge pull request #543 from slime73/compilerwarnings by John Kessenich · 8 years ago
  13. f887785 fixup! Address some compiler warnings. by Alex Szpakowski · 8 years ago
  14. 6d6b19d Merge pull request #544 from amdrexu/feature by John Kessenich · 8 years ago
  15. f3b2747 SPV: Implement extension SPV_KHR_shader_draw_parameters. by Rex Xu · 8 years ago
  16. dd2fc1f Merge pull request #545 from amdrexu/bugfix by John Kessenich · 8 years ago
  17. 4c25709 Parser: Some function prototypes of interpolateAtXXX are incorrect. by Rex Xu · 8 years ago
  18. 49ad2b7 Address some compiler warnings. by Alex Szpakowski · 8 years ago
  19. 19bdf90 SPV: Distinguish between SPV and non-SPV rules for member overlap. by John Kessenich · 8 years ago
  20. 087a454 HLSL: Add shape conversions for return values. by John Kessenich · 8 years ago
  21. ed33e05 HLSL: Do structure conversion for return type struct-punning on non-entry-point functions. by John Kessenich · 8 years ago
  22. 7a7217c Merge pull request #540 from steve-lunarg/rwbuffers by John Kessenich · 8 years ago
  23. bb0183f HLSL: phase 1: add RWTexture and RWBuffer by steve-lunarg · 8 years ago
  24. 9065ed8 Merge pull request #537 from dneto0/pass-cwd-to-gtest by John Kessenich · 8 years ago
  25. 9ae3474 Check for out-of-range bindings during IO mapping. by steve-lunarg · 8 years ago
  26. c056adc Allow for larger binding numbers. 65K instead of 255. by John Kessenich · 8 years ago
  27. 1d3a966 Gtests can be run on another source tree by David Neto · 8 years ago
  28. 196b6e2 Merge pull request #536 from steve-lunarg/flatten-assign-fix by John Kessenich · 8 years ago
  29. 2199c24 HLSL: fix for flattening assignments from non-symbol R-values. by steve-lunarg · 8 years ago
  30. ce5d4af Merge pull request #533 from steve-lunarg/reflection by John Kessenich · 8 years ago
  31. 8ffc36a add reflection queries to return a TType. Fix minor issue with interface names. by steve-lunarg · 8 years ago
  32. de97fe0 Non-functional: Rationalizing parse helper hierarchy, step 3 (effected editable symbols and IO resize). by John Kessenich · 8 years ago
  33. a2a5dd4 Non-functional: Rationalizing parse helper hierarchy, step 2 (effected error messaging and cascading errors). by John Kessenich · 8 years ago
  34. 273060c Non-functional: Rationalizing parse helper hierarchy, step 1 (effected memory of HLSL keyword map). by John Kessenich · 8 years ago
  35. a08c929 HLSL: Line numbers only: Set locations (line numbers) on synthesized flattening code. by John Kessenich · 8 years ago
  36. d8fe2ca HLSL: Handle flattened I/O structs passed to function *out* parameters. by John Kessenich · 8 years ago
  37. c86d38b Non-functional: Better use of .isParamOutput() and some other methods. by John Kessenich · 8 years ago
  38. ba56e23 Fix typo in error message. by John Kessenich · 8 years ago
  39. f571d0c Non-functional: Use isOpaque() instead of compare against EbtSampler. by John Kessenich · 8 years ago
  40. 47e6fa1 Merge pull request #532 from steve-lunarg/automap-offsets by John Kessenich · 8 years ago
  41. 088c59d Change binding auto-map to use provided offsets. by steve-lunarg · 8 years ago
  42. d4f48b8 Merge pull request #527 from steve-lunarg/array-flattening-fix by John Kessenich · 8 years ago
  43. 074ced3 Merge pull request #521 from yavn/frag-shader-primitive-id-capability by John Kessenich · 8 years ago
  44. a6f3b41 Merge pull request #531 from steve-lunarg/add-autobinding-test by John Kessenich · 8 years ago
  45. e4fe8b5 Add a test for buffer auto-binding assignment. by steve-lunarg · 8 years ago
  46. 3e47f5f Merge pull request #523 from amdrexu/feature2 by John Kessenich · 8 years ago
  47. c9e3c3c Parser: Implement extension GL_AMD_gpu_shader_half_float. by Rex Xu · 8 years ago
  48. df98cc2 Add amend ability for anonymous blocks, so they can grow between function bodies. by John Kessenich · 8 years ago
  49. 16738a3 Merge pull request #530 from annygakh/master by John Kessenich · 8 years ago
  50. 0b3b6e1 Updated README.md by Anny · 8 years ago
  51. bc9b765 Restrict uniform array flattening to sampler and texture arrays. by steve-lunarg · 8 years ago
  52. 21e7e32 HLSL: Fix merge conflict. by John Kessenich · 8 years ago
  53. 4e55988 HLSL Tests: Tests for previous commit, to make it easier to see what's changing. by John Kessenich · 8 years ago
  54. 6dbc0a7 Support a uniform block to hold global uniform variables. by John Kessenich · 8 years ago
  55. e82061d HLSL: Rationalize combination of type arrayness and name arrayness. by John Kessenich · 8 years ago
  56. b1672fa Merge pull request #525 from steve-lunarg/implicit-size by John Kessenich · 8 years ago
  57. 265c061 HLSL: allow implicit array sizing. by steve-lunarg · 8 years ago
  58. 16a99a3 Merge pull request #524 from DominikWitczakAMD/517_include_amd_extensions_by_default by John Kessenich · 8 years ago
  59. 04b3e87 SPV: PrimitiveId in frag shader will emit Geometry capability by Maciej Jesionowski · 8 years ago
  60. daff1a2 #517: Enable AMD extensions by default by Dominik Witczak · 8 years ago
  61. 5fc501f Merge pull request #520 from amdrexu/bugfix by John Kessenich · 8 years ago
  62. f38978e Merge pull request #522 from steve-lunarg/glsl-binding-test by John Kessenich · 8 years ago
  63. ad0752e GLSL: Add binding map tests by steve-lunarg · 8 years ago
  64. b707205 SPV: OpGroupBroadcast is unable to handle vector operand. by Rex Xu · 8 years ago
  65. 10f7fc7 HLSL: Reverse what the driver is told about row/column majorness, matching the row-column reversal. by John Kessenich · 8 years ago
  66. 88712f1 Merge pull request #519 from amdrexu/bugfix by John Kessenich · 8 years ago
  67. 36876e6 SPV: Still have to specify SPIR-V extension for gl_SubGroupSizeARB and gl_SubGroupInvocationARB. by Rex Xu · 8 years ago
  68. e53274d Merge pull request #518 from steve-lunarg/flatten-fix by John Kessenich · 8 years ago
  69. cf43e66 Fix defects in uniform array flattening by steve-lunarg · 8 years ago
  70. 02df206 Merge pull request #516 from amdrexu/feature3 by John Kessenich · 8 years ago
  71. 4455258 HLSL: Merge pull request #515 from steve-lunarg/flatten-uniform-array by John Kessenich · 8 years ago
  72. e0b9deb Flatten uniform arrays by steve-lunarg · 8 years ago
  73. 5159664 SPV: Implement the extension SPV_KHR_shader_ballot by Rex Xu · 8 years ago
  74. 6714bcc HLSL: Fix result type of passing a flattened-aggregate to a function. by John Kessenich · 8 years ago
  75. 6873f3d Merge pull request #514 from steve-lunarg/binding-map-3 by John Kessenich · 8 years ago
  76. 7f7c2ed HLSL: Add location offsets per resource type by steve-lunarg · 8 years ago
  77. a1e2d49 HLSL: Move to correct parsing of annotations, improving all annotations and recent string grammar. by John Kessenich · 8 years ago
  78. 2572b19 HLSL: Turn on reflection, with basic test file, to catch regressions. by John Kessenich · 8 years ago
  79. 6b71c40 HLSL: Remove extraneous built-in member decorations for IO structs used in non-IO situations. by John Kessenich · 8 years ago
  80. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  81. eee9d53 Track separate entry-point names and mangled names... by John Kessenich · 8 years ago
  82. 632f575 Merge pull request #512 from steve-lunarg/liveness-traverser by John Kessenich · 8 years ago
  83. 5571730 Refactor TLiveTraverser from the former reflection traverser, for future use in binding mapping. by steve-lunarg · 8 years ago
  84. 6fccb3c Non-functional: Sweep through the stack for consistent with "main" and entry point. by John Kessenich · 8 years ago
  85. 142785f HLSL: Change the final syntax-error printf to go to the infoLog. by John Kessenich · 8 years ago
  86. 28b2814 HLSL: Fix assert: ensure flattened shadow is EvqTemporary. by John Kessenich · 8 years ago
  87. 5159d4f HLSL: Intercept flatten aggregates passed to a function input, and copy member-by-member. by John Kessenich · 8 years ago
  88. f911500 HLSL: Non-functional; make flatten semantics be about aggregates, not just structures. by John Kessenich · 8 years ago
  89. fcea302 HLSL: Fix bug in previous checkin when non-flattened objects are not simple l-values. by John Kessenich · 8 years ago
  90. d2ce838 HLSL: Handle flatten for reads from flatten structs and parameter passing. by John Kessenich · 8 years ago
  91. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  92. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  93. f8e494c HLSL: Flatten all input/output structs, regardless of stage. by John Kessenich · 8 years ago
  94. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  95. 7f70212 HLSL: return correct error when HLSL parsing fails. by John Kessenich · 8 years ago
  96. 315b6b9 Merge pull request #508 from amdrexu/bugfix by John Kessenich · 8 years ago
  97. 64b9743 SPV: Support simultaneous l-value swizzle and dynamic component selection. by Rex Xu · 8 years ago
  98. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  99. b3e24e4 SPV: Fix issue #506: generalize struct deep copy to include arrays. by John Kessenich · 8 years ago
  100. cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago