projects
/
platform
/
upstream
/
glslang.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't remove SPIR-V blocks before codegen.
[platform/upstream/glslang.git]
/
Test
/
2016-01-20
Dejan Mircevski
Don't remove SPIR-V blocks before codegen.
tree
|
commitdiff
2016-01-19
John Kessenich
Merge pull request #127 from dekimir/loopgen
tree
|
commitdiff
2016-01-19
Dejan Mircevski
Move continue-block to after all branches.
tree
|
commitdiff
2016-01-19
Dejan Mircevski
Merge branch 'topo' into loopgen-after-readable-order
tree
|
commitdiff
2016-01-19
John Kessenich
Merge pull request #135 from dekimir/topo
tree
|
commitdiff
2016-01-19
Dejan Mircevski
Rework inReadableOrder() as a recursive descent.
tree
|
commitdiff
2016-01-19
Dejan Mircevski
Add spv.branch-return.vert and fix inReadableOrder().
tree
|
commitdiff
2016-01-18
John Kessenich
Merge pull request #134 from AWoloszyn/glslangvalidator...
tree
|
commitdiff
2016-01-18
John Kessenich
Merge pull request #133 from AWoloszyn/spirv-memory
tree
|
commitdiff
2016-01-17
John Kessenich
Doubles: Add all the missing built-in double-based...
tree
|
commitdiff
2016-01-15
John Kessenich
Merge pull request #121 from amdrexu/feature
tree
|
commitdiff
2016-01-14
John Kessenich
Merge pull request #129 from AWoloszyn/fix-noop-strcpy
tree
|
commitdiff
2016-01-14
John Kessenich
Merge pull request #126 from mgadams/win32_warnings
tree
|
commitdiff
2016-01-14
John Kessenich
Tests: Update to match previous pull request.
tree
|
commitdiff
2016-01-11
Dejan Mircevski
Merge branch 'master' of github.com:google/glslang...
tree
|
commitdiff
2016-01-11
Dejan Mircevski
Fix back-branch target for do-while loops.
tree
|
commitdiff
2016-01-11
Dejan Mircevski
Update .out files with new loop SPIR-V.
tree
|
commitdiff
2016-01-11
Dejan Mircevski
Test a for loop with no body.
tree
|
commitdiff
2016-01-11
Dejan Mircevski
Fix unreachable-block removal.
tree
|
commitdiff
2016-01-10
Dejan Mircevski
First cut at new loop codegen.
tree
|
commitdiff
2016-01-05
Rex Xu
Parser & SPV: Implement two extensions regarding GLSL...
tree
|
commitdiff
2016-01-05
John Kessenich
SPV: Handle type punning in createCompositeCompare().
tree
|
commitdiff
2015-12-30
John Kessenich
SPV: Handle stride decorations for arrays of arrays...
tree
|
commitdiff
2015-12-30
John Kessenich
SPV: Fix array strides by explicitly computing them...
tree
|
commitdiff
2015-12-24
John Kessenich
SPV: Generalize multiple struct-type instances for...
tree
|
commitdiff
2015-12-22
John Kessenich
Semantics: Catch nested types containing 'int' with...
tree
|
commitdiff
2015-12-22
John Kessenich
SPV: Implement composite comparisons (reductions across...
tree
|
commitdiff
2015-12-21
John Kessenich
SPV: Move to deterministic results for OpEntryPoint...
tree
|
commitdiff
2015-12-21
John Kessenich
SPV: Make OpEntryPoint I/O list include all static...
tree
|
commitdiff
2015-12-20
John Kessenich
SPV: recursively propagate row/col majorness through...
tree
|
commitdiff
2015-12-19
John Kessenich
SPV: Nested layouts: Recursively send around the top...
tree
|
commitdiff
2015-12-19
John Kessenich
Merge pull request #118 from amdrexu/bugfix
tree
|
commitdiff
2015-12-19
John Kessenich
Merge pull request #120 from amdrexu/bugfix2
tree
|
commitdiff
2015-12-19
John Kessenich
Merge branch 'master' of github.com:KhronosGroup/glslang
tree
|
commitdiff
2015-12-19
John Kessenich
Merge pull request #117 from amdrexu/feature
tree
|
commitdiff
2015-12-19
John Kessenich
Tests for PR: Fix results for 4f68b83ea1b34923a71e69912...
tree
|
commitdiff
2015-12-19
John Kessenich
Merge pull request #119 from thothonegan/master
tree
|
commitdiff
2015-12-16
John Kessenich
Constant folding: Correct result type of non-square...
tree
|
commitdiff
2015-12-15
Rex Xu
SPV: Fix an issue related with imageStore() for 2DMS.
tree
|
commitdiff
2015-12-15
Rex Xu
SPV: Implement GLSL built-in bitcast functions.
tree
|
commitdiff
2015-12-13
John Kessenich
SPV GLSL.std.450: Add needed smear operations for min...
tree
|
commitdiff
2015-12-13
John Kessenich
SPV texturing: Use comp. 2 as the 3rd comp. for Dref...
tree
|
commitdiff
2015-12-13
John Kessenich
Semantics: 'invocations' defaults to 1, not 0.
tree
|
commitdiff
2015-12-12
John Kessenich
SPV: Implement all matrix operators {+,-,*,/} for ...
tree
|
commitdiff
2015-12-12
John Kessenich
Semantics: Geometry stage can support max_vertices...
tree
|
commitdiff
2015-12-11
John Kessenich
SPV tests: Turn on some more tests related to currently...
tree
|
commitdiff
2015-12-11
John Kessenich
Tests: Move to just linefeed to simply cross-platform...
tree
|
commitdiff
2015-12-10
John Kessenich
Linux: Fix case of test file.
tree
|
commitdiff
2015-12-10
John Kessenich
Merge pull request #115 from amdrexu/bugfix
tree
|
commitdiff
2015-12-10
John Kessenich
Merge pull request #114 from amdrexu/bugfix2
tree
|
commitdiff
2015-12-09
Rex Xu
SPV: Scalar smear operation should use type of the...
tree
|
commitdiff
2015-12-09
Rex Xu
Parser: Extension requirement of gl_PrimitiveID and...
tree
|
commitdiff
2015-12-09
John Kessenich
SPV: Protect getStorageClass() with a test that the...
tree
|
commitdiff
2015-12-09
John Kessenich
SPV: Implement OpImage functionality (emit before query).
tree
|
commitdiff
2015-12-08
John Kessenich
Merge pull request #113 from amdrexu/feature
tree
|
commitdiff
2015-12-08
Rex Xu
SPV: Implement GLSL interpolation built-in functions.
tree
|
commitdiff
2015-12-07
John Kessenich
Built-ins: fix mapping of packDouble2x32 and unpackDoub...
tree
|
commitdiff
2015-12-07
John Kessenich
SPV: Fix extra operands when using the "struct" form...
tree
|
commitdiff
2015-12-07
John Kessenich
SPV: Distinguish between std140 and std430 layouts...
tree
|
commitdiff
2015-12-07
John Kessenich
Semantics: Correct that std430 is universally disallowe...
tree
|
commitdiff
2015-12-07
John Kessenich
Merge pull request #100 from mawww/scanner-optim
tree
|
commitdiff
2015-11-28
John Kessenich
Require l-value patch-out indexing to be gl_InvocationID.
tree
|
commitdiff
2015-11-28
John Kessenich
Array-sizing bug fix: multiple array initializers of...
tree
|
commitdiff
2015-11-23
John Kessenich
Merge pull request #98 from amdrexu/myfix
tree
|
commitdiff
2015-11-22
Rex Xu
SPV: Fix an issue related with using CubeArrayShadow...
tree
|
commitdiff
2015-11-16
John Kessenich
SPV testing: Add missing test case.
tree
|
commitdiff
2015-11-16
John Kessenich
SPIR-V: Move from Version .99 Rev 31 to Version 1.0...
tree
|
commitdiff
2015-10-15
John Kessenich
SPV: Remove accidental inclusion of a test.
tree
|
commitdiff
2015-10-15
John Kessenich
SPV: Implement short circuiting of && and || when emitt...
tree
|
commitdiff
2015-10-14
John Kessenich
GL_ARB_shader_draw_parameters: From @amdrexu, implemen...
tree
|
commitdiff
2015-10-13
John Kessenich
Front-end: Fix missing tessellation shader built-in...
tree
|
commitdiff
2015-10-13
John Kessenich
SPV: Add modes for spacing, depth, depth replacing...
tree
|
commitdiff
2015-10-13
John Kessenich
SPV constants and constOffsets completion: isConstant...
tree
|
commitdiff
2015-10-13
John Kessenich
Merge pull request #81 from amdrexu/myfix
tree
|
commitdiff
2015-10-12
Rex Xu
Fix an issue related with texelFetchOffset
tree
|
commitdiff
2015-10-06
John Kessenich
Give error for calling a user-defined function at globa...
tree
|
commitdiff
2015-10-05
John Kessenich
Add another frexp() test.
tree
|
commitdiff
2015-10-02
John Kessenich
Allow future keywords to be accessed as members in...
tree
|
commitdiff
2015-10-01
John Kessenich
Front-end: Fix: Cubemap arrays only use 3-component...
tree
|
commitdiff
2015-10-01
John Kessenich
GLSL front-end: Check recursively for opaque types...
tree
|
commitdiff
2015-09-22
John Kessenich
SPV: Fix missing 'Member' operand to OpArrayLength.
tree
|
commitdiff
2015-09-16
John Kessenich
SPV: Generate the LocalSize Execution Mode for compute...
tree
|
commitdiff
2015-09-16
John Kessenich
SPV: Minor corrections to previous big merge for images...
tree
|
commitdiff
2015-09-16
John Kessenich
Merge pull request #71 from amdrexu/mywork
tree
|
commitdiff
2015-09-16
Rex Xu
Add new test case for image functions and fix issues...
tree
|
commitdiff
2015-09-16
Rex Xu
Merge master branch from upstream
tree
|
commitdiff
2015-09-16
Rex Xu
Merge remote-tracking branch 'upstream/master'
tree
|
commitdiff
2015-09-16
John Kessenich
Full stack: implement textureQueryLod(*) and textureQue...
tree
|
commitdiff
2015-09-15
John Kessenich
SPV OpAtomicCompareSwap: Generate correct operand order...
tree
|
commitdiff
2015-09-15
John Kessenich
SPV legacy texturing: Smear result of Op*Dref* up to...
tree
|
commitdiff
2015-09-15
John Kessenich
SPV return from main: Simplify a legacy design such...
tree
|
commitdiff
2015-09-14
John Kessenich
Bump up layout(location) limit from 62 to 4094, to...
tree
|
commitdiff
2015-09-14
Rex Xu
Merge master branch from upstream
tree
|
commitdiff
2015-09-14
Rex Xu
Merge remote-tracking branch 'upstream/master'
tree
|
commitdiff
2015-09-13
John Kessenich
SPV: Reduce spurious type generation by removing interm...
tree
|
commitdiff
2015-09-13
John Kessenich
SPV arrays: Add support for runtime-sized array types...
tree
|
commitdiff
2015-09-11
John Kessenich
Front-end Arrays of arrays: Add ES-specific checks...
tree
|
commitdiff
2015-09-10
Rex Xu
Merge pull request #1 from KhronosGroup/master
tree
|
commitdiff
2015-09-09
John Kessenich
SPV: Only decorate array and matrix strides for transpa...
tree
|
commitdiff
2015-09-09
John Kessenich
Add test results for merge pull request #69.
tree
|
commitdiff
next