1. fa2d018 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  2. 04db3f5 Fix issues from review comments and those relevant to texelFetch by Rex Xu · 9 years ago
  3. 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
  4. ef0118b Update the Todo.txt file with recent AEP, 3.1, and textureQuery progress. by John Kessenich · 9 years ago
  5. 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
  6. 7355eeb SPV legacy texturing: Smear result of Op*Dref* up to a vector to match by John Kessenich · 9 years ago
  7. e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
  8. 5f5b205 Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations. by John Kessenich · 9 years ago
  9. 30f9258 Merge master branch from upstream by Rex Xu · 9 years ago
  10. 88fa964 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  11. fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
  12. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  13. 9312269 Front-end Arrays of arrays: Add ES-specific checks and tests. AoA should be quite close to done now. by John Kessenich · 9 years ago
  14. a06bd52 SPV: Correct generation of transparent offsets for implicitly assigned offsets. by John Kessenich · 9 years ago
  15. 42323e4 Merge pull request #1 from KhronosGroup/master by Rex Xu · 9 years ago
  16. 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
  17. 874b1f8 Add test results for merge pull request #69. by John Kessenich · 9 years ago
  18. 7980781 README: Update testing section. by John Kessenich · 9 years ago
  19. 0487d55 Merge pull request #69 from jekstrand/texel-fetch by John Kessenich · 9 years ago
  20. 358dd56 Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides. by John Kessenich · 9 years ago
  21. d2386d0 Merge pull request #68 from jekstrand/stride-decorations by John Kessenich · 9 years ago
  22. 023f7e0 Merge pull request #66 from chadversary/cmake-dont-override-install-prefix by John Kessenich · 9 years ago
  23. 68e1c45 Merge pull request #60 from xorgy/no-define-defined by John Kessenich · 9 years ago
  24. ebb7bf3 Remove executables from the source tree. This addresses issue #48. by John Kessenich · 9 years ago
  25. fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
  26. d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
  27. 0c81156 SPIRV: Fix a comment issue by Rex Xu · 9 years ago
  28. 18b9fbd SPIRV: Add support for texelFetch by Jason Ekstrand · 9 years ago
  29. 54aedf1 SPIRV: Decorate matrices and arrays with their strides by Jason Ekstrand · 9 years ago
  30. 4cbf748 cmake: Don't override CMAKE_INSTALL_PREFIX by Chad Versace · 9 years ago
  31. c8b2e36 Implement GL_KHR_blend_equation_advanced. by John Kessenich · 9 years ago
  32. 7d3b73b 'defined' cannot be used as a macro name in #define or #undef. by Aaron Hamilton · 9 years ago
  33. d6c37b1 GL_OES_shader_multisample_interpolation: Include scalar swizzles as valid for interpolateAt*. by John Kessenich · 9 years ago
  34. 0fc4338 Implement GL_OES_shader_multisample_interpolation, as well as core desktop versions of it. by John Kessenich · 9 years ago
  35. ba01ebd Link-check fix: Don't include built-in variables in the fragment output ES rule: by John Kessenich · 9 years ago
  36. 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago
  37. fc51d28 Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. by John Kessenich · 9 years ago
  38. a32d8f6 Create last version before moving to pure enums for built-in functions. by John Kessenich · 9 years ago
  39. 8163982 More preparation for pure built-in functions as enums: Add texturing op cracker. by John Kessenich · 9 years ago
  40. ef676b0 Front-end "pure" built-in TOperator: Finish adding full support, but still turned off. by John Kessenich · 9 years ago
  41. e88217b Add more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow/MulExtended/Bit*/Find*, (un)pack4x8/2x32, ftransform. by John Kessenich · 9 years ago
  42. f5b2c06 Turn on the gpu_shader5 of the AEP .tesc test. by John Kessenich · 9 years ago
  43. 156af43 Merge pull request #57 from google/glslang-android by John Kessenich · 9 years ago
  44. 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
  45. fb5ba51 Implement GL_OES_shader_image_atomic. by John Kessenich · 9 years ago
  46. 556ab3a Implement GL_OES_sample_variables. by John Kessenich · 9 years ago
  47. a39159a Implement GL_OES_texture_storage_multisample_2d_array. by John Kessenich · 9 years ago
  48. 2b0a113 Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' argument texelFetch(*MS*,...). by John Kessenich · 9 years ago
  49. dc9eff7 Implement GL_OES_texture_cube_map_array. by John Kessenich · 9 years ago
  50. 302b46a Implement GL_OES_texture_buffer. by John Kessenich · 9 years ago
  51. 3031459 Implement GL_OES_primitive_bounding_box. by John Kessenich · 9 years ago
  52. cee88e3 Whitespace in preprocessor results; trying to eliminate differences. by John Kessenich · 9 years ago
  53. fc9d270 Merge pull request #56 from Psybrus/master by John Kessenich · 9 years ago
  54. c8a96f4 Fixed VS2015 build by Neil Richardson · 9 years ago
  55. f99b7dd Merge pull request #54 from mknejp/master by John Kessenich · 9 years ago
  56. c54ac79 Merge pull request #55 from srk-lunarg/v31_type_fixes by John Kessenich · 9 years ago
  57. 3573f2e Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper. by Steve · 9 years ago
  58. 28f9b1c SPIR-V: Return undefined values from implicit returns instead of dummy by Miro Knejp · 9 years ago
  59. 65c78a0 Array of array: Implement the core functionality: types, constructors, operations. by John Kessenich · 9 years ago
  60. b354835 Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize. by John Kessenich · 9 years ago
  61. 6726ccc Add new SPIR-V 31 files. by John Kessenich · 9 years ago
  62. 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
  63. e24a74c Create last version before going to SPIR-V Revision 31. by John Kessenich · 9 years ago
  64. 3473a4b Merge pull request #53 from google/get-string-name-or-num by John Kessenich · 9 years ago
  65. 3066953 Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52. by John Kessenich · 9 years ago
  66. 8f1684b Merge pull request #52 from baldurk/gcc-warn-fixes by John Kessenich · 9 years ago
  67. 50a40f4 Merge pull request #51 from baldurk/size-t-int-warning-fixes by John Kessenich · 9 years ago
  68. bb63bd5 Create a new method to return string name or number to DRY code. by Lei Zhang · 9 years ago
  69. d7c5ead Compile fixes for gcc -Wall by baldurk · 9 years ago
  70. 36a78b5 Remove unsigned/size_t downcast (warning when building on x64) by baldurk · 9 years ago
  71. 0718e45 Merge pull request #50 from google/remove-unused-code by John Kessenich · 9 years ago
  72. 1ee1f88 Remove unused members from TPpContext. by David Neto · 9 years ago
  73. d618070 Merge pull request #46 from google/include-directive by John Kessenich · 9 years ago
  74. 484bb12 Create a new ppRequireExtensions method for preprocessor. by Lei Zhang · 9 years ago
  75. 61d7d7a Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h. by John Kessenich · 9 years ago
  76. 0da9eaa Version reporting: Restart active use of revision.h, now based on a git tag. by John Kessenich · 9 years ago
  77. e766fac Merge branch 'master' of https://github.com/KhronosGroup/glslang by John Kessenich · 9 years ago
  78. 14dec53 Update Linux binary by John Kessenich · 9 years ago
  79. 1a08b48 Update Window's binary by John Kessenich · 9 years ago
  80. 1eed969 Output wrapping #line directives for included content. by Lei Zhang · 9 years ago
  81. 2b4ebbb Update scanner in TParseContext when changing the input stream. by Lei Zhang · 9 years ago
  82. 9c1280b Use extension framework to enable #include directive. by Lei Zhang · 9 years ago
  83. 7be4b82 Add #include processing to glslang (though turned off by default). by Dejan Mircevski · 9 years ago
  84. 1363fcd Merge pull request #45 from google/source-string-name by John Kessenich · 9 years ago
  85. 1719fb2 Add mechanism for specifying names for source strings. by Lei Zhang · 9 years ago
  86. b9e5424 Non-functional: Slight change to the Google #include implementation to separate it from AEP. by John Kessenich · 9 years ago
  87. d9b89d3 Merge pull request #43 from google/cpp-style-line-directive by John Kessenich · 9 years ago
  88. 54e47cc Use const reference for TSourceLoc in interfaces. by Lei Zhang · 9 years ago
  89. 780a2f4 Use requireExtensions() to check extension and turn on more tests. by Lei Zhang · 9 years ago
  90. 5011fbe Extend the syntax of #line and __FILE__ to support filename strings. by Lei Zhang · 9 years ago
  91. c777fc2 Scanning: 1) rationalize end-of-input everywhere, 2) prevent infinite loop at end-of-input, 3) use positive chars. by John Kessenich · 9 years ago
  92. 91b977e Issue #39: Prevent problem of inserting a zero-length symbol after cascading errors. by John Kessenich · 9 years ago
  93. aead93a Preprocessor: Allow '\' as a token, which gets actual use in #error, but should have no other use. by John Kessenich · 9 years ago
  94. f330f08 Consolidate all token length limits (1024), including one bad one (80) hardcoded on the stack (issue #40, issue #41). by John Kessenich · 9 years ago
  95. 1070e62 Merge pull request #44 from fkaa/osx-const-key-fix by John Kessenich · 9 years ago
  96. 09d16c3 Fix missing const qualifier on TUnorderedMap template type by Felix Kaaman · 9 years ago
  97. 2b3442a Portability: Make previous merge work with MSVS 2012. by John Kessenich · 9 years ago
  98. b159bd5 Merge pull request #38 from google/preprocessing-line-number by John Kessenich · 9 years ago
  99. 79f6451 DoPreprocessing() should consider source string change. by Lei Zhang · 9 years ago
  100. d67e15e Create a new class to keep track of line number in preprocessor. by Lei Zhang · 9 years ago