1. 359dcee Merge pull request #427 from wesleygriffin/master by John Kessenich · 8 years ago
  2. 2c6038e Merge branch 'cpp-headers' by John Kessenich · 8 years ago
  3. 10e0efe Merge pull request #451 from steve-lunarg/stagemask-all by John Kessenich · 8 years ago
  4. 61da5e4 HLSL: Put intrinsics in symbol table for all stages by steve-lunarg · 8 years ago
  5. 0a6fb85 Infrastructure: Make shared symbol-table cache complete, delete work around. by John Kessenich · 8 years ago
  6. 0b52144 Merge pull request #448 from steve-lunarg/promotions by John Kessenich · 8 years ago
  7. c4a1307 HLSL: add implicit promotions for assignments and function returns. by steve-lunarg · 8 years ago
  8. 426542b Front-end: Fix issue #443: dvec3 uses only 2 components of second location. by John Kessenich · 8 years ago
  9. 34177cd Tests: Test base case for fixing issue #443. by John Kessenich · 8 years ago
  10. 4583b61 HLSL: Smear scalars to match vectors for relational operations. by John Kessenich · 8 years ago
  11. 267590d Whitespace: Nonfunctional: fix inconsistent white space, esp. no tabs. by John Kessenich · 8 years ago
  12. 5c72a73 Merge pull request #436 from dankbaker/master by John Kessenich · 8 years ago
  13. bbd1b0e Tests: Add some location-decoration tests, to aid PR #422. by John Kessenich · 8 years ago
  14. 66ec80e Build: C++ headers: Replace PR #366 with a more directed version. by John Kessenich · 8 years ago
  15. 349ac3d Merge branch 'master' of https://github.com/dankbaker/glslang by Dan Baker · 8 years ago
  16. c0962f1 Merge pull request #2 from KhronosGroup/master by dankbaker · 8 years ago
  17. c7e5016 Commenting out attempt to parse DX9 samplers, since this is imcompatible with DX10+ shaders by Dan Baker · 8 years ago
  18. 9f9bad0 PP: Add missing atoms that effect -E mode. by John Kessenich · 8 years ago
  19. cfc5fbb Merge pull request #429 from steve-lunarg/samplers.sm5 by John Kessenich · 8 years ago
  20. 7dfcf4d HLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4-offset forms by steve-lunarg · 8 years ago
  21. 0e46eae Merge pull request #1 from KhronosGroup/master by dankbaker · 8 years ago
  22. 98a2e92 Merge pull request #431 from steve-lunarg/semicolon-fix by John Kessenich · 8 years ago
  23. cb88de5 HLSL: allow semicolons between global scope declarations. by steve-lunarg · 8 years ago
  24. f664076 Front-end: Implement 2nd task of issue #400; precision of result and operation. by John Kessenich · 8 years ago
  25. 6c13622 Merge pull request #428 from dankbaker/master by John Kessenich · 8 years ago
  26. b49806b Fixing some casts that warn when compiled to 64 bit (size_t is 64 bit rather then 32 bit) by Dan Baker · 8 years ago
  27. ac39cdc bump required CMake version down to 2.8.11 since no features are required in cmake>2.8.11 and this allows building on stock CentOS 7 by Wesley Griffin · 8 years ago
  28. 1176530 SPV: Prevent issue #415 with better semantic checking. by John Kessenich · 8 years ago
  29. 11e1a07 PP: Fix issue #407; handle empty identifier. by John Kessenich · 8 years ago
  30. 7208473 PP: Non-functional; fix typos and blank spaces. by John Kessenich · 8 years ago
  31. 73d4fb5 PP: Fix issue #408: # as last character in macro. by John Kessenich · 8 years ago
  32. 50d4fbe Merge pull request #424 from steve-lunarg/initializer-fix by John Kessenich · 8 years ago
  33. fe5a3ff HLSL: allow trailing commas in initializer lists & scalar initialization by steve-lunarg · 8 years ago
  34. b38f071 HLSL: Add back in the [subcomponent] part of a 'register' decl. by John Kessenich · 8 years ago
  35. dd50d02 Merge pull request #423 from steve-lunarg/constructor-expr-fix by John Kessenich · 8 years ago
  36. 5964c64 HLSL: Fix a grammar error related to constructors in parenthetical expressions by steve-lunarg · 8 years ago
  37. ff13213 Front-ends GLSL/HLSL: Fix initializer lists for structs of one member. by John Kessenich · 8 years ago
  38. 96e9f47 HLSL: Implement the register production. by John Kessenich · 8 years ago
  39. 82d6baf HLSL: Implement packoffset production. by John Kessenich · 8 years ago
  40. 1936eeb Merge pull request #421 from amdrexu/bugfix by John Kessenich · 8 years ago
  41. ce31aea SPV: Fix an issue of ++/-- for dvec/dmat. by Rex Xu · 8 years ago
  42. 64076ed HLSL: Fix binary-expression associativity and termination issue. by John Kessenich · 8 years ago
  43. fea226b HLSL: Add shape conversions for scalar -> vector assigments. by John Kessenich · 8 years ago
  44. a26a517 Non-functional: Rationalize location and use of mapTypeToConstructor(). by John Kessenich · 8 years ago
  45. c552aec Merge pull request #417 from steve-lunarg/buffers by John Kessenich · 8 years ago
  46. c21badf Merge pull request #419 from steve-lunarg/lerp-fix by John Kessenich · 8 years ago
  47. 080fbe9 Merge pull request #420 from steve-lunarg/uint-literal-fix by John Kessenich · 8 years ago
  48. 2de3291 HLSL: allow uint literals, and add test for numeric suffixes by steve-lunarg · 8 years ago
  49. cf57c04 HLSL: add missing vec,vec,scalar form of lerp(), + test by steve-lunarg · 8 years ago
  50. d53f717 HLSL: add Buffer support for Load method by steve-lunarg · 8 years ago
  51. 414f735 Front-end: Fix issue #409, check for implicitly-sized binding arrays. by John Kessenich · 8 years ago
  52. e15509e Infrastructure: Address issue #414, build instructions. by John Kessenich · 8 years ago
  53. ce6e237 Merge pull request #416 from steve-lunarg/samplers.calclod by John Kessenich · 8 years ago
  54. 68f2c14 HLSL: Add CalculateLevelOfDetail, and unimplemented errors for *Unclamped and GetSamplePosition by steve-lunarg · 8 years ago
  55. 00957f8 HLSL: Implement ?: grammar productions. by John Kessenich · 8 years ago
  56. b783d71 HLSL: Report failed assignments; some were silently not happening. by John Kessenich · 8 years ago
  57. 879a165 Merge pull request #413 from steve-lunarg/samplers.2dms by John Kessenich · 8 years ago
  58. 1e19d90 HLSL: add 2DMS texture formats, and matching Load / GetDimensions support by steve-lunarg · 8 years ago
  59. 8c8505c SPV: For AST interpolateAt* ops consuming a swizzle, invert the order. by John Kessenich · 8 years ago
  60. 731cd83 Merge pull request #405 from steve-lunarg/samplers by John Kessenich · 8 years ago
  61. 64723c2 Merge pull request #406 from steve-lunarg/pp_line by John Kessenich · 8 years ago
  62. 0c47024 README: Fix numbered list. by John Kessenich · 8 years ago
  63. fd6b0fd README: Update the component list. by John Kessenich · 8 years ago
  64. 3d157c5 HLSL: cbuffer and tbuffer grammar and production. by John Kessenich · 8 years ago
  65. 6256146 HLSL: enable #line extension by default for HLSL source. by LoopDawg · 8 years ago
  66. b8d2a00 Merge pull request #404 from phaulos/fix-spirv-remap by John Kessenich · 8 years ago
  67. a2f3d28 HLSL: Add gather, improve proto generator machine for upcoming 2DMS/Shadow by LoopDawg · 8 years ago
  68. b93e3a3 Remap Scope and MemorySemantics IDs in SPIRV remapper by Pyry Haulos · 8 years ago
  69. 630e1bc Merge pull request #402 from steve-lunarg/samplers by John Kessenich · 8 years ago
  70. c8f6903 Front-end: Fix default layout(component) widths and correct for doubles. by John Kessenich · 8 years ago
  71. bc9e1d1 Infrastructure: Remove bad characters from file. by John Kessenich · 8 years ago
  72. 5c08ecb Tests: line-number change only: make room for more component tests. by John Kessenich · 8 years ago
  73. 3ef7852 HLSL: Add SampleLevel method by LoopDawg · 8 years ago
  74. 2f003ac Merge pull request #393 from steve-lunarg/warning-enable by John Kessenich · 8 years ago
  75. 75e547c Merge pull request #401 from steve-lunarg/samplers by John Kessenich · 8 years ago
  76. df018fa Merge pull request #398 from amdrexu/feature by John Kessenich · 8 years ago
  77. 6d47895 Add g++/clang warnings to match some enabled by /W4 in MSVC. by LoopDawg · 8 years ago
  78. f245101 HLSL: Add texture Load method & decomposition by LoopDawg · 8 years ago
  79. 83768cb Merge pull request #399 from steve-lunarg/samplers by John Kessenich · 8 years ago
  80. b84313d Versions: Update version output. by John Kessenich · 8 years ago
  81. a78b029 HLSL: Add SampleCmp and SampleCmpLevelZero texture methods by LoopDawg · 8 years ago
  82. 9d93a23 Implement 4 AMD-specific extensions. by Rex Xu · 9 years ago
  83. 934855a Fix issue #382: Detect implicitly-sized atomic_uint arrays. by John Kessenich · 8 years ago
  84. f2cfe27 Fix issue #388. by John Kessenich · 8 years ago
  85. 31a51be Fix issue #391: input stack underflow on too few macro arguments. by John Kessenich · 8 years ago
  86. f833250 Merge pull request #395 from steve-lunarg/samplers by John Kessenich · 8 years ago
  87. 5d58fae HLSL: Add tx.GetDimensions method (uint returns only) by LoopDawg · 8 years ago
  88. e4821e4 Build: Fix three new warnings in HLSL code. by John Kessenich · 8 years ago
  89. 35dcbbe Merge pull request #390 from steve-lunarg/samplers by John Kessenich · 8 years ago
  90. 4016e38 Build: Switch to Rev. 6 of headers, removing "BadValue" enum stuff. by John Kessenich · 8 years ago
  91. a2b7991 HLSL: Add SampleBias and SampleGrad, and associated tests by LoopDawg · 8 years ago
  92. efb89a3 Merge pull request #392 from antiagainst/order by John Kessenich · 8 years ago
  93. b1165f4 Reorder fields to avoid compiler initialization order error. by Lei Zhang · 8 years ago
  94. 51e74b1 Merge pull request #385 from steve-lunarg/inout-qualifiers by John Kessenich · 8 years ago
  95. 83f05a0 Merge pull request #387 from steve-lunarg/samplers by John Kessenich · 8 years ago
  96. 92aff54 HLSL: add offset Sample() form and arrayed texture support by LoopDawg · 8 years ago
  97. 9249c70 HLSL: add in/out/inout qualifiers. by LoopDawg · 8 years ago
  98. f02bea2 Merge pull request #380 from steve-lunarg/samplers by John Kessenich · 8 years ago
  99. 4886f69 HLSL: Sampler/texture declarations, method syntax, partial Sample method by LoopDawg · 8 years ago
  100. d8509b3 Front-end: Implement compile-time constant folding for any() and all(). by John Kessenich · 8 years ago