[Webkit-unassigned] [Bug 48673] Implementation Color Read Format RGB565/UNSIGNED_SHORT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 15:00:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=48673





--- Comment #1 from Zhenyao Mo <zmo at google.com>  2010-10-29 15:00:05 PST ---
On desktop GL backend, we should map RGB565 to RGB, UNSIGNED_SHORT to UNSIGNED_SHORT_5_6_5.

On GLES backend, we should query if the implementation supports RGB565/UNSIGNED_SHORT.  If not, we need to use RGBA/UNSIGNED_BYTE and then pack the data to RGB565/UNSIGNED_SHORT.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list