Bug 54099 - [EFL] Add WebGL build option
Summary: [EFL] Add WebGL build option
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-09 06:54 PST by Gyuyoung Kim
Modified: 2011-04-26 15:41 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.57 KB, patch)
2011-02-09 06:57 PST, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2011-02-09 06:54:51 PST
There is no way to enable / disable WebGL in WebKitEFL. However, WebGL is not implemented completely. So, even though WebGL is enabled by this patch, WebGL doesn't run on WebKit EFL yet.
Comment 1 Gyuyoung Kim 2011-02-09 06:57:38 PST
Created attachment 81802 [details]
Patch
Comment 2 Gyuyoung Kim 2011-02-22 01:21:06 PST
I'd like to land this patch. :-)
Comment 3 Lucas De Marchi 2011-02-22 04:44:10 PST
Comment on attachment 81802 [details]
Patch

You need to add this option to Source/cmakeconfig.h.cmake, too. What's missing to make WebGL work on EFL port? Wouldn't it be better to add these missing pieces first?

I'm fine to add this part if it's easier this way and you're planning to add the missing bits really soon.
Comment 4 Gyuyoung Kim 2011-02-22 21:44:06 PST
(In reply to comment #3)
> (From update of attachment 81802 [details])
> You need to add this option to Source/cmakeconfig.h.cmake, too. What's missing to make WebGL work on EFL port? Wouldn't it be better to add these missing pieces first?
> 
> I'm fine to add this part if it's easier this way and you're planning to add the missing bits really soon.

I planed to implement this feature after finishing patches regarding html 5 video control ui. I am preparing media control ui patches. Ok, I will focus on this feature again after finishing my current work. Thank you for your comment.
Comment 5 Lucas De Marchi 2011-04-26 15:41:34 PDT
Ok, It'd be great if you come up with this later.