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