RESOLVED FIXED 62436
[EFL] add image content hint information for tile image object when it is created
https://bugs.webkit.org/show_bug.cgi?id=62436
Summary [EFL] add image content hint information for tile image object when it is cre...
KwangHyuk
Reported 2011-06-10 00:44:02 PDT
When application is using opengl_x11 Ecore_Evas, it can be working as gl texture. In order to support this enhanced feature, image content hint information must be specified as EVAS_IMAGE_CONTENT_HINT_DYNAMIC.
Attachments
To set image content hint information for tile image when it is working under opengl_x11 engine (1.95 KB, application/octet-stream)
2011-06-10 00:54 PDT, KwangHyuk
no flags
propose patch (1.95 KB, patch)
2011-06-10 00:58 PDT, KwangHyuk
no flags
fix warning message from previous patch (1.96 KB, patch)
2011-06-10 02:50 PDT, KwangHyuk
no flags
KwangHyuk
Comment 1 2011-06-10 00:54:01 PDT
Created attachment 96707 [details] To set image content hint information for tile image when it is working under opengl_x11 engine
KwangHyuk
Comment 2 2011-06-10 00:58:19 PDT
Created attachment 96708 [details] propose patch I have corrected content type to patch
KwangHyuk
Comment 3 2011-06-10 02:50:22 PDT
Created attachment 96719 [details] fix warning message from previous patch
Kenneth Rohde Christiansen
Comment 4 2011-06-10 03:17:37 PDT
Comment on attachment 96719 [details] fix warning message from previous patch can't it be added always?
KwangHyuk
Comment 5 2011-06-10 03:53:33 PDT
Good Point. In fact, This feature is now supported by evas. (evas_gl_texture.c) If gl driver support zero copy texture, it will working as zero copy texture, or else, it will just working as gl texture. So, It can be added always.
KwangHyuk
Comment 6 2011-06-10 04:06:14 PDT
But, It can be added always when it is working with opengl_x11 engine. So, condition is required for.
WebKit Review Bot
Comment 7 2011-06-10 04:30:29 PDT
Comment on attachment 96719 [details] fix warning message from previous patch Clearing flags on attachment: 96719 Committed r88537: <http://trac.webkit.org/changeset/88537>
WebKit Review Bot
Comment 8 2011-06-10 04:30:35 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.