aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-10-23 09:12:02 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-10-23 09:12:02 -0700
commit383ce32e3e5ca0c8997ece827205f61d348ee56f (patch)
tree525ecab6a36d2bc6a1372ef894630d13b21515ac /include/gpu
parent93316b92e565072e2b6fe4147802a9ffaf92eb77 (diff)
Experimental CL to stop using subdata
Diffstat (limited to 'include/gpu')
-rw-r--r--include/gpu/gl/GrGLConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/gl/GrGLConfig.h b/include/gpu/gl/GrGLConfig.h
index c91537cc38..b9769ea7e7 100644
--- a/include/gpu/gl/GrGLConfig.h
+++ b/include/gpu/gl/GrGLConfig.h
@@ -111,10 +111,6 @@
#define GR_GL_CHECK_ERROR_START 1
#endif
-#if !defined(GR_GL_USE_BUFFER_DATA_NULL_HINT)
- #define GR_GL_USE_BUFFER_DATA_NULL_HINT 1
-#endif
-
#if !defined(GR_GL_PER_GL_FUNC_CALLBACK)
#define GR_GL_PER_GL_FUNC_CALLBACK 0
#endif