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

Unified Diff: src/gpu/gl/GrGLDefines.h

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/GrGLDefines.h
diff --git a/src/gpu/gl/GrGLDefines.h b/src/gpu/gl/GrGLDefines.h
index 2fe22bd0a31d35657b1517de055c233d5c95e76c..e874618d2b4f87a0b58e1acf624c8c5ae4a07d55 100644
--- a/src/gpu/gl/GrGLDefines.h
+++ b/src/gpu/gl/GrGLDefines.h
@@ -849,6 +849,8 @@
#define GR_GL_FRAMEBUFFER_UNSUPPORTED 0x8CDD
#define GR_GL_FRAMEBUFFER_BINDING 0x8CA6
+#define GR_GL_READ_FRAMEBUFFER_BINDING 0x8CAA
Brian Osman 2016/05/27 20:37:12 More leftovers from blit version. I'll remove this
+#define GR_GL_DRAW_FRAMEBUFFER_BINDING GR_GL_FRAMEBUFFER_BINDING
#define GR_GL_RENDERBUFFER_BINDING 0x8CA7
#define GR_GL_MAX_RENDERBUFFER_SIZE 0x84E8

Powered by Google App Engine
This is Rietveld 408576698