|
Made the API of shader translator library consistent.
- We recently started using OpenGL-type enums. This CL makes all old enums consistent with the new scheme.
- Renamed TBuiltInResource to ShBuiltInResources to have a consistent prefix
BUG=46
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+222 lines, -223 lines) |
Patch |
|
M |
include/GLSLANG/ShaderLang.h
|
View
|
1
2
|
7 chunks |
+86 lines, -82 lines |
0 comments
|
Download
|
|
M |
samples/translator/translator.cpp
|
View
|
1
2
|
10 chunks |
+30 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/compiler/CodeGenGLSL.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/CodeGenHLSL.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/Compiler.cpp
|
View
|
1
2
|
6 chunks |
+22 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/compiler/Initialize.h
|
View
|
1
2
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/Initialize.cpp
|
View
|
1
2
|
9 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
|
M |
src/compiler/OutputHLSL.cpp
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/ParseHelper.h
|
View
|
1
2
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/compiler/ParseHelper.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/ShHandle.h
|
View
|
1
|
4 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/compiler/ShaderLang.cpp
|
View
|
1
2
|
6 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/compiler/TranslatorGLSL.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/TranslatorGLSL.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/TranslatorHLSL.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/TranslatorHLSL.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/VariableInfo.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/VariableInfo.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/glslang.y
|
View
|
|
3 chunks |
+18 lines, -40 lines |
0 comments
|
Download
|
|
M |
src/libGLESv2/Shader.cpp
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
Total messages: 7
|