[Webkit-unassigned] [Bug 93206] [Qt] Compile errors with OpenGLES2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 5 13:21:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93206





--- Comment #1 from Loïc Yhuel <loic.yhuel_ext at softathome.com>  2012-08-05 13:21:09 PST ---
First error is due to a define added in r122586 :
 - in Source/WebCore/platform/Graphics/OpenGLESShims.h : #define GL_MAX_SAMPLES_EXT 0x8D57
 - in Source/ThirdParty/ANGLE/include/GLES2/gl2ext.h : #define GL_MAX_SAMPLES_EXT 0x9135
Should the OpenGLESShims.h value be used only for Blackberry ?

For the second error, GLX should only be used with OpenGL, we could modify features.prf :
haveQt(5):linux-*:config_glx:!contains(QT_CONFIG, opengles2): DEFINES += HAVE_GLX=1

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list