WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
73679
[chromium] Use EXT_discard_framebuffer to optimize buffer clearing
https://bugs.webkit.org/show_bug.cgi?id=73679
Summary
[chromium] Use EXT_discard_framebuffer to optimize buffer clearing
Sami Kyostila
Reported
2011-12-02 11:29:48 PST
In situations where we know that rendering is fully opaque and covers the entire framebuffer we could use the EXT_discard_framebuffer extension (where available) instead of glClear(). This allows some GPUs to avoid copying the previous framebuffer contents to temporary storage when starting to render. The extension spec can be found at
http://www.khronos.org/registry/gles/extensions/EXT/EXT_discard_framebuffer.txt
Attachments
Add attachment
proposed patch, testcase, etc.
Stephen Chenney
Comment 1
2013-04-12 07:30:28 PDT
https://code.google.com/p/chromium/issues/detail?id=230815
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