Bug 107681 - Fix build break when EFL port is built with --no-tiled-backing-store
Summary: Fix build break when EFL port is built with --no-tiled-backing-store
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
: 115686 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-01-23 05:41 PST by Gyuyoung Kim
Modified: 2015-06-15 03:37 PDT (History)
11 users (show)

See Also:


Attachments
Patch (4.39 KB, patch)
2013-01-23 05:44 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (7.06 KB, patch)
2013-02-05 22:28 PST, Gyuyoung Kim
buildbot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-01-23 05:41:42 PST
There are some build breaks when EFL port is compiled without tiled-backing-store or webgl. I disabled WebGL when tiled backing store is disabled because webgl and tiled backing store are coupled tightly. But, I'm not sure if WebGL can be disabled together when tiled backing store is disabled. Please leave any comment about it.
Comment 1 Gyuyoung Kim 2013-01-23 05:44:54 PST
Created attachment 184210 [details]
Patch
Comment 2 Gyuyoung Kim 2013-01-28 16:25:20 PST
CC'ing Laszlo and Kenneth, could you take a look this ?
Comment 3 Gyuyoung Kim 2013-02-05 22:28:11 PST
Created attachment 186758 [details]
Patch
Comment 4 Gyuyoung Kim 2013-02-05 22:34:16 PST
Sometimes there are bugs related to tiled backing store. I think this patch can help to check if the bugs come from tiled backing store.
Comment 5 Build Bot 2013-02-06 01:33:07 PST
Comment on attachment 186758 [details]
Patch

Attachment 186758 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/16387193
Comment 6 Dongwoo Joshua Im (dwim) 2013-06-06 22:20:21 PDT
*** Bug 115686 has been marked as a duplicate of this bug. ***
Comment 7 Ryuan Choi 2015-06-15 03:37:54 PDT
Nowadays, we always use tiled backing store and this option is removed