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
Note You need to log in before you can comment on or make changes to this bug.