RESOLVED FIXED 4924
GraphicsContextMac should use CGContext as much as possible rather than NSGraphicsContext
https://bugs.webkit.org/show_bug.cgi?id=4924
Summary GraphicsContextMac should use CGContext as much as possible rather than NSGra...
Darin Adler
Reported 2005-09-10 14:53:22 PDT
Using CGContext directly will be simpler, and probably faster.
Attachments
patch to move to CGContext, some other small improvements (41.28 KB, patch)
2005-09-10 14:54 PDT, Darin Adler
adele: review-
Darin Adler
Comment 1 2005-09-10 14:54:14 PDT
Created attachment 3851 [details] patch to move to CGContext, some other small improvements
Maciej Stachowiak
Comment 2 2005-09-13 03:43:32 PDT
Comment on attachment 3851 [details] patch to move to CGContext, some other small improvements r=me _fillRectXX finally meets its maker!
Adele Peterson
Comment 3 2005-09-16 11:09:09 PDT
Chris measured a performance regression that he tracked down to this bug. I'm reopening so we can address the performance issue.
Darin Adler
Comment 4 2006-05-03 14:48:21 PDT
We're doing this again as of my recent check-in -- I don't think we'll see the performance regression this time.
Note You need to log in before you can comment on or make changes to this bug.