1. 17535f7 Create a new logger class for all messages w.r.t. SPIR-V build. by Lei Zhang · 8 years ago
  2. 09caf12 Avoid printing to stdout directly in library functions. by Lei Zhang · 8 years ago
  3. 97f4e0f Merge pull request #263 from antiagainst/cmake-minimum-required by John Kessenich · 8 years ago
  4. 3f46053 Remove duplicated cmake_minimum_required() calls. by Lei Zhang · 8 years ago
  5. 3c1e080 Front-end precise: Propagate noContraction up the AST when dereferencing structs. by John Kessenich · 8 years ago
  6. 17f0786 Parser: Precise: Recognize 'precise', tag types, and do related semantic checking. by John Kessenich · 8 years ago
  7. 758bb55 Bison: Non-functional: Move to revision 3.0.4. by John Kessenich · 8 years ago
  8. 952c2a0 Merge pull request #262 from antiagainst/remove-obselete-src by John Kessenich · 8 years ago
  9. d145f85 Remove the obselete and incorrect LinusDoAll.bash. by Lei Zhang · 8 years ago
  10. a655569 Merge pull request #260 from antiagainst/cmake-version by John Kessenich · 8 years ago
  11. 045e02a Bump minimum required CMake version to 2.8.12. by Lei Zhang · 8 years ago
  12. 52e1db8 Merge pull request #258 from antiagainst/travis by John Kessenich · 8 years ago
  13. c4ebb55 Add configuration for Travis to test on Linux and Mac OS X. by Lei Zhang · 8 years ago
  14. 34fb036 HLSL: Add (almost) full expression grammar: Binary, unary (pre/post-fix), assign, ... by John Kessenich · 8 years ago
  15. 9c86c6a HLSL: Separate out token stream handling from grammar recognition. by John Kessenich · 8 years ago
  16. e512cd9 Vulkan: Add the #define VULKAN 100 when compiled for Vulkan. by John Kessenich · 8 years ago
  17. af45921 Correct precision qualification on built-in functions. by John Kessenich · 8 years ago
  18. f88a5c7 Merge pull request #256 from DavidYen/missing_license by John Kessenich · 8 years ago
  19. f67f912 Removed unused files SetupLinux.sh, index.php. by David Yen · 8 years ago
  20. 19f3f47 Merge pull request #248 from amdrexu/feature2 by John Kessenich · 8 years ago
  21. 8ff43de Implement the extension GL_ARB_gpu_shader_int64 by Rex Xu · 8 years ago
  22. 0042244 Added missing headers to SetupLinux.sh and index.php. by David Yen · 8 years ago
  23. 010e93f Merge pull request #228 from Qining/fix-infinite-loop-due-to-eof-missing by John Kessenich · 8 years ago
  24. 94a89d5 add .err file for eof_missing test by qining · 8 years ago
  25. 19647a3 Fix the infinite loop when an input file lacks EOF by qining · 9 years ago
  26. ba00f67 Merge pull request #251 from amdrexu/bugfix by John Kessenich · 8 years ago
  27. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 8 years ago
  28. d6abcee Merge pull request #247 from dneto0/no-mutex by John Kessenich · 8 years ago
  29. 10223e8 Remove use of std::mutex in gtest code. by David Neto · 8 years ago
  30. 63b280b Merge pull request #241 from Qining/fix-spec-const-construct-matrix by John Kessenich · 8 years ago
  31. 1f2820a fix the problem that spec constant composite instruction being used when only front-end constants are used in the constructor by qining · 9 years ago
  32. 27e04a0 Fix spec const construtor for matrix and vector by qining · 9 years ago
  33. e1cd410 Merge pull request #232 from Qining/fix-spec-const-bool-to-int-conversion by John Kessenich · 9 years ago
  34. 189b203 Refine the code and address comments by qining · 9 years ago
  35. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 9 years ago
  36. cec24c9 Merge pull request #231 from dneto0/gtests-link-to-hlsl by John Kessenich · 9 years ago
  37. 6f29a1b SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G. by John Kessenich · 9 years ago
  38. c079210 Unit test executable should link to libHLSL by David Neto · 9 years ago
  39. d995241 Merge pull request #226 from baldurk/warning-fixes by John Kessenich · 9 years ago
  40. 4028916 Fix warning about function parameter shadowing class member variable by baldurk · 9 years ago
  41. 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 9 years ago
  42. 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 9 years ago
  43. 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 9 years ago
  44. 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 9 years ago
  45. a8d9fab Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const by John Kessenich · 9 years ago
  46. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 9 years ago
  47. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 9 years ago
  48. 4c91261 fix the wrong generated code when a non-constant array is declared with its size derived from spec constant operations by qining · 9 years ago
  49. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 9 years ago
  50. 4f4bb81 Built-in values declared as specialization constant by qining · 9 years ago
  51. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 9 years ago
  52. 9c2f1c7 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 9 years ago
  53. 79845ad Merge pull request #217 from baldurk/vs2010-compile-fixes by John Kessenich · 9 years ago
  54. bb5743e Merge pull request #219 from 1ace/master by John Kessenich · 9 years ago
  55. 6a6d6dd fix spelling mistakes by Eric Engestrom · 9 years ago
  56. f0bcb0a Comment: fix comment from gtest check in. by John Kessenich · 9 years ago
  57. bd9f835 Specify explicit return type on lambda function by baldurk · 9 years ago
  58. 0dfbe3f Change {parameter} lists into explicit std::vector temporaries by baldurk · 9 years ago
  59. a42533e Merge pull request #190 from antiagainst/gtest by John Kessenich · 9 years ago
  60. af59197 Merge pull request #214 from amdrexu/bugfix by John Kessenich · 9 years ago
  61. 3dad506 Merge pull request #215 from Qining/spec-constants-operations by John Kessenich · 9 years ago
  62. 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 · 9 years ago
  63. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  64. 1354520 Spec Constant Operations by qining · 9 years ago
  65. cb0e471 Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[]. by Rex Xu · 9 years ago
  66. c3869fe Merge pull request #211 from Qining/spec-constants-composite by John Kessenich · 9 years ago
  67. 0840838 Support specialization composite constants by qining · 9 years ago
  68. 28001b1 Merge pull request #212 from amdrexu/bugfix by John Kessenich · 9 years ago
  69. 4e8bf59 Parser: Fix a build issue (VS2012). by Rex Xu · 9 years ago
  70. 5ace09a Merge pull request #210 from AWoloszyn/fix-compilation by John Kessenich · 9 years ago
  71. 272afd2 Fixed compilation issue introduced by my last commit by Andrew Woloszyn · 9 years ago
  72. 56368b6 Merge pull request #198 from AWoloszyn/update-includer by John Kessenich · 9 years ago
  73. ddb65a4 Front-end: Propagate spec-constness up through aggregate constructors. by John Kessenich · 9 years ago
  74. a132af5 Updated the includer interface to allow relative includes. by Andrew Woloszyn · 9 years ago
  75. 6d2b07d Front-end: propagate specialization-constness through conversions and swizzles. by John Kessenich · 9 years ago
  76. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 9 years ago
  77. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 9 years ago
  78. 952543e Front-end infrastructure: simplify and localize creating symbol nodes, reducing replication. by John Kessenich · 9 years ago
  79. 2cc221a Merge pull request #209 from amdrexu/bugfix by John Kessenich · 9 years ago
  80. 644c210 Parser: Type promotion for operator modulus(%) is missing. by Rex Xu · 9 years ago
  81. b1dece2 Merge pull request #203 from dneto0/wip-mingw by John Kessenich · 9 years ago
  82. ed5fd5d Support compilation via MinGW by David Neto · 9 years ago
  83. 2de792c Merge pull request #204 from amdrexu/bugfix by John Kessenich · 9 years ago
  84. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 9 years ago
  85. aecd497 HLSL: Abstract accepting an identifier. by John Kessenich · 9 years ago
  86. 078d7f2 HLSL: Simplify appearances a bit to make easier to read. by John Kessenich · 9 years ago
  87. 5f934b0 HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.) by John Kessenich · 9 years ago
  88. 48882ef HLSL: Get correct set of reserved words. by John Kessenich · 9 years ago
  89. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 9 years ago
  90. 87142c7 HLSL: Add basic declaration syntax and AST generation. by John Kessenich · 9 years ago
  91. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 9 years ago
  92. b3dc3ac Refactor TParseContext into 3 level inheritance. by John Kessenich · 9 years ago
  93. 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 9 years ago
  94. 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 9 years ago
  95. 6cc7674 Merge pull request #199 from dekimir/test-dead-decors by John Kessenich · 9 years ago
  96. 2677d91 Test dead-decoration removal. by Dejan Mircevski · 9 years ago
  97. 5639f3a Merge pull request #195 from Qining/remove-decoration-on-undef-IDs by John Kessenich · 9 years ago
  98. 95aa527 Change to traditional 'for' loop by qining · 9 years ago
  99. 663cbcd Merge pull request #194 from google/if-macro by John Kessenich · 9 years ago
  100. da39733 Remove decoration of undefined IDs by qining · 9 years ago