Bug 38216 - [Qt] GraphicsContext3DQt.cpp does not implement isGLES2Compliant()
Summary: [Qt] GraphicsContext3DQt.cpp does not implement isGLES2Compliant()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 13:55 PDT by Jarkko Sakkinen
Modified: 2010-04-29 01:26 PDT (History)
1 user (show)

See Also:


Attachments
Checks the paint engine type. (1.18 KB, patch)
2010-04-27 14:07 PDT, Jarkko Sakkinen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jarkko Sakkinen 2010-04-27 13:55:03 PDT
New method has been added to GraphicsContext3D.h called isGLES2Compiliant(). In Mac WebKit it is implemented by returning false. The proper way to implement it in Qt side is probably checking whether paint engine is of type OpenGL2.
Comment 1 Jarkko Sakkinen 2010-04-27 14:07:40 PDT
Created attachment 54453 [details]
Checks the paint engine type.
Comment 2 WebKit Commit Bot 2010-04-29 01:26:04 PDT
Comment on attachment 54453 [details]
Checks the paint engine type.

Clearing flags on attachment: 54453

Committed r58484: <http://trac.webkit.org/changeset/58484>
Comment 3 WebKit Commit Bot 2010-04-29 01:26:09 PDT
All reviewed patches have been landed.  Closing bug.