NEW 126156
ImageBufferBackingStoreCache should support "opaque" surfaces
https://bugs.webkit.org/show_bug.cgi?id=126156
Summary ImageBufferBackingStoreCache should support "opaque" surfaces
Tim Horton
Reported 2013-12-23 03:40:21 PST
That is, it should support surfaces that it doesn't waste time clearing in deallocate(), because the consumer of said surface knows that it's going to paint over the whole thing. This may not make sense for the other applications, but it would shave ~3.7% of completely unnecessary main thread time off of my remote layer painting stress test.
Attachments
Note You need to log in before you can comment on or make changes to this bug.