WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 54327
[chromium] Accelerated PlatformContextSkia doesn't always render with the correct context
https://bugs.webkit.org/show_bug.cgi?id=54327
Summary
[chromium] Accelerated PlatformContextSkia doesn't always render with the cor...
Vangelis Kokkevis
Reported
2011-02-11 17:39:04 PST
When using the gpu-accelerated skia path (ENABLE(SKIA_GPU)), all GraphicsContext methods must first set the current GL context to the context that the underlying gpu canvas uses. Currently only methods that call PlatformContextSkia::prepareForSoftwareDraw() will do that. An example of a method that won't set the GL context is GraphicsContext::clearRect() but there's plenty of others.
Attachments
Add attachment
proposed patch, testcase, etc.
Brian Salomon
Comment 1
2011-10-14 05:24:50 PDT
We now set the correct context before each GL call.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug