Bug 43119

Summary: Hook the GLES2 rendering path up to GraphicsContextSkia.
Product: WebKit Reporter: Stephen White <senorblanco>
Component: New BugsAssignee: Stephen White <senorblanco>
Status: RESOLVED FIXED    
Severity: Normal CC: fishd, jamesr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Patch fishd: review+

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>