platform/upstream/glslang.git
2015-12-13 John KessenichSPV GLSL.std.450: Add needed smear operations for min...
2015-12-13 John KessenichSPV texturing: Use comp. 2 as the 3rd comp. for Dref...
2015-12-13 John KessenichFix crash: when no #version for compute shader in es...
2015-12-13 John KessenichSemantics: 'invocations' defaults to 1, not 0.
2015-12-12 John KessenichSPV: Implement all matrix operators {+,-,*,/} for ...
2015-12-12 John KessenichSemantics: Geometry stage can support max_vertices...
2015-12-11 John KessenichSPV tests: Turn on some more tests related to currently...
2015-12-11 John KessenichTests: Move to just linefeed to simply cross-platform...
2015-12-10 John KessenichLinux: Fix case of test file.
2015-12-10 John KessenichSPV: Modify last merge: Have promoteScalar() generate...
2015-12-10 John KessenichMerge pull request #115 from amdrexu/bugfix
2015-12-10 John KessenichMerge pull request #114 from amdrexu/bugfix2
2015-12-09 Rex XuSPV: Scalar smear operation should use type of the...
2015-12-09 Rex XuParser: Extension requirement of gl_PrimitiveID and...
2015-12-09 John KessenichSPV: Protect getStorageClass() with a test that the...
2015-12-09 John KessenichSPV: Implement OpImage functionality (emit before query).
2015-12-08 John KessenichMerge pull request #113 from amdrexu/feature
2015-12-08 John KessenichPlatforms: Remove support for Windows XP executables.
2015-12-08 Rex XuSPV: Implement GLSL interpolation built-in functions.
2015-12-07 John KessenichMerge pull request #111 from dneto0/issue-110-frexp-fix
2015-12-07 David NetoAvoid read past end of operands vector for EOpFrexp
2015-12-07 John KessenichBuilt-ins: fix mapping of packDouble2x32 and unpackDoub...
2015-12-07 John KessenichSPV: Fix extra operands when using the "struct" form...
2015-12-07 John KessenichSPV: Distinguish between std140 and std430 layouts...
2015-12-07 John KessenichSemantics: Correct that std430 is universally disallowe...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-12-06 John KessenichMerge pull request #109 from xorgy/add-unary-math-check...
2015-12-06 Aaron HamiltonIn addUnaryMath, check for 'child' being null before...
2015-12-04 John KessenichMerge pull request #107 from xorgy/fail-init-process...
2015-12-04 John KessenichMerge pull request #108 from mgadams/extensions_compile_fix
2015-12-04 John KessenichBuild: Fix CMake files to find osinclude.h
2015-12-04 John KessenichMerge pull request #105 from phaulos/generic-osinclude
2015-12-03 Mark AdamsFix ordered pointer comparison build warning/error
2015-12-02 Aaron HamiltonInitProcess() should fail if InitThread() does.
2015-12-01 Pyry HaulosUse generic osinclude.h
2015-11-28 John KessenichRequire l-value patch-out indexing to be gl_InvocationID.
2015-11-28 John KessenichArray-sizing bug fix: multiple array initializers of...
2015-11-23 John KessenichMerge pull request #98 from amdrexu/myfix
2015-11-22 Rex XuSPV: Fix an issue related with using CubeArrayShadow...
2015-11-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkExclude bison generated files in .gitignore
2015-11-16 baldurkRemove legacy build system
2015-11-16 baldurkAdd an osinclude.h below each OS directory, redirects...
2015-11-16 baldurkRemove include_directories from CMakeLists, to enforce...
2015-11-16 baldurkRemove unnecessary include path relative to root
2015-11-16 John KessenichSPV testing: Add missing test case.
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2015-11-11 Maxime CosteAvoid costly indirect calls of tStringInput::(un)?getch...
2015-11-11 Maxime CosteAvoid creation of temporary std::string when looking...
2015-10-28 John KessenichMerge pull request #88 from mgadams/unistd_removal
2015-10-27 Mark AdamsRemove obsolete unistd.h file
2015-10-26 John KessenichMerge pull request #85 from mgadams/gcc_build_fixes
2015-10-26 Mark AdamsVarious build fixes when using newer GCC versions with...
2015-10-16 John KessenichMerge pull request #82 from mgadams/remove_sprintf
2015-10-15 Mark AdamsReplace sprintf() usage with snprintf()
2015-10-15 John KessenichSPV: Remove accidental inclusion of a test.
2015-10-15 John KessenichSPV: Implement short circuiting of && and || when emitt...
2015-10-14 John KessenichGL_ARB_shader_draw_parameters: From @amdrexu, implemen...
2015-10-13 John KessenichFront-end: Fix missing tessellation shader built-in...
2015-10-13 John KessenichSPV: Add modes for spacing, depth, depth replacing...
2015-10-13 John KessenichAdd comment that was missed in previous commit.
2015-10-13 John KessenichSPV constants and constOffsets completion: isConstant...
2015-10-13 John KessenichMerge pull request #81 from amdrexu/myfix
2015-10-12 Rex XuFix an issue related with texelFetchOffset
2015-10-11 Rex XuGenerate correct image operand mask for Offset and...
2015-10-06 John KessenichGive error for calling a user-defined function at globa...
2015-10-05 John KessenichAdd another frexp() test.
2015-10-02 John KessenichAllow future keywords to be accessed as members in...
2015-10-01 John KessenichFront-end: Fix: Cubemap arrays only use 3-component...
2015-10-01 John KessenichGLSL front-end: Check recursively for opaque types...
2015-09-22 John KessenichSPV: Fix missing 'Member' operand to OpArrayLength.
2015-09-21 John KessenichSPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h.
2015-09-21 John KessenichMerge pull request #75 from google/fix-vs2013-debug
2015-09-21 John KessenichSPV: Remove old Rev. 30 header spirv.h (glslang has...
2015-09-18 Andrew WoloszynFixed subtle issue that causes tests to fail in VS2013...
2015-09-17 John KessenichPP: Restore a line of code deleted by commit bb63bd5e37...
2015-09-16 John KessenichSPV: Generate the LocalSize Execution Mode for compute...
2015-09-16 John KessenichSPV: Minor corrections to previous big merge for images...
2015-09-16 John KessenichMerge pull request #71 from amdrexu/mywork
2015-09-16 Rex XuAdd new test case for image functions and fix issues...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-16 Rex XuFix issues from review comments and those relevant...
2015-09-16 John KessenichFull stack: implement textureQueryLod(*) and textureQue...
2015-09-16 John KessenichUpdate the Todo.txt file with recent AEP, 3.1, and...
2015-09-15 John KessenichSPV OpAtomicCompareSwap: Generate correct operand order...
2015-09-15 John KessenichSPV legacy texturing: Smear result of Op*Dref* up to...
2015-09-15 John KessenichSPV return from main: Simplify a legacy design such...
2015-09-14 John KessenichBump up layout(location) limit from 62 to 4094, to...
2015-09-14 Rex XuMerge master branch from upstream
2015-09-14 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-13 John KessenichSPV: Reduce spurious type generation by removing interm...
2015-09-13 John KessenichSPV arrays: Add support for runtime-sized array types...
2015-09-11 John KessenichFront-end Arrays of arrays: Add ES-specific checks...
2015-09-11 John KessenichSPV: Correct generation of transparent offsets for...
2015-09-10 Rex XuMerge pull request #1 from KhronosGroup/master
2015-09-09 John KessenichSPV: Only decorate array and matrix strides for transpa...
2015-09-09 John KessenichAdd test results for merge pull request #69.
2015-09-09 John KessenichREADME: Update testing section.
2015-09-09 John KessenichMerge pull request #69 from jekstrand/texel-fetch
next