1. 25262b3 Resolve comments by qining · 8 years ago
  2. 015150e Removed the redundant functionalities in the assignee checking traverser by qining · 8 years ago
  3. 1a0d93f Fix the test of precise output function parameter by qining · 8 years ago
  4. 9220dbb Precise and noContraction propagation by qining · 8 years ago
  5. d3d3ce7 Comments only. by John Kessenich · 8 years ago
  6. 3bdf242 README: Editorial update. by John Kessenich · 8 years ago
  7. 91cef52 SPV: Non-functional: modularize createInvocationsOperation() from the previous commit. by John Kessenich · 8 years ago
  8. 213d4be Merge branch 'amdrexu-feature2' by John Kessenich · 8 years ago
  9. baa9fa5 Merge branch 'feature2' of https://github.com/amdrexu/glslang into amdrexu-feature2 by John Kessenich · 8 years ago
  10. e2d06db Merge pull request #268 from AWoloszyn/update-cmake by John Kessenich · 8 years ago
  11. 5cc344d Front-End: precise: capture noContraction on output parameter declarations. by John Kessenich · 8 years ago
  12. 076879d Merge pull request #266 from dekimir/kfixstoll by John Kessenich · 8 years ago
  13. 0b887d0 Install the test executable alongside glslangValidator by Andrew Woloszyn · 8 years ago
  14. db0eaf9 Updated cmake to better organize folders and options. by Andrew Woloszyn · 8 years ago
  15. 0a0db9e Merge branch 'amdrexu-feature' by John Kessenich · 8 years ago
  16. c8a5676 Merge branch 'feature' of https://github.com/amdrexu/glslang into amdrexu-feature by John Kessenich · 8 years ago
  17. a25352e Use strtoll, as stoll is unavailable on Android. by Dejan Mircevski · 8 years ago
  18. 6dea76a Merge pull request #257 from antiagainst/ostrstream by John Kessenich · 8 years ago
  19. 0542ac8 Merge pull request #261 from antiagainst/make-tests-clear by John Kessenich · 8 years ago
  20. d7b552a Improve README steps for building and testing glslang. by Lei Zhang · 8 years ago
  21. f5e33b0 Explain organization and build steps for source code and tests. by Lei Zhang · 8 years ago
  22. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 8 years ago
  23. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 8 years ago
  24. 338b185 Implement the extension GL_ARB_shader_group_vote. by Rex Xu · 8 years ago
  25. 574ab04 Implement the extension GL_ARB_shader_ballot by Rex Xu · 8 years ago
  26. 97f4e0f Merge pull request #263 from antiagainst/cmake-minimum-required by John Kessenich · 8 years ago
  27. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 8 years ago
  28. 3c1e080 Front-end precise: Propagate noContraction up the AST when dereferencing structs. by John Kessenich · 8 years ago
  29. 17f0786 Parser: Precise: Recognize 'precise', tag types, and do related semantic checking. by John Kessenich · 8 years ago
  30. 758bb55 Bison: Non-functional: Move to revision 3.0.4. by John Kessenich · 8 years ago
  31. 952c2a0 Merge pull request #262 from antiagainst/remove-obselete-src by John Kessenich · 8 years ago
  32. d145f85 Remove the obselete and incorrect LinusDoAll.bash. by Lei Zhang · 8 years ago
  33. a655569 Merge pull request #260 from antiagainst/cmake-version by John Kessenich · 8 years ago
  34. 045e02a Bump minimum required CMake version to 2.8.12. by Lei Zhang · 8 years ago
  35. 52e1db8 Merge pull request #258 from antiagainst/travis by John Kessenich · 8 years ago
  36. c4ebb55 Add configuration for Travis to test on Linux and Mac OS X. by Lei Zhang · 8 years ago
  37. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 years ago
  38. 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 8 years ago
  39. e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 8 years ago
  40. af45921 Correct precision qualification on built-in functions. by John Kessenich · 8 years ago
  41. f88a5c7 Merge pull request #256 from DavidYen/missing_license by John Kessenich · 8 years ago
  42. f67f912 Removed unused files SetupLinux.sh, index.php. by David Yen · 8 years ago
  43. 19f3f47 Merge pull request #248 from amdrexu/feature2 by John Kessenich · 8 years ago
  44. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 8 years ago
  45. 0042244 Added missing headers to SetupLinux.sh and index.php. by David Yen · 8 years ago
  46. 010e93f Merge pull request #228 from Qining/fix-infinite-loop-due-to-eof-missing by John Kessenich · 8 years ago
  47. 94a89d5 add .err file for eof_missing test by qining · 8 years ago
  48. 19647a3 Fix the infinite loop when an input file lacks EOF by qining · 8 years ago
  49. ba00f67 Merge pull request #251 from amdrexu/bugfix by John Kessenich · 8 years ago
  50. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 8 years ago
  51. d6abcee Merge pull request #247 from dneto0/no-mutex by John Kessenich · 8 years ago
  52. 10223e8 Remove use of std::mutex in gtest code. by David Neto · 8 years ago
  53. 63b280b Merge pull request #241 from Qining/fix-spec-const-construct-matrix by John Kessenich · 8 years ago
  54. 1f2820a fix the problem that spec constant composite instruction being used when only front-end constants are used in the constructor by qining · 8 years ago
  55. 27e04a0 Fix spec const construtor for matrix and vector by qining · 8 years ago
  56. e1cd410 Merge pull request #232 from Qining/fix-spec-const-bool-to-int-conversion by John Kessenich · 8 years ago
  57. 189b203 Refine the code and address comments by qining · 8 years ago
  58. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 8 years ago
  59. cec24c9 Merge pull request #231 from dneto0/gtests-link-to-hlsl by John Kessenich · 8 years ago
  60. 6f29a1b SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G. by John Kessenich · 8 years ago
  61. c079210 Unit test executable should link to libHLSL by David Neto · 8 years ago
  62. d995241 Merge pull request #226 from baldurk/warning-fixes by John Kessenich · 8 years ago
  63. 4028916 Fix warning about function parameter shadowing class member variable by baldurk · 8 years ago
  64. 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 8 years ago
  65. 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 8 years ago
  66. 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 8 years ago
  67. 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 8 years ago
  68. a8d9fab Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const by John Kessenich · 8 years ago
  69. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 8 years ago
  70. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 8 years ago
  71. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 8 years ago
  72. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 8 years ago
  73. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  74. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  75. 9c2f1c7 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 8 years ago
  76. 79845ad Merge pull request #217 from baldurk/vs2010-compile-fixes by John Kessenich · 8 years ago
  77. bb5743e Merge pull request #219 from 1ace/master by John Kessenich · 8 years ago
  78. 6a6d6dd fix spelling mistakes by Eric Engestrom · 8 years ago
  79. f0bcb0a Comment: fix comment from gtest check in. by John Kessenich · 8 years ago
  80. bd9f835 Specify explicit return type on lambda function by baldurk · 8 years ago
  81. 0dfbe3f Change {parameter} lists into explicit std::vector temporaries by baldurk · 8 years ago
  82. a42533e Merge pull request #190 from antiagainst/gtest by John Kessenich · 8 years ago
  83. af59197 Merge pull request #214 from amdrexu/bugfix by John Kessenich · 8 years ago
  84. 3dad506 Merge pull request #215 from Qining/spec-constants-operations by John Kessenich · 8 years ago
  85. 5c61d8e fix format; remove unnecessary parameters; rename some spec op mode guard class; remove support of float point comparison and composite type comparison; update the tests. by qining · 8 years ago
  86. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  87. 1354520 Spec Constant Operations by qining · 8 years ago
  88. cb0e471 Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[]. by Rex Xu · 8 years ago
  89. c3869fe Merge pull request #211 from Qining/spec-constants-composite by John Kessenich · 8 years ago
  90. 0840838 Support specialization composite constants by qining · 8 years ago
  91. 28001b1 Merge pull request #212 from amdrexu/bugfix by John Kessenich · 8 years ago
  92. 4e8bf59 Parser: Fix a build issue (VS2012). by Rex Xu · 8 years ago
  93. 5ace09a Merge pull request #210 from AWoloszyn/fix-compilation by John Kessenich · 8 years ago
  94. 272afd2 Fixed compilation issue introduced by my last commit by Andrew Woloszyn · 8 years ago
  95. 56368b6 Merge pull request #198 from AWoloszyn/update-includer by John Kessenich · 8 years ago
  96. ddb65a4 Front-end: Propagate spec-constness up through aggregate constructors. by John Kessenich · 8 years ago
  97. a132af5 Updated the includer interface to allow relative includes. by Andrew Woloszyn · 9 years ago
  98. 6d2b07d Front-end: propagate specialization-constness through conversions and swizzles. by John Kessenich · 8 years ago
  99. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  100. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago