1. 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
  2. c92e370 Merge pull request #111 from dneto0/issue-110-frexp-fix by John Kessenich · 9 years ago
  3. 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 9 years ago
  4. 8c1c2ca Built-ins: fix mapping of packDouble2x32 and unpackDouble2x32. by John Kessenich · 9 years ago
  5. 2359bd0 SPV: Fix extra operands when using the "struct" form of a built-in taking an 'out' param. by John Kessenich · 9 years ago
  6. e721f49 SPV: Distinguish between std140 and std430 layouts, and correctly use alignments as the base for strides. by John Kessenich · 9 years ago
  7. dd6ca17 Semantics: Correct that std430 is universally disallowed with 'uniform'. by John Kessenich · 9 years ago
  8. 71e04d6 Merge pull request #100 from mawww/scanner-optim by John Kessenich · 9 years ago
  9. 2765749 Merge pull request #109 from xorgy/add-unary-math-check-for-null-before-dereferencing by John Kessenich · 9 years ago
  10. af5a123 In addUnaryMath, check for 'child' being null before dereferencing it. by Aaron Hamilton · 9 years ago
  11. 8481679 Merge pull request #107 from xorgy/fail-init-process-on-init-thread-fail by John Kessenich · 9 years ago
  12. c9d6477 Merge pull request #108 from mgadams/extensions_compile_fix by John Kessenich · 9 years ago
  13. bd0726b Build: Fix CMake files to find osinclude.h by John Kessenich · 9 years ago
  14. e54dd23 Merge pull request #105 from phaulos/generic-osinclude by John Kessenich · 9 years ago
  15. a3f53e5 Fix ordered pointer comparison build warning/error by Mark Adams · 9 years ago
  16. ebde046 InitProcess() should fail if InitThread() does. by Aaron Hamilton · 9 years ago
  17. 5f6892e Use generic osinclude.h by Pyry Haulos · 9 years ago
  18. 1be8063 Require l-value patch-out indexing to be gl_InvocationID. by John Kessenich · 9 years ago
  19. 989df85 Array-sizing bug fix: multiple array initializers of different size in the same declaration. by John Kessenich · 9 years ago
  20. dad6408 Merge pull request #98 from amdrexu/myfix by John Kessenich · 9 years ago
  21. 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 9 years ago
  22. 2c03478 Merge pull request #10 from baldurk/osinclude-common-header by John Kessenich · 9 years ago
  23. bc83e64 Exclude bison generated files in .gitignore by baldurk · 9 years ago
  24. 5100d56 Remove legacy build system by baldurk · 9 years ago
  25. 876a0e3 Add an osinclude.h below each OS directory, redirects by platform macro by baldurk · 9 years ago
  26. 08dee03 Remove include_directories from CMakeLists, to enforce relative includes by baldurk · 9 years ago
  27. e915da4 Remove unnecessary include path relative to root by baldurk · 9 years ago
  28. 085371d SPV testing: Add missing test case. by John Kessenich · 9 years ago
  29. 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
  30. 6998987 Avoid costly indirect calls of tStringInput::(un)?getch through TPpContext by Maxime Coste · 9 years ago
  31. 29051bd Avoid creation of temporary std::string when looking up keywords and reserved words by Maxime Coste · 9 years ago
  32. 1c77f3a Merge pull request #88 from mgadams/unistd_removal by John Kessenich · 9 years ago
  33. ea9112e Remove obsolete unistd.h file by Mark Adams · 9 years ago
  34. 40f6f68 Merge pull request #85 from mgadams/gcc_build_fixes by John Kessenich · 9 years ago
  35. c11e95f Various build fixes when using newer GCC versions with warnings enabled by Mark Adams · 9 years ago
  36. fac0d1c Merge pull request #82 from mgadams/remove_sprintf by John Kessenich · 9 years ago
  37. 4123a04 Replace sprintf() usage with snprintf() by Mark Adams · 9 years ago
  38. fa540d1 SPV: Remove accidental inclusion of a test. by John Kessenich · 9 years ago
  39. 7c1aa10 SPV: Implement short circuiting of && and || when emitting SPIR-V. by John Kessenich · 9 years ago
  40. da581a2 GL_ARB_shader_draw_parameters: From @amdrexu, implement extension. by John Kessenich · 9 years ago
  41. b5c046e Front-end: Fix missing tessellation shader built-in qualifiers. by John Kessenich · 9 years ago
  42. e690332 SPV: Add modes for spacing, depth, depth replacing, winding, and point mode. by John Kessenich · 9 years ago
  43. f685df8 Add comment that was missed in previous commit. by John Kessenich · 9 years ago
  44. 7163127 SPV constants and constOffsets completion: isConstant() and disassembler to see results. by John Kessenich · 9 years ago
  45. d4a7a8e Merge pull request #81 from amdrexu/myfix by John Kessenich · 9 years ago
  46. 19c6e59 Fix an issue related with texelFetchOffset by Rex Xu · 9 years ago
  47. 86e6081 Generate correct image operand mask for Offset and ConstOffset(#77) by Rex Xu · 9 years ago
  48. 820a22f Give error for calling a user-defined function at global scope. by John Kessenich · 9 years ago
  49. 894c1c1 Add another frexp() test. by John Kessenich · 9 years ago
  50. eb505e4 Allow future keywords to be accessed as members in a struct. by John Kessenich · 9 years ago
  51. 6373574 Front-end: Fix: Cubemap arrays only use 3-component coord when accessed as an image. by John Kessenich · 9 years ago
  52. 3cd0024 GLSL front-end: Check recursively for opaque types in a block; these are all illegal. by John Kessenich · 9 years ago
  53. ee21fc9 SPV: Fix missing 'Member' operand to OpArrayLength. by John Kessenich · 9 years ago
  54. 142d778 SPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h. by John Kessenich · 9 years ago
  55. ff4f04d Merge pull request #75 from google/fix-vs2013-debug by John Kessenich · 9 years ago
  56. f82c661 SPV: Remove old Rev. 30 header spirv.h (glslang has been using Rev. 31 spirv.hpp). by John Kessenich · 9 years ago
  57. 2d83ab2 Fixed subtle issue that causes tests to fail in VS2013 in some configs. by Andrew Woloszyn · 9 years ago
  58. b9cd399 PP: Restore a line of code deleted by commit bb63bd5e3792455b77ce93e471158bed0cc884f0. by John Kessenich · 9 years ago
  59. b56a26a SPV: Generate the LocalSize Execution Mode for compute shaders. by John Kessenich · 9 years ago
  60. 56bab04 SPV: Minor corrections to previous big merge for images and atomics. by John Kessenich · 9 years ago
  61. f6890c3 Merge pull request #71 from amdrexu/mywork by John Kessenich · 9 years ago
  62. 6b86d49 Add new test case for image functions and fix issues caught by this test by Rex Xu · 9 years ago
  63. bba5c80 Merge master branch from upstream by Rex Xu · 9 years ago
  64. fa2d018 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  65. 04db3f5 Fix issues from review comments and those relevant to texelFetch by Rex Xu · 9 years ago
  66. 2398b3a Full stack: implement textureQueryLod(*) and textureQueryLevels(*). by John Kessenich · 9 years ago
  67. ef0118b Update the Todo.txt file with recent AEP, 3.1, and textureQuery progress. by John Kessenich · 9 years ago
  68. 3e60a6f SPV OpAtomicCompareSwap: Generate correct operand order and number of operands. by John Kessenich · 9 years ago
  69. 7355eeb SPV legacy texturing: Smear result of Op*Dref* up to a vector to match by John Kessenich · 9 years ago
  70. e770b3e SPV return from main: Simplify a legacy design such returns are not jumps to exit block. by John Kessenich · 9 years ago
  71. 5f5b205 Bump up layout(location) limit from 62 to 4094, to handle bigger uniform locations. by John Kessenich · 9 years ago
  72. 30f9258 Merge master branch from upstream by Rex Xu · 9 years ago
  73. 88fa964 Merge remote-tracking branch 'upstream/master' by Rex Xu · 9 years ago
  74. fa668da SPV: Reduce spurious type generation by removing intermediate types in the middle of access chains. by John Kessenich · 9 years ago
  75. c9a8083 SPV arrays: Add support for runtime-sized array types and arrays of arrays. by John Kessenich · 9 years ago
  76. 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
  77. a06bd52 SPV: Correct generation of transparent offsets for implicitly assigned offsets. by John Kessenich · 9 years ago
  78. 42323e4 Merge pull request #1 from KhronosGroup/master by Rex Xu · 9 years ago
  79. 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
  80. 874b1f8 Add test results for merge pull request #69. by John Kessenich · 9 years ago
  81. 7980781 README: Update testing section. by John Kessenich · 9 years ago
  82. 0487d55 Merge pull request #69 from jekstrand/texel-fetch by John Kessenich · 9 years ago
  83. 358dd56 Update test results for pull request #68, SPIRV: Decorate matrices and arrays with their strides. by John Kessenich · 9 years ago
  84. d2386d0 Merge pull request #68 from jekstrand/stride-decorations by John Kessenich · 9 years ago
  85. 023f7e0 Merge pull request #66 from chadversary/cmake-dont-override-install-prefix by John Kessenich · 9 years ago
  86. 68e1c45 Merge pull request #60 from xorgy/no-define-defined by John Kessenich · 9 years ago
  87. ebb7bf3 Remove executables from the source tree. This addresses issue #48. by John Kessenich · 9 years ago
  88. fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
  89. d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
  90. 0c81156 SPIRV: Fix a comment issue by Rex Xu · 9 years ago
  91. 18b9fbd SPIRV: Add support for texelFetch by Jason Ekstrand · 9 years ago
  92. 54aedf1 SPIRV: Decorate matrices and arrays with their strides by Jason Ekstrand · 9 years ago
  93. 4cbf748 cmake: Don't override CMAKE_INSTALL_PREFIX by Chad Versace · 9 years ago
  94. c8b2e36 Implement GL_KHR_blend_equation_advanced. by John Kessenich · 9 years ago
  95. 7d3b73b 'defined' cannot be used as a macro name in #define or #undef. by Aaron Hamilton · 9 years ago
  96. d6c37b1 GL_OES_shader_multisample_interpolation: Include scalar swizzles as valid for interpolateAt*. by John Kessenich · 9 years ago
  97. 0fc4338 Implement GL_OES_shader_multisample_interpolation, as well as core desktop versions of it. by John Kessenich · 9 years ago
  98. ba01ebd Link-check fix: Don't include built-in variables in the fragment output ES rule: by John Kessenich · 9 years ago
  99. 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago
  100. fc51d28 Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. by John Kessenich · 9 years ago