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

Unified Diff: gpu/command_buffer/service/gles2_cmd_srgb_converter.h

Issue 2362163003: [Command buffer] blitFramebuffer should not disable scissor test (Closed)
Patch Set: Fix bots failure: we don't disable scissor test deliberately now Created 4 years, 3 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
Index: gpu/command_buffer/service/gles2_cmd_srgb_converter.h
diff --git a/gpu/command_buffer/service/gles2_cmd_srgb_converter.h b/gpu/command_buffer/service/gles2_cmd_srgb_converter.h
index f711fc8daddebe45c6fd96684902063b11d76499..17a21957f7dd58a38fb1aa67bb2436275199315d 100644
--- a/gpu/command_buffer/service/gles2_cmd_srgb_converter.h
+++ b/gpu/command_buffer/service/gles2_cmd_srgb_converter.h
@@ -48,7 +48,8 @@ class GPU_EXPORT SRGBConverter {
GLenum src_framebuffer_type,
GLuint dst_framebuffer,
bool decode,
- bool encode);
+ bool encode,
+ bool enable_scissor_test);
private:
void InitializeSRGBConverterProgram();

Powered by Google App Engine
This is Rietveld 408576698