aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGpu.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2015-07-30 15:34:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-30 15:34:56 -0700
commit16921ec30a81976129d507b1148c93a322e61a4f (patch)
tree5eb7ceafe1b43b2a168de7f46d4ebdde3bc1d7cc /src/gpu/gl/GrGLGpu.h
parent381b26f03bdccac1e3d9055fb4f7855792cfefb0 (diff)
SRGB read and write pixels working and unit test
Diffstat (limited to 'src/gpu/gl/GrGLGpu.h')
-rw-r--r--src/gpu/gl/GrGLGpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
index 5724107223..eb9795ca16 100644
--- a/src/gpu/gl/GrGLGpu.h
+++ b/src/gpu/gl/GrGLGpu.h
@@ -489,6 +489,7 @@ private:
TriState fHWWriteToColor;
TriState fHWDitherEnabled;
uint32_t fHWBoundRenderTargetUniqueID;
+ TriState fHWSRGBFramebuffer;
SkTArray<uint32_t, true> fHWBoundTextureUniqueIDs;
///@}