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