1. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  2. da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
  3. b5c046e Front-end: Fix missing tessellation shader built-in qualifiers. by John Kessenich · 9 years ago
  4. e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
  5. f685df8 Add comment that was missed in previous commit. by John Kessenich · 9 years ago
  6. 7163127 SPV constants and constOffsets completion: isConstant() and disassembler to see results. by John Kessenich · 9 years ago
  7. d4a7a8e Merge pull request #81 from amdrexu/myfix by John Kessenich · 9 years ago
  8. 19c6e59 Fix an issue related with texelFetchOffset by Rex Xu · 9 years ago
  9. 86e6081 Generate correct image operand mask for Offset and ConstOffset(#77) by Rex Xu · 9 years ago
  10. 820a22f Give error for calling a user-defined function at global scope. by John Kessenich · 9 years ago
  11. 894c1c1 Add another frexp() test. by John Kessenich · 9 years ago
  12. eb505e4 Allow future keywords to be accessed as members in a struct. by John Kessenich · 9 years ago
  13. 6373574 Front-end: Fix: Cubemap arrays only use 3-component coord when accessed as an image. by John Kessenich · 9 years ago
  14. 3cd0024 GLSL front-end: Check recursively for opaque types in a block; these are all illegal. by John Kessenich · 9 years ago
  15. ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
  16. 142d778 SPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h. by John Kessenich · 9 years ago
  17. ff4f04d Merge pull request #75 from google/fix-vs2013-debug by John Kessenich · 9 years ago
  18. f82c661 SPV: Remove old Rev. 30 header spirv.h (glslang has been using Rev. 31 spirv.hpp). by John Kessenich · 9 years ago
  19. 2d83ab2 Fixed subtle issue that causes tests to fail in VS2013 in some configs. by Andrew Woloszyn · 9 years ago
  20. b9cd399 PP: Restore a line of code deleted by commit bb63bd5e3792455b77ce93e471158bed0cc884f0. by John Kessenich · 9 years ago
  21. b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
  22. 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
  23. f6890c3 Merge pull request #71 from amdrexu/mywork by John Kessenich · 9 years ago
  24. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  25. bba5c80 Merge master branch from upstream by Rex Xu · 9 years ago
  26. fa2d018 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  27. 04db3f5 Fix issues from review comments and those relevant to texelFetch by Rex Xu · 9 years ago
  28. 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
  29. ef0118b Update the Todo.txt file with recent AEP, 3.1, and textureQuery progress. by John Kessenich · 9 years ago
  30. 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
  31. 7355eeb SPV legacy texturing: Smear result of Op*Dref* up to a vector to match by John Kessenich · 9 years ago
  32. e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
  33. 5f5b205 Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations. by John Kessenich · 9 years ago
  34. 30f9258 Merge master branch from upstream by Rex Xu · 9 years ago
  35. 88fa964 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  36. fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
  37. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  38. 9312269 Front-end Arrays of arrays: Add ES-specific checks and tests. AoA should be quite close to done now. by John Kessenich · 9 years ago
  39. a06bd52 SPV: Correct generation of transparent offsets for implicitly assigned offsets. by John Kessenich · 9 years ago
  40. 42323e4 Merge pull request #1 from KhronosGroup/master by Rex Xu · 9 years ago
  41. 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
  42. 874b1f8 Add test results for merge pull request #69. by John Kessenich · 9 years ago
  43. 7980781 README: Update testing section. by John Kessenich · 9 years ago
  44. 0487d55 Merge pull request #69 from jekstrand/texel-fetch by John Kessenich · 9 years ago
  45. 358dd56 Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides. by John Kessenich · 9 years ago
  46. d2386d0 Merge pull request #68 from jekstrand/stride-decorations by John Kessenich · 9 years ago
  47. 023f7e0 Merge pull request #66 from chadversary/cmake-dont-override-install-prefix by John Kessenich · 9 years ago
  48. 68e1c45 Merge pull request #60 from xorgy/no-define-defined by John Kessenich · 9 years ago
  49. ebb7bf3 Remove executables from the source tree. This addresses issue #48. by John Kessenich · 9 years ago
  50. fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
  51. d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
  52. 0c81156 SPIRV: Fix a comment issue by Rex Xu · 9 years ago
  53. 18b9fbd SPIRV: Add support for texelFetch by Jason Ekstrand · 9 years ago
  54. 54aedf1 SPIRV: Decorate matrices and arrays with their strides by Jason Ekstrand · 9 years ago
  55. 4cbf748 cmake: Don't override CMAKE_INSTALL_PREFIX by Chad Versace · 9 years ago
  56. c8b2e36 Implement GL_KHR_blend_equation_advanced. by John Kessenich · 9 years ago
  57. 7d3b73b 'defined' cannot be used as a macro name in #define or #undef. by Aaron Hamilton · 9 years ago
  58. d6c37b1 GL_OES_shader_multisample_interpolation: Include scalar swizzles as valid for interpolateAt*. by John Kessenich · 9 years ago
  59. 0fc4338 Implement GL_OES_shader_multisample_interpolation, as well as core desktop versions of it. by John Kessenich · 9 years ago
  60. ba01ebd Link-check fix: Don't include built-in variables in the fragment output ES rule: by John Kessenich · 9 years ago
  61. 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago
  62. fc51d28 Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. by John Kessenich · 9 years ago
  63. a32d8f6 Create last version before moving to pure enums for built-in functions. by John Kessenich · 9 years ago
  64. 8163982 More preparation for pure built-in functions as enums: Add texturing op cracker. by John Kessenich · 9 years ago
  65. ef676b0 Front-end "pure" built-in TOperator: Finish adding full support, but still turned off. by John Kessenich · 9 years ago
  66. e88217b Add more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow/MulExtended/Bit*/Find*, (un)pack4x8/2x32, ftransform. by John Kessenich · 9 years ago
  67. f5b2c06 Turn on the gpu_shader5 of the AEP .tesc test. by John Kessenich · 9 years ago
  68. 156af43 Merge pull request #57 from google/glslang-android by John Kessenich · 9 years ago
  69. 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
  70. fb5ba51 Implement GL_OES_shader_image_atomic. by John Kessenich · 9 years ago
  71. 556ab3a Implement GL_OES_sample_variables. by John Kessenich · 9 years ago
  72. a39159a Implement GL_OES_texture_storage_multisample_2d_array. by John Kessenich · 9 years ago
  73. 2b0a113 Fix two multi-sample bugs: 1) include MS in name mangling, 2) add 'sample' argument texelFetch(*MS*,...). by John Kessenich · 9 years ago
  74. dc9eff7 Implement GL_OES_texture_cube_map_array. by John Kessenich · 9 years ago
  75. 302b46a Implement GL_OES_texture_buffer. by John Kessenich · 9 years ago
  76. 3031459 Implement GL_OES_primitive_bounding_box. by John Kessenich · 9 years ago
  77. cee88e3 Whitespace in preprocessor results; trying to eliminate differences. by John Kessenich · 9 years ago
  78. fc9d270 Merge pull request #56 from Psybrus/master by John Kessenich · 9 years ago
  79. c8a96f4 Fixed VS2015 build by Neil Richardson · 9 years ago
  80. f99b7dd Merge pull request #54 from mknejp/master by John Kessenich · 9 years ago
  81. c54ac79 Merge pull request #55 from srk-lunarg/v31_type_fixes by John Kessenich · 9 years ago
  82. 3573f2e Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper. by Steve · 9 years ago
  83. 28f9b1c SPIR-V: Return undefined values from implicit returns instead of dummy by Miro Knejp · 9 years ago
  84. 65c78a0 Array of array: Implement the core functionality: types, constructors, operations. by John Kessenich · 9 years ago
  85. b354835 Array of Array prep: Turn a batch of 0's into nullptr or UnsizedArraySize. by John Kessenich · 9 years ago
  86. 6726ccc Add new SPIR-V 31 files. by John Kessenich · 9 years ago
  87. 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
  88. e24a74c Create last version before going to SPIR-V Revision 31. by John Kessenich · 9 years ago
  89. 3473a4b Merge pull request #53 from google/get-string-name-or-num by John Kessenich · 9 years ago
  90. 3066953 Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52. by John Kessenich · 9 years ago
  91. 8f1684b Merge pull request #52 from baldurk/gcc-warn-fixes by John Kessenich · 9 years ago
  92. 50a40f4 Merge pull request #51 from baldurk/size-t-int-warning-fixes by John Kessenich · 9 years ago
  93. bb63bd5 Create a new method to return string name or number to DRY code. by Lei Zhang · 9 years ago
  94. d7c5ead Compile fixes for gcc -Wall by baldurk · 9 years ago
  95. 36a78b5 Remove unsigned/size_t downcast (warning when building on x64) by baldurk · 9 years ago
  96. 0718e45 Merge pull request #50 from google/remove-unused-code by John Kessenich · 9 years ago
  97. 1ee1f88 Remove unused members from TPpContext. by David Neto · 9 years ago
  98. d618070 Merge pull request #46 from google/include-directive by John Kessenich · 9 years ago
  99. 484bb12 Create a new ppRequireExtensions method for preprocessor. by Lei Zhang · 9 years ago
  100. 61d7d7a Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h. by John Kessenich · 9 years ago