Bug 102188 - [EFL][WK2][AC] Print out warning if we fallback back to software mode
Summary: [EFL][WK2][AC] Print out warning if we fallback back to software mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-14 00:34 PST by Chris Dumez
Modified: 2012-11-14 05:15 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.50 KB, patch)
2012-11-14 00:36 PST, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2012-11-14 00:34:29 PST
Currently, our implementation silently falls back to software mode if the Evas_Gl cannot be created. We should at least print a warning to notify the developer.
Comment 1 Chris Dumez 2012-11-14 00:36:58 PST
Created attachment 174093 [details]
Patch
Comment 2 Kenneth Rohde Christiansen 2012-11-14 03:18:43 PST
Comment on attachment 174093 [details]
Patch

Good idea
Comment 3 WebKit Review Bot 2012-11-14 03:25:25 PST
Comment on attachment 174093 [details]
Patch

Clearing flags on attachment: 174093

Committed r134590: <http://trac.webkit.org/changeset/134590>
Comment 4 WebKit Review Bot 2012-11-14 03:25:30 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Yael 2012-11-14 05:15:09 PST
I didn't add this because Evas already gives such a warning :)
Starting /home/yael/webkit/ws1/ACEflWebKitBuild/Debug/bin/MiniBrowser...
CRI<11798>:elementary elm_win.c:2445 elm_win_add() OpenGL engine creation failed. Trying default.
CRI<11798>:elementary elm_win.c:2449 elm_win_add() Software X11Fallback to Software X11 successful.
ERR<11798>:evas_main evas_gl.c:42 evas_gl_new() Evas GL engine not available.