Bug 125060 - Implement OES texture half float linear
Summary: Implement OES texture half float linear
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-12-01 21:30 PST by Dean Jackson
Modified: 2014-01-10 15:49 PST (History)
12 users (show)

See Also:


Attachments
Patch (68.78 KB, patch)
2014-01-10 15:30 PST, Dean Jackson
no flags Details | Formatted Diff | Diff
Patch (79.11 KB, patch)
2014-01-10 15:40 PST, Dean Jackson
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2013-12-01 21:30:40 PST
Once OES_texture_float_linear is supported, we should also add OES_texture_half_float_linear. 

https://bugs.webkit.org/show_bug.cgi?id=124871 OES_texture_float_linear
https://bugs.webkit.org/show_bug.cgi?id=110936 Support for half float texImage2D types

<rdar://problem/15563028>
Comment 1 Radar WebKit Bug Importer 2014-01-09 19:36:29 PST
<rdar://problem/15789337>
Comment 2 Dean Jackson 2014-01-10 15:30:33 PST
Created attachment 220897 [details]
Patch
Comment 3 EFL EWS Bot 2014-01-10 15:35:24 PST
Comment on attachment 220897 [details]
Patch

Attachment 220897 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/5217359438544896
Comment 4 Dean Jackson 2014-01-10 15:40:44 PST
Created attachment 220900 [details]
Patch
Comment 5 Brent Fulgham 2014-01-10 15:44:41 PST
Comment on attachment 220900 [details]
Patch

r=me
Comment 6 Dean Jackson 2014-01-10 15:49:22 PST
Committed r161688: <http://trac.webkit.org/changeset/161688>