aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2016-11-14 21:22:05 -0700
committerJohn Kessenich <cepheus@frii.com>2016-11-14 21:22:05 -0700
commitfabe7d6a613782d49becaef86aa0161ed7d3c4d7 (patch)
tree8af5cb5370a7fcf0cab2ffa5ae2a9e93215a97e0
parent0bf06d3cf55f31fc113c6b16ae69e019bb9a1146 (diff)
downloadglslang-fabe7d6a613782d49becaef86aa0161ed7d3c4d7.tar.gz
Test results: Fix incorrect test result caused by parallel development. Issue #594.
-rw-r--r--Test/baseResults/hlsl.rw.register.frag.out4
-rw-r--r--glslang/Include/revision.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/Test/baseResults/hlsl.rw.register.frag.out b/Test/baseResults/hlsl.rw.register.frag.out
index b2d8f299..f369cac7 100644
--- a/Test/baseResults/hlsl.rw.register.frag.out
+++ b/Test/baseResults/hlsl.rw.register.frag.out
@@ -39,9 +39,9 @@ gl_FragCoord origin is upper left
0:17 0 (const int)
0:17 Branch: Return
0:? Linker Objects
+0:? 'Color' (layout(location=0 ) out 4-component vector of float)
0:? 'g_tTex1df1' (layout(binding=2 r32f ) uniform image1D)
0:? 'g_tBuf1du1' (layout(binding=3 r32ui ) uniform uimageBuffer)
-0:? 'Color' (layout(location=0 ) out 4-component vector of float)
Linked fragment stage:
@@ -87,9 +87,9 @@ gl_FragCoord origin is upper left
0:17 0 (const int)
0:17 Branch: Return
0:? Linker Objects
+0:? 'Color' (layout(location=0 ) out 4-component vector of float)
0:? 'g_tTex1df1' (layout(binding=2 r32f ) uniform image1D)
0:? 'g_tBuf1du1' (layout(binding=3 r32ui ) uniform uimageBuffer)
-0:? 'Color' (layout(location=0 ) out 4-component vector of float)
// Module Version 10000
// Generated by (magic number): 80001
diff --git a/glslang/Include/revision.h b/glslang/Include/revision.h
index c8b1b10a..4ec53322 100644
--- a/glslang/Include/revision.h
+++ b/glslang/Include/revision.h
@@ -2,5 +2,5 @@
// For the version, it uses the latest git tag followed by the number of commits.
// For the date, it uses the current date (when then script is run).
-#define GLSLANG_REVISION "Overload400-PrecQual.1603"
-#define GLSLANG_DATE "16-Oct-2016"
+#define GLSLANG_REVISION "Overload400-PrecQual.1650"
+#define GLSLANG_DATE "14-Nov-2016"