1. fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
  2. d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
  3. 0c81156 SPIRV: Fix a comment issue by Rex Xu · 9 years ago
  4. c8b2e36 Implement GL_KHR_blend_equation_advanced. by John Kessenich · 9 years ago
  5. d6c37b1 GL_OES_shader_multisample_interpolation: Include scalar swizzles as valid for interpolateAt*. by John Kessenich · 9 years ago
  6. 0fc4338 Implement GL_OES_shader_multisample_interpolation, as well as core desktop versions of it. by John Kessenich · 9 years ago
  7. ba01ebd Link-check fix: Don't include built-in variables in the fragment output ES rule: by John Kessenich · 9 years ago
  8. 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago
  9. fc51d28 Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. by John Kessenich · 9 years ago
  10. a32d8f6 Create last version before moving to pure enums for built-in functions. by John Kessenich · 9 years ago
  11. 8163982 More preparation for pure built-in functions as enums: Add texturing op cracker. by John Kessenich · 9 years ago
  12. ef676b0 Front-end "pure" built-in TOperator: Finish adding full support, but still turned off. by John Kessenich · 9 years ago
  13. e88217b Add more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow/MulExtended/Bit*/Find*, (un)pack4x8/2x32, ftransform. by John Kessenich · 9 years ago
  14. f5b2c06 Turn on the gpu_shader5 of the AEP .tesc test. by John Kessenich · 9 years ago
  15. 156af43 Merge pull request #57 from google/glslang-android by John Kessenich · 9 years ago
  16. 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
  17. fb5ba51 Implement GL_OES_shader_image_atomic. by John Kessenich · 9 years ago
  18. 556ab3a Implement GL_OES_sample_variables. by John Kessenich · 9 years ago
  19. a39159a Implement GL_OES_texture_storage_multisample_2d_array. by John Kessenich · 9 years ago
  20. 2b0a113 Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' argument texelFetch(*MS*,...). by John Kessenich · 9 years ago
  21. dc9eff7 Implement GL_OES_texture_cube_map_array. by John Kessenich · 9 years ago
  22. 302b46a Implement GL_OES_texture_buffer. by John Kessenich · 9 years ago
  23. 3031459 Implement GL_OES_primitive_bounding_box. by John Kessenich · 9 years ago
  24. cee88e3 Whitespace in preprocessor results; trying to eliminate differences. by John Kessenich · 9 years ago
  25. fc9d270 Merge pull request #56 from Psybrus/master by John Kessenich · 9 years ago
  26. c8a96f4 Fixed VS2015 build by Neil Richardson · 9 years ago
  27. f99b7dd Merge pull request #54 from mknejp/master by John Kessenich · 9 years ago
  28. c54ac79 Merge pull request #55 from srk-lunarg/v31_type_fixes by John Kessenich · 9 years ago
  29. 3573f2e Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper. by Steve · 9 years ago
  30. 28f9b1c SPIR-V: Return undefined values from implicit returns instead of dummy by Miro Knejp · 9 years ago
  31. 65c78a0 Array of array: Implement the core functionality: types, constructors, operations. by John Kessenich · 9 years ago
  32. b354835 Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize. by John Kessenich · 9 years ago
  33. 6726ccc Add new SPIR-V 31 files. by John Kessenich · 9 years ago
  34. 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
  35. e24a74c Create last version before going to SPIR-V Revision 31. by John Kessenich · 9 years ago
  36. 3473a4b Merge pull request #53 from google/get-string-name-or-num by John Kessenich · 9 years ago
  37. 3066953 Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52. by John Kessenich · 9 years ago
  38. 8f1684b Merge pull request #52 from baldurk/gcc-warn-fixes by John Kessenich · 9 years ago
  39. 50a40f4 Merge pull request #51 from baldurk/size-t-int-warning-fixes by John Kessenich · 9 years ago
  40. bb63bd5 Create a new method to return string name or number to DRY code. by Lei Zhang · 9 years ago
  41. d7c5ead Compile fixes for gcc -Wall by baldurk · 9 years ago
  42. 36a78b5 Remove unsigned/size_t downcast (warning when building on x64) by baldurk · 9 years ago
  43. 0718e45 Merge pull request #50 from google/remove-unused-code by John Kessenich · 9 years ago
  44. 1ee1f88 Remove unused members from TPpContext. by David Neto · 9 years ago
  45. d618070 Merge pull request #46 from google/include-directive by John Kessenich · 9 years ago
  46. 484bb12 Create a new ppRequireExtensions method for preprocessor. by Lei Zhang · 9 years ago
  47. 61d7d7a Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h. by John Kessenich · 9 years ago
  48. 0da9eaa Version reporting: Restart active use of revision.h, now based on a git tag. by John Kessenich · 9 years ago
  49. e766fac Merge branch 'master' of https://github.com/KhronosGroup/glslang by John Kessenich · 9 years ago
  50. 14dec53 Update Linux binary by John Kessenich · 9 years ago
  51. 1a08b48 Update Window's binary by John Kessenich · 9 years ago
  52. 1eed969 Output wrapping #line directives for included content. by Lei Zhang · 9 years ago
  53. 2b4ebbb Update scanner in TParseContext when changing the input stream. by Lei Zhang · 9 years ago
  54. 9c1280b Use extension framework to enable #include directive. by Lei Zhang · 9 years ago
  55. 7be4b82 Add #include processing to glslang (though turned off by default). by Dejan Mircevski · 9 years ago
  56. 1363fcd Merge pull request #45 from google/source-string-name by John Kessenich · 9 years ago
  57. 1719fb2 Add mechanism for specifying names for source strings. by Lei Zhang · 9 years ago
  58. b9e5424 Non-functional: Slight change to the Google #include implementation to separate it from AEP. by John Kessenich · 9 years ago
  59. d9b89d3 Merge pull request #43 from google/cpp-style-line-directive by John Kessenich · 9 years ago
  60. 54e47cc Use const reference for TSourceLoc in interfaces. by Lei Zhang · 9 years ago
  61. 780a2f4 Use requireExtensions() to check extension and turn on more tests. by Lei Zhang · 9 years ago
  62. 5011fbe Extend the syntax of #line and __FILE__ to support filename strings. by Lei Zhang · 9 years ago
  63. 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
  64. 91b977e Issue #39: Prevent problem of inserting a zero-length symbol after cascading errors. by John Kessenich · 9 years ago
  65. aead93a Preprocessor: Allow '\' as a token, which gets actual use in #error, but should have no other use. by John Kessenich · 9 years ago
  66. 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
  67. 1070e62 Merge pull request #44 from fkaa/osx-const-key-fix by John Kessenich · 9 years ago
  68. 09d16c3 Fix missing const qualifier on TUnorderedMap template type by Felix Kaaman · 9 years ago
  69. 2b3442a Portability: Make previous merge work with MSVS 2012. by John Kessenich · 9 years ago
  70. b159bd5 Merge pull request #38 from google/preprocessing-line-number by John Kessenich · 9 years ago
  71. 79f6451 DoPreprocessing() should consider source string change. by Lei Zhang · 9 years ago
  72. d67e15e Create a new class to keep track of line number in preprocessor. by Lei Zhang · 9 years ago
  73. 62aa5bd AST -> SPV testing: Update test for using new TbdFunctionality() that is non-fatal and uniquifies printed TBDs. by John Kessenich · 9 years ago
  74. 426394d AST -> SPV: Add basic atomic_uint and atomic*() built-in function functionality. by John Kessenich · 9 years ago
  75. 917ec4a Front-end atomics: Finish adding atomic built-in functions (non-image) into the AST. by John Kessenich · 9 years ago
  76. d1a6846 Todo.txt: Added key, including notation for who's working on something. by John Kessenich · 9 years ago
  77. 7ed16ef Update Todo.txt. by John Kessenich · 9 years ago
  78. c040e76 Portability: Remove unneeded "= default" to work with older compilers. by John Kessenich · 9 years ago
  79. 96d8042 Merge pull request #31 from google/explicit-extension-directive by John Kessenich · 9 years ago
  80. 12a3833 Issue 32: Guard against constructors consuming unsized arrays. by John Kessenich · 9 years ago
  81. f498400 Merge pull request #33 from google/spv-builder-loop-ctor-inits-all-members by John Kessenich · 9 years ago
  82. 3e6a33c spv::Builder::Loop constructor inits all members. by David Neto · 9 years ago
  83. 8ba301c Issue #28: Correctly handle a single input argument conversion when the input argument is an aggregate. by John Kessenich · 9 years ago
  84. 1d2996d Only output explicit extension directives in preprocessing. by Lei Zhang · 9 years ago
  85. efb8461 Issue #26: Detect empty array constructors, require at least on operand. by John Kessenich · 9 years ago
  86. 2224570 g++: Fix compilation issue with templates in g++. by John Kessenich · 9 years ago
  87. 1056110 Perf: Put in a portable std::hash that works with the pool. This turns on the 10-15% perf gain. by John Kessenich · 9 years ago
  88. 96f4911 SPV: Make previous commit compile with MSVC 2012. by John Kessenich · 9 years ago
  89. 37e8337 Merge pull request #22 from google/structured-do-while by John Kessenich · 9 years ago
  90. d276256 Preprocessor: Prevent (and give an error on) expression division by 0. by John Kessenich · 9 years ago
  91. e9022e1 Tests: Increase testing around incorrect use of block names and instances. by John Kessenich · 9 years ago
  92. 78a5a0d Front end: Prevent use of a block name, which has no other use in a shader. by John Kessenich · 9 years ago
  93. 68965c0 Fix g++ build break (portibility problems with stl hash). This partly turns off the stl improvements. by John Kessenich · 9 years ago
  94. 6ab3d58 Preprocessor: 1) Rationalize the "fixed atom" scheme, 2) remove redundant lookups when the text is already available. by John Kessenich · 9 years ago
  95. 2f27336 Performance: Simple upgrade/cleanup of stl c++11 containers (10% perf. increase). by John Kessenich · 9 years ago
  96. f467316 Building: Fix a couple of new warnings. by John Kessenich · 9 years ago
  97. 2b4b9bd Front-end: Add error-recovery code for a switch statement that ends with a case/default that has no statements. by John Kessenich · 9 years ago
  98. c22f37c Generate correctly structured do-while loops. by David Neto · 9 years ago
  99. 51b31b5 Merge pull request #21 from google/allow_non_null_strings by John Kessenich · 9 years ago
  100. 72becbe Merge pull request #20 from google/remove_exception by John Kessenich · 9 years ago