commit
8be85e605a
@ -1,8 +1,3 @@
|
|||||||
/qtwebkit-opensource-src-5.4.0.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.4.1.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.4.2.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.5.0-rc.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.5.0.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.5.1-rc1.tar.xz
|
|
||||||
/qtwebkit-opensource-src-5.5.1.tar.xz
|
/qtwebkit-opensource-src-5.5.1.tar.xz
|
||||||
/qtwebkit-opensource-src-5.6.0-beta.tar.gz
|
/qtwebkit-opensource-src-5.6.0-beta.tar.gz
|
||||||
|
/qtwebkit-opensource-src-5.6.0-beta1.tar.xz
|
||||||
|
@ -1,114 +0,0 @@
|
|||||||
diff -up qtwebkit-opensource-src-5.0.2/Source/api.pri.system_angle qtwebkit-opensource-src-5.0.2/Source/api.pri
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Source/api.pri.system_angle 2013-04-08 19:11:51.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Source/api.pri 2013-05-25 07:24:57.723118634 -0500
|
|
||||||
@@ -24,8 +24,6 @@ build?(webkit1): {
|
|
||||||
}
|
|
||||||
build?(webkit2): QMAKE_INTERNAL_INCLUDED_FILES *= WebKit2/Target.pri
|
|
||||||
|
|
||||||
-use?(3D_GRAPHICS): WEBKIT += angle
|
|
||||||
-
|
|
||||||
MODULE = webkit
|
|
||||||
CONFIG += creating_module
|
|
||||||
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Source/WebCore/Target.pri.system_angle qtwebkit-opensource-src-5.0.2/Source/WebCore/Target.pri
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Source/WebCore/Target.pri.system_angle 2013-04-08 19:11:51.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Source/WebCore/Target.pri 2013-05-25 07:24:57.722118644 -0500
|
|
||||||
@@ -3988,7 +3988,7 @@ use?(3D_GRAPHICS) {
|
|
||||||
platform/graphics/texmap/TextureMapperGL.cpp \
|
|
||||||
platform/graphics/texmap/TextureMapperShaderManager.cpp
|
|
||||||
|
|
||||||
- INCLUDEPATH += $$PWD/platform/graphics/gpu
|
|
||||||
+ INCLUDEPATH += $$PWD/platform/graphics/gpu /usr/include/GLSLANG
|
|
||||||
|
|
||||||
contains(QT_CONFIG, opengl) | contains(QT_CONFIG, opengles2) {
|
|
||||||
!contains(QT_CONFIG, opengles2) {
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Source/WebCore/WebCore.pri.system_angle qtwebkit-opensource-src-5.0.2/Source/WebCore/WebCore.pri
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Source/WebCore/WebCore.pri.system_angle 2013-05-25 07:24:57.718118687 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Source/WebCore/WebCore.pri 2013-05-25 09:24:18.318809566 -0500
|
|
||||||
@@ -214,12 +214,13 @@ enable?(WEB_AUDIO) {
|
|
||||||
|
|
||||||
use?(3D_GRAPHICS) {
|
|
||||||
win32: {
|
|
||||||
- win32-g++: {
|
|
||||||
+ win32-g++*: {
|
|
||||||
# Make sure OpenGL libs are after the webcore lib so MinGW can resolve symbols
|
|
||||||
contains(QT_CONFIG, opengles2) {
|
|
||||||
CONFIG(debug, debug|release):contains(QT_CONFIG, angle) {
|
|
||||||
LIBS += $$QMAKE_LIBS_OPENGL_ES2_DEBUG
|
|
||||||
} else {
|
|
||||||
+ INCLUDEPATH += /usr/i686-w64-mingw32/sys-root/mingw/include/GLSLANG
|
|
||||||
LIBS += $$QMAKE_LIBS_OPENGL_ES2
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
@@ -228,6 +229,8 @@ use?(3D_GRAPHICS) {
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
contains(QT_CONFIG, opengles2): LIBS += -lEGL
|
|
||||||
+ INCLUDEPATH += /usr/include/GLSLANG
|
|
||||||
+ LIBS += -ltranslator_glsl -ltranslator_common -lpreprocessor
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Source/WebKit2/Target.pri.system_angle qtwebkit-opensource-src-5.0.2/Source/WebKit2/Target.pri
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Source/WebKit2/Target.pri.system_angle 2013-04-08 19:11:42.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Source/WebKit2/Target.pri 2013-05-25 07:24:57.723118634 -0500
|
|
||||||
@@ -938,7 +938,10 @@ enable?(TOUCH_EVENTS) {
|
|
||||||
|
|
||||||
enable?(GEOLOCATION): QT += location
|
|
||||||
|
|
||||||
-use?(3D_GRAPHICS): WEBKIT += angle
|
|
||||||
+use?(3D_GRAPHICS) {
|
|
||||||
+ WEBKIT += angle
|
|
||||||
+ INCLUDEPATH += /usr/include/GLSLANG
|
|
||||||
+}
|
|
||||||
|
|
||||||
use?(PLUGIN_BACKEND_XLIB) {
|
|
||||||
DEFINES += XP_UNIX
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Source/WebKit/WebKit1.pro.system_angle qtwebkit-opensource-src-5.0.2/Source/WebKit/WebKit1.pro
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Source/WebKit/WebKit1.pro.system_angle 2013-04-08 19:11:39.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Source/WebKit/WebKit1.pro 2013-05-25 07:24:57.722118644 -0500
|
|
||||||
@@ -92,7 +92,10 @@ HEADERS += \
|
|
||||||
INCLUDEPATH += \
|
|
||||||
$$PWD/qt/WebCoreSupport
|
|
||||||
|
|
||||||
-use?(3D_GRAPHICS): WEBKIT += angle
|
|
||||||
+use?(3D_GRAPHICS) {
|
|
||||||
+ WEBKIT += angle
|
|
||||||
+ INCLUDEPATH += /usr/include/GLSLANG
|
|
||||||
+}
|
|
||||||
|
|
||||||
enable?(GEOLOCATION) {
|
|
||||||
HEADERS += \
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/features/webkit_modules.prf.system_angle qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/features/webkit_modules.prf
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/features/webkit_modules.prf.system_angle 2013-04-08 19:11:53.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/features/webkit_modules.prf 2013-05-25 07:24:57.723118634 -0500
|
|
||||||
@@ -7,7 +7,7 @@
|
|
||||||
|
|
||||||
# Reorder libraries so that the link and include order is correct,
|
|
||||||
# and make sure the case matches the original case.
|
|
||||||
-libraries = WebKit1 WebKit2 WebCore ANGLE JavaScriptCore WTF
|
|
||||||
+libraries = WebKit1 WebKit2 WebCore JavaScriptCore WTF
|
|
||||||
for(library, libraries) {
|
|
||||||
contains(WEBKIT, $$lower($$library)) {
|
|
||||||
WEBKIT -= $$lower($$library)
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/modules/angle.prf.system_angle qtwebkit-opensource-src-5.0.2/Tools/qmake/mkspecs/modules/angle.prf
|
|
||||||
diff -up qtwebkit-opensource-src-5.0.2/WebKit.pro.system_angle qtwebkit-opensource-src-5.0.2/WebKit.pro
|
|
||||||
--- qtwebkit-opensource-src-5.0.2/WebKit.pro.system_angle 2013-04-08 19:11:32.000000000 -0500
|
|
||||||
+++ qtwebkit-opensource-src-5.0.2/WebKit.pro 2013-05-25 07:24:57.720118666 -0500
|
|
||||||
@@ -18,11 +18,11 @@ JavaScriptCore.file = Source/JavaScriptC
|
|
||||||
JavaScriptCore.makefile = Makefile.JavaScriptCore
|
|
||||||
SUBDIRS += JavaScriptCore
|
|
||||||
|
|
||||||
-use?(3D_GRAPHICS) {
|
|
||||||
- ANGLE.file = Source/ThirdParty/ANGLE/ANGLE.pro
|
|
||||||
- ANGLE.makefile = Makefile.ANGLE
|
|
||||||
- SUBDIRS += ANGLE
|
|
||||||
-}
|
|
||||||
+#use?(3D_GRAPHICS) {
|
|
||||||
+# ANGLE.file = Source/ThirdParty/ANGLE/ANGLE.pro
|
|
||||||
+# ANGLE.makefile = Makefile.ANGLE
|
|
||||||
+# SUBDIRS += ANGLE
|
|
||||||
+#}
|
|
||||||
|
|
||||||
WebCore.file = Source/WebCore/WebCore.pro
|
|
||||||
WebCore.makefile = Makefile.WebCore
|
|
@ -1,57 +0,0 @@
|
|||||||
Index: trunk/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp
|
|
||||||
===================================================================
|
|
||||||
--- trunk/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp (revision 136430)
|
|
||||||
+++ trunk/Source/WebCore/platform/graphics/ANGLEWebKitBridge.cpp (revision 142567)
|
|
||||||
@@ -33,7 +33,14 @@
|
|
||||||
namespace WebCore {
|
|
||||||
|
|
||||||
-inline static int getValidationResultValue(const ShHandle compiler, ShShaderInfo shaderInfo)
|
|
||||||
-{
|
|
||||||
- int value = -1;
|
|
||||||
+// Temporary typedef to support an incompatible change in the ANGLE API.
|
|
||||||
+#if !defined(ANGLE_SH_VERSION) || ANGLE_SH_VERSION < 108
|
|
||||||
+typedef int ANGLEGetInfoType;
|
|
||||||
+#else
|
|
||||||
+typedef size_t ANGLEGetInfoType;
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
+inline static ANGLEGetInfoType getValidationResultValue(const ShHandle compiler, ShShaderInfo shaderInfo)
|
|
||||||
+{
|
|
||||||
+ ANGLEGetInfoType value = 0;
|
|
||||||
ShGetInfo(compiler, shaderInfo, &value);
|
|
||||||
return value;
|
|
||||||
@@ -56,13 +63,11 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
- int numSymbols = getValidationResultValue(compiler, symbolType);
|
|
||||||
- if (numSymbols < 0)
|
|
||||||
- return false;
|
|
||||||
-
|
|
||||||
- int maxNameLength = getValidationResultValue(compiler, symbolMaxNameLengthType);
|
|
||||||
+ ANGLEGetInfoType numSymbols = getValidationResultValue(compiler, symbolType);
|
|
||||||
+
|
|
||||||
+ ANGLEGetInfoType maxNameLength = getValidationResultValue(compiler, symbolMaxNameLengthType);
|
|
||||||
if (maxNameLength <= 1)
|
|
||||||
return false;
|
|
||||||
|
|
||||||
- int maxMappedNameLength = getValidationResultValue(compiler, SH_MAPPED_NAME_MAX_LENGTH);
|
|
||||||
+ ANGLEGetInfoType maxMappedNameLength = getValidationResultValue(compiler, SH_MAPPED_NAME_MAX_LENGTH);
|
|
||||||
if (maxMappedNameLength <= 1)
|
|
||||||
return false;
|
|
||||||
@@ -72,7 +77,7 @@
|
|
||||||
Vector<char, 256> mappedNameBuffer(maxMappedNameLength);
|
|
||||||
|
|
||||||
- for (int i = 0; i < numSymbols; ++i) {
|
|
||||||
+ for (ANGLEGetInfoType i = 0; i < numSymbols; ++i) {
|
|
||||||
ANGLEShaderSymbol symbol;
|
|
||||||
- int nameLength = -1;
|
|
||||||
+ ANGLEGetInfoType nameLength = 0;
|
|
||||||
switch (symbolType) {
|
|
||||||
case SH_ACTIVE_ATTRIBUTES:
|
|
||||||
@@ -88,5 +93,5 @@
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
- if (nameLength <= 0)
|
|
||||||
+ if (!nameLength)
|
|
||||||
return false;
|
|
||||||
|
|
Loading…
Reference in new issue