Bug 43119 - Hook the GLES2 rendering path up to GraphicsContextSkia.
Summary: Hook the GLES2 rendering path up to GraphicsContextSkia.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Stephen White
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 08:10 PDT by Stephen White
Modified: 2010-07-28 13:21 PDT (History)
2 users (show)

See Also:


Attachments
Patch (11.68 KB, patch)
2010-07-28 08:18 PDT, Stephen White
no flags Details | Formatted Diff | Diff
Patch (13.96 KB, patch)
2010-07-28 12:49 PDT, Stephen White
fishd: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen White 2010-07-28 08:10:30 PDT
Hook the GLES2 rendering path up to GraphicsContextSkia.
Comment 1 Stephen White 2010-07-28 08:18:48 PDT
Created attachment 62823 [details]
Patch
Comment 2 Darin Adler 2010-07-28 11:01:40 PDT
Comment on attachment 62823 [details]
Patch

preSoftwareDraw is not a good function name. Function names should be verb phrases.
Comment 3 Stephen White 2010-07-28 12:49:19 PDT
Created attachment 62862 [details]
Patch
Comment 4 Stephen White 2010-07-28 13:01:53 PDT
(In reply to comment #2)
> (From update of attachment 62823 [details])
> preSoftwareDraw is not a good function name. Function names should be verb phrases.

OK, renamed to prepareForSoftwareDraw().
Comment 5 Stephen White 2010-07-28 13:21:32 PDT
Committed r64227: <http://trac.webkit.org/changeset/64227>