DescriptionRename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision with real discardFramebufferEXT
Calling the (real) discardFramebufferEXT in the compositor is a performance win, at least on tilers. However
currently it can't be called because we alias the name for a different API that controls backbuffer
allocation, which I don't want to change. This renames the code to make backbuffer control a completely
separate API so I can pipe GL_EXT_discard_framebuffer in fully as a follow-up.
Depends on https://bugs.webkit.org/show_bug.cgi?id=104316
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171908
Patch Set 1 #Patch Set 2 : fix webgraphicscontext3d_command_buffer_impl.cc #Patch Set 3 : back out accidental change to compositor_impl_android.cc #
Messages
Total messages: 7 (0 generated)
|