Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Unified Diff: trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc

Issue 382003004: Revert 282393 "Do not call glDrawBuffersARB when the extension i..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « trunk/src/gpu/command_buffer/service/framebuffer_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc
===================================================================
--- trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc (revision 282401)
+++ trunk/src/gpu/command_buffer/service/gles2_cmd_decoder.cc (working copy)
@@ -3122,7 +3122,6 @@
bool reset_draw_buffer = false;
if ((backbuffer_needs_clear_bits_ | GL_COLOR_BUFFER_BIT) != 0 &&
group_->draw_buffer() == GL_NONE) {
- DCHECK(gfx::g_driver_gl.ext.b_GL_ARB_draw_buffers);
reset_draw_buffer = true;
GLenum buf = GL_BACK;
if (GetBackbufferServiceId() != 0) // emulated backbuffer
« no previous file with comments | « trunk/src/gpu/command_buffer/service/framebuffer_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698