- c8fbbab Update .out files with new loop SPIR-V. by Dejan Mircevski · 9 years ago
- 7819bee Switch loops stack to use LoopBlocks. by Dejan Mircevski · 9 years ago
- e537b8b Fix unreachable-block removal. by Dejan Mircevski · 9 years ago
- 9c6734c First cut at new loop codegen. by Dejan Mircevski · 9 years ago
- 8d63a3d Avoid read past end of operands vector for EOpFrexp by David Neto · 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
- 71519fe SPV: Fix an issue related with using CubeArrayShadow for texture() by Rex Xu · 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
- 55e7d11 SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. by John Kessenich · 9 years ago
- c11e95f Various build fixes when using newer GCC versions with warnings enabled by Mark Adams · 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
- 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
- 86e6081 Generate correct image operand mask for Offset and ConstOffset(#77) by Rex Xu · 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
- 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
- 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
- 04db3f5 Fix issues from review comments and those relevant to texelFetch by Rex Xu · 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
- 30f9258 Merge master branch from upstream 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
- a06bd52 SPV: Correct generation of transparent offsets for implicitly assigned offsets. by John Kessenich · 9 years ago
- 31ed483 SPV: Only decorate array and matrix strides for transparent types requiring explicit layouts. by John Kessenich · 9 years ago
- 0487d55 Merge pull request #69 from jekstrand/texel-fetch by John Kessenich · 9 years ago
- fc61891 SPIRV: Add the support of missing image functions #72 by Rex Xu · 9 years ago
- d4782c1 SPIRV: Token layout of OpAtomicXXX instructions is incorrect #70 by Rex Xu · 9 years ago
- 18b9fbd SPIRV: Add support for texelFetch by Jason Ekstrand · 9 years ago
- 54aedf1 SPIRV: Decorate matrices and arrays with their strides by Jason Ekstrand · 9 years ago
- 78258d3 Fix misspelled EOpFrexp and EOpLdexp. by John Kessenich · 9 years ago
- fc51d28 Backward incompatible: Turn on PureOperatorBuiltins: use only enum-based built-in functions in the AST. by John Kessenich · 9 years ago
- 8b64fa5 Fixes for compiling glslang on Android. by Andrew Woloszyn · 9 years ago
- f99b7dd Merge pull request #54 from mknejp/master by John Kessenich · 9 years ago
- 3573f2e Add missing OpTypeSampledImage to prevent unknown type error from SPVRemapper. by Steve · 9 years ago
- 28f9b1c SPIR-V: Return undefined values from implicit returns instead of dummy by Miro Knejp · 9 years ago
- 65c78a0 Array of array: Implement the core functionality: types, constructors, operations. by John Kessenich · 9 years ago
- 6726ccc Add new SPIR-V 31 files. by John Kessenich · 9 years ago
- 5e4b124 Move to revision 31 of SPIR-V. by John Kessenich · 9 years ago
- 3066953 Fixes to 8f1684b7bb881813365efd013b05bc0900a52a0c, merge pull request 52. by John Kessenich · 9 years ago
- d7c5ead Compile fixes for gcc -Wall by baldurk · 9 years ago
- 61d7d7a Revisioning: Include GLSL.std.450 version. Also, the revision.h script now includes redirection to revision.h. by John Kessenich · 9 years ago
- 426394d AST -> SPV: Add basic atomic_uint and atomic*() built-in function functionality. by John Kessenich · 9 years ago
- c040e76 Portability: Remove unneeded "= default" to work with older compilers. by John Kessenich · 9 years ago
- 3e6a33c spv::Builder::Loop constructor inits all members. by David Neto · 9 years ago
- 96f4911 SPV: Make previous commit compile with MSVC 2012. by John Kessenich · 9 years ago
- 37e8337 Merge pull request #22 from google/structured-do-while by John Kessenich · 9 years ago
- 2f27336 Performance: Simple upgrade/cleanup of stl c++11 containers (10% perf. increase). by John Kessenich · 9 years ago
- c22f37c Generate correctly structured do-while loops. by David Neto · 9 years ago
- 465a146 Comment out some dead assignments per suggestion from static analysis tools. by Steve · 9 years ago
- 9e55f63 Include specification revision as part of the version string. by John Kessenich · 9 years ago
- eebb205 Merge pull request #11 from baldurk/size-t-int-warning-fixes by John Kessenich · 9 years ago
- f98ee23 Fix incorrect used of snprintf() by John Kessenich · 9 years ago
- 68d78fd Updated command-line options, adding -o for saving binaries, -G for OpenGL SPIR-V validation, -v etc. by John Kessenich · 9 years ago
- d76692d on x64, size_t is 64-bit and int is 32-bit, so needs an explicit cast by baldurk · 9 years ago
- 1f654e1 Merge pull request #4 from baldurk/relative-include-paths by John Kessenich · 9 years ago
- a5ade51 Fix most clang warnings by Andre Weissflog · 9 years ago
- 42169c5 include by relative path, so root doesn't need to be in the search path by baldurk · 9 years ago
- e0603a4 Front-end: move to rational internal array-of-array interfaces and design. (A-of-A is not yet implemented though.) by John Kessenich · 9 years ago
- ec43d0a glslang -> SPIR-V: smear scalars for integer (scalar * vector). OpVectorTimesScalar is only for floats. by John Kessenich · 9 years ago
- 61deffd Fix include directive depending on root folder name by Felix Kaaman · 9 years ago
- 140f3df Final round for line endings. by John Kessenich · 9 years ago
- e5e0f6e glslang -> SPV: swap arguments as needed for OpVectorTimesScalar and OpMatrixTimesScalar, and check for correct types for those as well as OpMatrixTimesVector, OpVectorTimesMatrix, and OpMatrixTimesMatrix. by John Kessenich · 9 years ago
- 8d64d44 glslang -> SPV: fix degenerate switch topologies (bug 14118). by John Kessenich · 9 years ago
- fae38ee glslang portability: Fixed a slew of OSX compilation warnings (but not all). by John Kessenich · 9 years ago
- 79eaa91 glslang portability: Resolve OSX errors, some other OS warnings. by John Kessenich · 9 years ago
- 3ef22f2 SPV compressor: Fixes a possible asserts. Attribution: spvremapper@lunarg.com by John Kessenich · 9 years ago
- 06e1d0b glslang -> SPV: Improvements in swizzles on access chains: Bug 14007 (wrong type), simplications, tests, support mixed swizzle with dynamic component selection. by John Kessenich · 9 years ago
- 6b3fd19 glslang -> SPV: add decorations for built-ins that are inside blocks. by John Kessenich · 9 years ago
- ea54398 glslang -> SPV: translate the source profile to the SPV source language. by John Kessenich · 9 years ago
- e61ed59 glsl -> SPV: fix OpVectorInsertDynamic result type bug. by John Kessenich · 9 years ago
- 3a13a0c Correct some English spellings of SPIR-V. by John Kessenich · 9 years ago
- 01685c3 SPV compression: Final check-in enabling this on MSVC 2012. All compression submissions from Steve (spvremapper@lunarg.com). by John Kessenich · 9 years ago
- 3c4a276 SPIR-V compression: Requires rerunning CMake. Adds a standalone tool for running the SPV compression. by John Kessenich · 9 years ago
- 40e3911 glslang -> SPV: Use the new TBuiltInVariable instead of string compares to get the type of SPV built in. Also fixed gl_FragData and gl_PrimitiveIDIn. by John Kessenich · 9 years ago
- ca3457f glslang: Fix a few more warnings, and see it using nullptr causes anyone problems (testing c++11 portability). by John Kessenich · 9 years ago
- 593a3f7 glslang -> SPV: improved support for do-while/continue. Contributed by David Neto (dneto@google.com). by John Kessenich · 9 years ago
- 93dfbe1 glslang: Fix over 100 warnings from MSVC warning level 4. by John Kessenich · 9 years ago
- 2aa7f3a SPV compression: Remove file/path manipulation stuff, setting up for that to be a separate tool. Added copyright messages as well. by John Kessenich · 9 years ago
- 4217d2e SPIR-V compression: Add stripping and remapping tools for compressibility of generated SPIR-V. by John Kessenich · 9 years ago
- 3a44d7f glslang spvIR.h: Portability improvement. by John Kessenich · 9 years ago
- 1cfc71b glslang->SPV: Fix addStringOperand so it saves the string argument early, before the str parameter variable is modified. Otherwise you save a garbage string (buffer overrun?) because "str" has run past the terminating NUL. Contributor: Â Lei Zhang antiagainst@google.com by John Kessenich · 9 years ago
- 11f5fc0 glslang preprocassor: Fix operator precedence bug. by John Kessenich · 10 years ago
- b7cc331 glslang portability: add a #include <cassert>. by John Kessenich · 10 years ago
- 735a2ef glslang -> SPV: 1) Include post switch-break unreachable blocks and 2) Generally, don't emit degenerate (basically empty) unreachable blocks. by John Kessenich · 10 years ago
- bcef333 SPV: Emit layout(index=) as Index decoration. by John Kessenich · 10 years ago
- edd1819 glslang and SPIR-V: Some basic turn on for doubles (previously untested but existed code). Partly from a submission, partly addressing bug 13772. by John Kessenich · 10 years ago
- 5302c7d glslang -> SPIR-V: Correct renaming mistake made in moving to the auto-generated headers. by John Kessenich · 10 years ago
- d8132e1 glslang GLSL -> SPIR-V: Final delta to bump to revision 30 of the specification. by John Kessenich · 10 years ago