Re: [webkit-dev] Proposal: Remove TextureMapperImageBuffer

2015-04-23 Thread Gwang Yoon Hwang
Hi all, After llvmpipe(Mesa) is blacklisted in EFL (after bumped up EFL), I couldn’t fix regressions related with TextureMapper and CoordinatedGraphics in EFL port. I agree to remove TextureMapperImageBuffer and disable accelerated compositing in EFL port for awhile. Gyuyoung, could you find o

Re: [webkit-dev] Is Nix/GTK/EFL really using applyPageScaleFactorInCompositor?

2013-09-15 Thread Gwang-Yoon Hwang
Hello, Benjamin. In coordinated graphics, applyPageScaleFactorInComposit**or is intended to prevent relayout occurred by scale factor changes. However, as you mentioned, coordinated graphics uses setUseFixedLayout as a flag to apply optimization for mobile, I agree that applyPageScaleFactorInComp

Re: [webkit-dev] Webkit 2 drawing

2013-06-05 Thread Gwang-Yoon Hwang
mentations. >> >> Thanks and Regards, >> Vishvesh >> ___ >> webkit-dev mailing list >> webkit-dev@lists.webkit.org >> https://lists.webkit.org/mailman/listinfo/webkit-dev >> >> >> > >

Re: [webkit-dev] Current status of threaded compositor for WebKit Gtk

2013-04-14 Thread Gwang-Yoon Hwang
Thanks for respond. On Mon, Apr 15, 2013 at 1:10 AM, Martin Robinson wrote: > On Sun, Apr 14, 2013 at 12:52 AM, Gwang-Yoon Hwang > wrote: > > Nice work! > > > 1. There are 3 accelerated compositing methods in WebKit1 Gtk. Cairo, > > Clutter, and GL. These patch

[webkit-dev] Current status of threaded compositor for WebKit Gtk

2013-04-14 Thread Gwang-Yoon Hwang
Long time no see. I would like to share some of progresses about threaded compositor for WebKitGtk. First of all, I made a another prototype about it and I push it on github. https://github.com/ryumiel/webkit-experimental/commits/threaded-compositing *Needs discussion, and clean up. (For Gtk port