2015-12-19 |
John Kessenich | Merge branch 'master' of github.com:KhronosGroup/glslang |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #117 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Tests for PR: Fix results for 4f68b83ea1b34923a71e69912... |
commit | commitdiff | tree | snapshot |
2015-12-19 |
John Kessenich | Merge pull request #119 from thothonegan/master |
commit | commitdiff | tree | snapshot |
2015-12-16 |
John Kessenich | Constant folding: Correct result type of non-square... |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Kenneth Perry | Display the filename if we have output, even if validat... |
commit | commitdiff | tree | snapshot |
2015-12-15 |
Rex Xu | SPV: Implement GLSL built-in bitcast functions. |
commit | commitdiff | tree | snapshot |
2015-12-15 |
John Kessenich | Merge pull request #116 from mgadams/scan_compile_fix |
commit | commitdiff | tree | snapshot |
2015-12-14 |
Mark Adams | Fix compile warning/error due to assignment in while... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
John Kessenich | SPV GLSL.std.450: Add needed smear operations for min... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
John Kessenich | SPV texturing: Use comp. 2 as the 3rd comp. for Dref... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
John Kessenich | Fix crash: when no #version for compute shader in es... |
commit | commitdiff | tree | snapshot |
2015-12-13 |
John Kessenich | Semantics: 'invocations' defaults to 1, not 0. |
commit | commitdiff | tree | snapshot |
2015-12-12 |
John Kessenich | SPV: Implement all matrix operators {+,-,*,/} for ... |
commit | commitdiff | tree | snapshot |
2015-12-12 |
John Kessenich | Semantics: Geometry stage can support max_vertices... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
John Kessenich | SPV tests: Turn on some more tests related to currently... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
John Kessenich | Tests: Move to just linefeed to simply cross-platform... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
John Kessenich | Linux: Fix case of test file. |
commit | commitdiff | tree | snapshot |
2015-12-10 |
John Kessenich | SPV: Modify last merge: Have promoteScalar() generate... |
commit | commitdiff | tree | snapshot |
2015-12-10 |
John Kessenich | Merge pull request #115 from amdrexu/bugfix |
commit | commitdiff | tree | snapshot |
2015-12-10 |
John Kessenich | Merge pull request #114 from amdrexu/bugfix2 |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Rex Xu | SPV: Scalar smear operation should use type of the... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Rex Xu | Parser: Extension requirement of gl_PrimitiveID and... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
John Kessenich | SPV: Protect getStorageClass() with a test that the... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
John Kessenich | SPV: Implement OpImage functionality (emit before query). |
commit | commitdiff | tree | snapshot |
2015-12-08 |
John Kessenich | Merge pull request #113 from amdrexu/feature |
commit | commitdiff | tree | snapshot |
2015-12-08 |
John Kessenich | Platforms: Remove support for Windows XP executables. |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Rex Xu | SPV: Implement GLSL interpolation built-in functions. |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | Merge pull request #111 from dneto0/issue-110-frexp-fix |
commit | commitdiff | tree | snapshot |
2015-12-07 |
David Neto | Avoid read past end of operands vector for EOpFrexp |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | Built-ins: fix mapping of packDouble2x32 and unpackDoub... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | SPV: Fix extra operands when using the "struct" form... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | SPV: Distinguish between std140 and std430 layouts... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | Semantics: Correct that std430 is universally disallowe... |
commit | commitdiff | tree | snapshot |
2015-12-07 |
John Kessenich | Merge pull request #100 from mawww/scanner-optim |
commit | commitdiff | tree | snapshot |
2015-12-06 |
John Kessenich | Merge pull request #109 from xorgy/add-unary-math-check... |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Aaron Hamilton | In addUnaryMath, check for 'child' being null before... |
commit | commitdiff | tree | snapshot |
2015-12-04 |
John Kessenich | Merge pull request #107 from xorgy/fail-init-process... |
commit | commitdiff | tree | snapshot |
2015-12-04 |
John Kessenich | Merge pull request #108 from mgadams/extensions_compile_fix |
commit | commitdiff | tree | snapshot |
2015-12-04 |
John Kessenich | Build: Fix CMake files to find osinclude.h |
commit | commitdiff | tree | snapshot |
2015-12-04 |
John Kessenich | Merge pull request #105 from phaulos/generic-osinclude |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Mark Adams | Fix ordered pointer comparison build warning/error |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Aaron Hamilton | InitProcess() should fail if InitThread() does. |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Pyry Haulos | Use generic osinclude.h |
commit | commitdiff | tree | snapshot |
2015-11-28 |
John Kessenich | Require l-value patch-out indexing to be gl_InvocationID. |
commit | commitdiff | tree | snapshot |
2015-11-28 |
John Kessenich | Array-sizing bug fix: multiple array initializers of... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
John Kessenich | Merge pull request #98 from amdrexu/myfix |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Rex Xu | SPV: Fix an issue related with using CubeArrayShadow... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
John Kessenich | Merge pull request #10 from baldurk/osinclude-common... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Exclude bison generated files in .gitignore |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove legacy build system |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Add an osinclude.h below each OS directory, redirects... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove include_directories from CMakeLists, to enforce... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove unnecessary include path relative to root |
commit | commitdiff | tree | snapshot |
2015-11-16 |
John Kessenich | SPV testing: Add missing test case. |
commit | commitdiff | tree | snapshot |
2015-11-16 |
John Kessenich | SPIR-V: Move from Version .99 Rev 31 to Version 1.0... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Maxime Coste | Avoid costly indirect calls of tStringInput::(un)?getch... |
commit | commitdiff | tree | snapshot |
2015-11-11 |
Maxime Coste | Avoid creation of temporary std::string when looking... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
John Kessenich | Merge pull request #88 from mgadams/unistd_removal |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Mark Adams | Remove obsolete unistd.h file |
commit | commitdiff | tree | snapshot |
2015-10-26 |
John Kessenich | Merge pull request #85 from mgadams/gcc_build_fixes |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Mark Adams | Various build fixes when using newer GCC versions with... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
John Kessenich | Merge pull request #82 from mgadams/remove_sprintf |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Mark Adams | Replace sprintf() usage with snprintf() |
commit | commitdiff | tree | snapshot |
2015-10-15 |
John Kessenich | SPV: Remove accidental inclusion of a test. |
commit | commitdiff | tree | snapshot |
2015-10-15 |
John Kessenich | SPV: Implement short circuiting of && and || when emitt... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
John Kessenich | GL_ARB_shader_draw_parameters: From @amdrexu, implemen... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Front-end: Fix missing tessellation shader built-in... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | SPV: Add modes for spacing, depth, depth replacing... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Add comment that was missed in previous commit. |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | SPV constants and constOffsets completion: isConstant... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Merge pull request #81 from amdrexu/myfix |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Rex Xu | Fix an issue related with texelFetchOffset |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Rex Xu | Generate correct image operand mask for Offset and... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
John Kessenich | Give error for calling a user-defined function at globa... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
John Kessenich | Add another frexp() test. |
commit | commitdiff | tree | snapshot |
2015-10-02 |
John Kessenich | Allow future keywords to be accessed as members in... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
John Kessenich | Front-end: Fix: Cubemap arrays only use 3-component... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
John Kessenich | GLSL front-end: Check recursively for opaque types... |
commit | commitdiff | tree | snapshot |
2015-09-22 |
John Kessenich | SPV: Fix missing 'Member' operand to OpArrayLength. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | SPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | Merge pull request #75 from google/fix-vs2013-debug |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | SPV: Remove old Rev. 30 header spirv.h (glslang has... |
commit | commitdiff | tree | snapshot |
2015-09-18 |
Andrew Woloszyn | Fixed subtle issue that causes tests to fail in VS2013... |
commit | commitdiff | tree | snapshot |
2015-09-17 |
John Kessenich | PP: Restore a line of code deleted by commit bb63bd5e37... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | SPV: Generate the LocalSize Execution Mode for compute... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | SPV: Minor corrections to previous big merge for images... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Merge pull request #71 from amdrexu/mywork |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Add new test case for image functions and fix issues... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Merge master branch from upstream |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Fix issues from review comments and those relevant... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Full stack: implement textureQueryLod(*) and textureQue... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Update the Todo.txt file with recent AEP, 3.1, and... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV OpAtomicCompareSwap: Generate correct operand order... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV legacy texturing: Smear result of Op*Dref* up to... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV return from main: Simplify a legacy design such... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
John Kessenich | Bump up layout(location) limit from 62 to 4094, to... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Rex Xu | Merge master branch from upstream |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Rex Xu | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
next |