1. 2572b19 HLSL: Turn on reflection, with basic test file, to catch regressions. by John Kessenich · 8 years ago
  2. 6b71c40 HLSL: Remove extraneous built-in member decorations for IO structs used in non-IO situations. by John Kessenich · 8 years ago
  3. 86f7138 HLSL: Add string basic type and recognize string declaration grammar. by John Kessenich · 8 years ago
  4. 6fccb3c Non-functional: Sweep through the stack for consistent with "main" and entry point. by John Kessenich · 8 years ago
  5. 28b2814 HLSL: Fix assert: ensure flattened shadow is EvqTemporary. by John Kessenich · 8 years ago
  6. 5159d4f HLSL: Intercept flatten aggregates passed to a function input, and copy member-by-member. by John Kessenich · 8 years ago
  7. d2ce838 HLSL: Handle flatten for reads from flatten structs and parameter passing. by John Kessenich · 8 years ago
  8. 34e7ee7 HLSL: Improve setting and testing of interpolation qualifiers. by John Kessenich · 8 years ago
  9. d21baed HLSL: Flatten whole-struct assigns and returns when targeting flattened I/O structs. by John Kessenich · 8 years ago
  10. f8e494c HLSL: Flatten all input/output structs, regardless of stage. by John Kessenich · 8 years ago
  11. 7dc630f HLSL: Flatten a return struct from an entry point and assign locations after flattening. by John Kessenich · 8 years ago
  12. 64b9743 SPV: Support simultaneous l-value swizzle and dynamic component selection. by Rex Xu · 8 years ago
  13. deb4940 HLSL: Register all entry-point in/out as part of the interface. by John Kessenich · 8 years ago
  14. b3e24e4 SPV: Fix issue #506: generalize struct deep copy to include arrays. by John Kessenich · 8 years ago
  15. cd0a78a HLSL: Flatten vertex input and fragment output structures. by John Kessenich · 8 years ago
  16. 297ae21 WIP: HLSL: Treat HLSL rows as GLSL columns. by steve-lunarg · 8 years ago
  17. 4bfb32e Merge branch 'bugfix2' of https://github.com/amdrexu/glslang into amdrexu-bugfix2 by John Kessenich · 8 years ago
  18. c9f3492 SPV: Use OpBitcast to implement 4 pack/unpack built-in functions. by Rex Xu · 8 years ago
  19. 99c4dd1 Preprocessor: UINT_MAX is translated to constant incorrectly. by Rex Xu · 8 years ago
  20. cfd7ce8 HLSL: Support register(..., spaceN) for setting the descriptor set. by John Kessenich · 8 years ago
  21. e3218e2 HLSL: Accept layout(...) also as a post-decl. Issue #454. by John Kessenich · 8 years ago
  22. b804de6 HLSL: Track binding numbers to struct instances; fixes issue #496. by John Kessenich · 8 years ago
  23. 64bcfdb Parser: Add 64-bit type conversion for specialization constant. by Rex Xu · 8 years ago
  24. 7d01bd6 HLSL: Handle swizzles on vectors of size 1. Addresses issue #453. by John Kessenich · 8 years ago
  25. 841db35 HLSL: Fix issue #442, smear and truncate shape conversions for == and !=. by John Kessenich · 8 years ago
  26. 07350f3 HLSL: Handle "fake" entry points, by undoing their built-in variable declarations. by John Kessenich · 8 years ago
  27. 9e07953 HLSL: Handle greater/less depth modes. Fixes issue #489. by John Kessenich · 8 years ago
  28. a305166 HLSL: Error if funcion with return type doesn't return a value. by John Kessenich · 8 years ago
  29. 1a4b775 HLSL: Correct line numbers for function definitions. by John Kessenich · 8 years ago
  30. 4bf7155 SPV: Flatten structs for copy when they are GLSL type aliases. by John Kessenich · 8 years ago
  31. f2b7f33 SPV: Tighten up number of struct-types declared based on decoration. by John Kessenich · 8 years ago
  32. 5e56423 Front-ends: Remove now defunct afterEOF and related, use scanner's instead. by John Kessenich · 8 years ago
  33. 830b0cc HLSL: Start location numbering with the entry-point return value. by John Kessenich · 8 years ago
  34. a05d8b5 HLSL: Remove recent change to put locations on SV_TARGET*. by John Kessenich · 8 years ago
  35. 510d83b HLSL: Create test results for the previous commits. by John Kessenich · 8 years ago
  36. 6a70eb7 HLSL: Emulate write-to-output on return-from-entry-point, for return value. by John Kessenich · 8 years ago
  37. f00c245 Merge pull request #473 from steve-lunarg/remapper-tests by John Kessenich · 8 years ago
  38. e3f2c8f HLSL: Include shape-changing conversions in overloaded signature selection. by John Kessenich · 8 years ago
  39. 90dd70f HLSL: Allow arbitrary baseType -> baseType conversion of calling arguments. by John Kessenich · 8 years ago
  40. a845641 WIP: SPV Remapper: add remapper test framework by steve-lunarg · 8 years ago
  41. 36e87d0 HLSL: add precise keyword by steve-lunarg · 8 years ago
  42. fcc0aa3 HLSL: Switch to generic selector, but using GLSL #version 400 rules. by John Kessenich · 8 years ago
  43. ab89bbe Merge branch 'overloaded-400' of github.com:KhronosGroup/glslang by John Kessenich · 8 years ago
  44. 32c169d Front-end: Warn for likely missed change in default precisions. by John Kessenich · 8 years ago
  45. 54571c2 Vulkan: Have desktop shaders respect precision qualifiers. by John Kessenich · 8 years ago
  46. efe9724 HLSL: Add EHTokStringConstant, so that string attributes may be parsed by steve-lunarg · 8 years ago
  47. 3702348 Front-end: Add a function selector under implicit type conversion. by John Kessenich · 8 years ago
  48. b9e3912 HLSL: Partially address issue #463: accept GLSL layout(...). by John Kessenich · 8 years ago
  49. 2c646b7 Updating tests, sadly every single HLSL test needs updating becuase of the language identifier by Dan Baker · 8 years ago
  50. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  51. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  52. 426542b Front-end: Fix issue #443: dvec3 uses only 2 components of second location. by John Kessenich · 8 years ago
  53. 34177cd Tests: Test base case for fixing issue #443. by John Kessenich · 8 years ago
  54. 4583b61 HLSL: Smear scalars to match vectors for relational operations. by John Kessenich · 8 years ago
  55. bbd1b0e Tests: Add some location-decoration tests, to aid PR #422. by John Kessenich · 8 years ago
  56. 9f9bad0 PP: Add missing atoms that effect -E mode. by John Kessenich · 8 years ago
  57. 7dfcf4d HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms by steve-lunarg · 8 years ago
  58. cb88de5 HLSL: allow semicolons between global scope declarations. by steve-lunarg · 8 years ago
  59. f664076 Front-end: Implement 2nd task of issue #400; precision of result and operation. by John Kessenich · 8 years ago
  60. 1176530 SPV: Prevent issue #415 with better semantic checking. by John Kessenich · 8 years ago
  61. 11e1a07 PP: Fix issue #407; handle empty identifier. by John Kessenich · 8 years ago
  62. 7208473 PP: Non-functional; fix typos and blank spaces. by John Kessenich · 8 years ago
  63. 73d4fb5 PP: Fix issue #408: # as last character in macro. by John Kessenich · 8 years ago
  64. fe5a3ff HLSL: allow trailing commas in initializer lists & scalar initialization by steve-lunarg · 8 years ago
  65. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  66. 5964c64 HLSL: Fix a grammar error related to constructors in parenthetical expressions by steve-lunarg · 8 years ago
  67. ff13213 Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. by John Kessenich · 8 years ago
  68. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  69. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  70. 64076ed HLSL: Fix binary-expression associativity and termination issue. by John Kessenich · 8 years ago
  71. fea226b HLSL: Add shape conversions for scalar -> vector assigments. by John Kessenich · 8 years ago
  72. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  73. c21badf Merge pull request #419 from steve-lunarg/lerp-fix by John Kessenich · 8 years ago
  74. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  75. cf57c04 HLSL: add missing vec,vec,scalar form of lerp(), + test by steve-lunarg · 8 years ago
  76. d53f717 HLSL: add Buffer support for Load method by steve-lunarg · 8 years ago
  77. 414f735 Front-end: Fix issue #409, check for implicitly-sized binding arrays. by John Kessenich · 8 years ago
  78. 68f2c14 HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition by steve-lunarg · 8 years ago
  79. 00957f8 HLSL: Implement ?: grammar productions. by John Kessenich · 8 years ago
  80. 1e19d90 HLSL: add 2DMS texture formats, and matching Load / GetDimensions support by steve-lunarg · 8 years ago
  81. 8c8505c SPV: For AST interpolateAt* ops consuming a swizzle, invert the order. by John Kessenich · 8 years ago
  82. 731cd83 Merge pull request #405 from steve-lunarg/samplers by John Kessenich · 8 years ago
  83. 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
  84. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  85. 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
  86. a2f3d28 HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow by LoopDawg · 8 years ago
  87. 630e1bc Merge pull request #402 from steve-lunarg/samplers by John Kessenich · 8 years ago
  88. c8f6903 Front-end: Fix default layout(component) widths and correct for doubles. by John Kessenich · 8 years ago
  89. 5c08ecb Tests: line-number change only: make room for more component tests. by John Kessenich · 8 years ago
  90. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago
  91. f245101 HLSL: Add texture Load method & decomposition by LoopDawg · 8 years ago
  92. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  93. 934855a Fix issue #382: Detect implicitly-sized atomic_uint arrays. by John Kessenich · 8 years ago
  94. f2cfe27 Fix issue #388. by John Kessenich · 8 years ago
  95. 31a51be Fix issue #391: input stack underflow on too few macro arguments. by John Kessenich · 8 years ago
  96. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  97. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  98. 51e74b1 Merge pull request #385 from steve-lunarg/inout-qualifiers by John Kessenich · 8 years ago
  99. 92aff54 HLSL: add offset Sample() form and arrayed texture support by LoopDawg · 8 years ago
  100. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago