1. c7d3656 SPV: Use OpLogicalEqual/OpLogicalNotEqual for boolean type comparison. by Rex Xu · 8 years ago
  2. d6abcee Merge pull request #247 from dneto0/no-mutex by John Kessenich · 8 years ago
  3. 10223e8 Remove use of std::mutex in gtest code. by David Neto · 8 years ago
  4. 63b280b Merge pull request #241 from Qining/fix-spec-const-construct-matrix by John Kessenich · 8 years ago
  5. 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
  6. 27e04a0 Fix spec const construtor for matrix and vector by qining · 8 years ago
  7. e1cd410 Merge pull request #232 from Qining/fix-spec-const-bool-to-int-conversion by John Kessenich · 8 years ago
  8. 189b203 Refine the code and address comments by qining · 8 years ago
  9. e24aa5e SpecOp bool->uint/int and uint<->int conversion by qining · 8 years ago
  10. cec24c9 Merge pull request #231 from dneto0/gtests-link-to-hlsl by John Kessenich · 8 years ago
  11. 6f29a1b SPV for OpenGL: Issue #229: don't allow gl_VertexIndex or gl_InstanceIndex under -G. by John Kessenich · 8 years ago
  12. c079210 Unit test executable should link to libHLSL by David Neto · 8 years ago
  13. d995241 Merge pull request #226 from baldurk/warning-fixes by John Kessenich · 8 years ago
  14. 4028916 Fix warning about function parameter shadowing class member variable by baldurk · 8 years ago
  15. 3cb57d3 Fix warning about losing information, use size_t instead of int by baldurk · 8 years ago
  16. 6e620c4 Nonfunctional: Remove stray ';' and fix Google Test sentence in README. by John Kessenich · 8 years ago
  17. 7e3e486 Memory: Don't use pool memory to store the entry point name in the intermediate representation. by John Kessenich · 8 years ago
  18. 78a6b78 Front-end: Get the right set of nodes marked as spec-const. by John Kessenich · 8 years ago
  19. a8d9fab Merge pull request #216 from Qining/fix-non-const-array-size-from-spec-const by John Kessenich · 8 years ago
  20. 75d1d80 add SpecConstantOpModeGuard to GlslangToSpvTraverser::visitSymbol() by qining · 8 years ago
  21. 4088766 Turn on SpecConstantOpMode based on node qualifier by qining · 8 years ago
  22. 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
  23. aa0298b Merge pull request #220 from Qining/fix-built-in-spec-constants by John Kessenich · 8 years ago
  24. 4f4bb81 Built-in values declared as specialization constant by qining · 8 years ago
  25. 1c7e707 Merge branch 'master' into hlsl-frontend by John Kessenich · 8 years ago
  26. 9c2f1c7 Merge branch 'master' of github.com:KhronosGroup/glslang by John Kessenich · 8 years ago
  27. 79845ad Merge pull request #217 from baldurk/vs2010-compile-fixes by John Kessenich · 8 years ago
  28. bb5743e Merge pull request #219 from 1ace/master by John Kessenich · 8 years ago
  29. 6a6d6dd fix spelling mistakes by Eric Engestrom · 8 years ago
  30. f0bcb0a Comment: fix comment from gtest check in. by John Kessenich · 8 years ago
  31. bd9f835 Specify explicit return type on lambda function by baldurk · 8 years ago
  32. 0dfbe3f Change {parameter} lists into explicit std::vector temporaries by baldurk · 8 years ago
  33. a42533e Merge pull request #190 from antiagainst/gtest by John Kessenich · 8 years ago
  34. af59197 Merge pull request #214 from amdrexu/bugfix by John Kessenich · 8 years ago
  35. 3dad506 Merge pull request #215 from Qining/spec-constants-operations by John Kessenich · 8 years ago
  36. 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
  37. 414eb60 Link in Google Test framework. by Lei Zhang · 9 years ago
  38. 1354520 Spec Constant Operations by qining · 8 years ago
  39. cb0e471 Parser: Update array size of gl_ClipDistance/gl_CullDistance in gl_in[]. by Rex Xu · 8 years ago
  40. c3869fe Merge pull request #211 from Qining/spec-constants-composite by John Kessenich · 8 years ago
  41. 0840838 Support specialization composite constants by qining · 8 years ago
  42. 28001b1 Merge pull request #212 from amdrexu/bugfix by John Kessenich · 8 years ago
  43. 4e8bf59 Parser: Fix a build issue (VS2012). by Rex Xu · 8 years ago
  44. 5ace09a Merge pull request #210 from AWoloszyn/fix-compilation by John Kessenich · 8 years ago
  45. 272afd2 Fixed compilation issue introduced by my last commit by Andrew Woloszyn · 8 years ago
  46. 56368b6 Merge pull request #198 from AWoloszyn/update-includer by John Kessenich · 8 years ago
  47. ddb65a4 Front-end: Propagate spec-constness up through aggregate constructors. by John Kessenich · 8 years ago
  48. a132af5 Updated the includer interface to allow relative includes. by Andrew Woloszyn · 9 years ago
  49. 6d2b07d Front-end: propagate specialization-constness through conversions and swizzles. by John Kessenich · 8 years ago
  50. a584576 Front-end: Add specialization-constant subtrees for const variables/symbols. by John Kessenich · 8 years ago
  51. 7cc0e28 Front-end infrastructure: Encapsulate semantic-level questions/actions about const/temp. by John Kessenich · 8 years ago
  52. 952543e Front-end infrastructure: simplify and localize creating symbol nodes, reducing replication. by John Kessenich · 8 years ago
  53. 2cc221a Merge pull request #209 from amdrexu/bugfix by John Kessenich · 8 years ago
  54. 644c210 Parser: Type promotion for operator modulus(%) is missing. by Rex Xu · 8 years ago
  55. b1dece2 Merge pull request #203 from dneto0/wip-mingw by John Kessenich · 8 years ago
  56. ed5fd5d Support compilation via MinGW by David Neto · 9 years ago
  57. 2de792c Merge pull request #204 from amdrexu/bugfix by John Kessenich · 8 years ago
  58. d715adc SPV: Implement boolean selection for mix(). by Rex Xu · 8 years ago
  59. aecd497 HLSL: Abstract accepting an identifier. by John Kessenich · 8 years ago
  60. 078d7f2 HLSL: Simplify appearances a bit to make easier to read. by John Kessenich · 8 years ago
  61. 5f934b0 HLSL: Accept basic funtion definitions. (Not yet mapping input/output for entry point.) by John Kessenich · 8 years ago
  62. 48882ef HLSL: Get correct set of reserved words. by John Kessenich · 8 years ago
  63. d016be1 HLSL: Hook up constructor expressions through the AST. by John Kessenich · 8 years ago
  64. 87142c7 HLSL: Add basic declaration syntax and AST generation. by John Kessenich · 8 years ago
  65. e01a9bc HLSL: Plumb in HLSL parse context and keywords, and most basic HLSL parser and test. by John Kessenich · 8 years ago
  66. b3dc3ac Refactor TParseContext into 3 level inheritance. by John Kessenich · 8 years ago
  67. 66e2faf Support multiple source languages, adding HLSL as an option. by John Kessenich · 8 years ago
  68. 4d65ee3 Generalize "main" to a settable entry point name. by John Kessenich · 8 years ago
  69. 6cc7674 Merge pull request #199 from dekimir/test-dead-decors by John Kessenich · 8 years ago
  70. 2677d91 Test dead-decoration removal. by Dejan Mircevski · 8 years ago
  71. 5639f3a Merge pull request #195 from Qining/remove-decoration-on-undef-IDs by John Kessenich · 8 years ago
  72. 95aa527 Change to traditional 'for' loop by qining · 8 years ago
  73. 663cbcd Merge pull request #194 from google/if-macro by John Kessenich · 8 years ago
  74. da39733 Remove decoration of undefined IDs by qining · 8 years ago
  75. 24e4bc9 Fix array out of bounds bug in processing if-else-endif macros. by Lei Zhang · 8 years ago
  76. f7497e2 SPV: Issue #180: push_constants don't have descriptor sets. by John Kessenich · 9 years ago
  77. 2107c76 Merge pull request #192 from Qining/enable-adding-multiviewport-capability by John Kessenich · 9 years ago
  78. be4f52a Run regression tests, update spv.420.geom.out so capability MultiViewport is declared by qining · 9 years ago
  79. 3d7b89a Enable adding capability: MultiViewport by qining · 9 years ago
  80. 3c5b1e6 Merge pull request #168 from amdrexu/feature2 by John Kessenich · 9 years ago
  81. 1250c9e Merge pull request #165 from amdrexu/feature by John Kessenich · 9 years ago
  82. 84ecb41 Infrastructure: Tweak CMake for 31c294cea86ae0115820f2a02c5a33cfca662a26, removal of bison. by John Kessenich · 9 years ago
  83. 31c294c Merge pull request #122 from baldurk/remove-bison-binary by John Kessenich · 9 years ago
  84. f2d8a5c SPV: Use heuristic to avoid geometry multi-streams when possible. by John Kessenich · 9 years ago
  85. 2ac71df Merge pull request #187 from amdrexu/bugfix by John Kessenich · 9 years ago
  86. be0fa3c Merge pull request #188 from bsalomon/master by John Kessenich · 9 years ago
  87. 5dc8a76 Fix line endings in Test/100.conf. by Brian Salomon · 9 years ago
  88. b4fd8d1 SPV: Continue to fix the issue of bool -> uint32 by Rex Xu · 9 years ago
  89. 8e3f4c2 Syntax: correct spelling of rgb10_a2ui. by John Kessenich · 9 years ago
  90. 395b7dd Remove custom command for bison, it fails if bison is not found by baldurk · 9 years ago
  91. 530690e Commit bison-generated files from Windows GNU Bison 2.7 by baldurk · 9 years ago
  92. ac13240 Add a note to README.md about how to build the bison grammar by baldurk · 9 years ago
  93. 768fb8b Remove bison binaries see issue #103 by baldurk · 9 years ago
  94. 32fb11d Merge pull request #173 from amdrexu/bugfix by John Kessenich · 9 years ago
  95. 52d0859 Merge pull request #175 from rdb/master by John Kessenich · 9 years ago
  96. ced70f4 Merge pull request #178 from baldurk/minor-warning-fix by John Kessenich · 9 years ago
  97. 1be2ffa GCC/Clang warning fix - unsigned/signed mismatch in comparison by baldurk · 9 years ago
  98. 9cc6cd3 GCC warning fix - unhandled enums in switch statement by baldurk · 9 years ago
  99. 227e026 MSVC warning fix - conversion from size_t to int, possible loss of data by baldurk · 9 years ago
  100. 5184353 Merge pull request #174 from mgadams/alias_proto_warnings by John Kessenich · 9 years ago