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