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

Unified Diff: src/gpu/gl/GrGLCreateNullInterface.cpp

Issue 2007973002: Manually generated sRGB mipmaps. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Build mips with draw calls Created 4 years, 7 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: src/gpu/gl/GrGLCreateNullInterface.cpp
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp
index 7282667913b9b368a58ae7983415ef2127fe58da..9f166c4a9b75f762ca8ec9bbd5ead0dd945bf2dc 100644
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
@@ -258,6 +258,7 @@ public:
*params = 1;
break;
case GR_GL_FRAMEBUFFER_BINDING:
+ case GR_GL_READ_FRAMEBUFFER_BINDING:
Brian Osman 2016/05/27 20:37:11 Leftover from the blit implementation, I'll remove
*params = 0;
break;
case GR_GL_VIEWPORT:

Powered by Google App Engine
This is Rietveld 408576698