aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-05-28 11:53:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-05-28 11:53:49 -0700
commit2e48e1514396b363ecd19372eab637b11bfb8a82 (patch)
tree99907f90578697f70ed8096bfe48ff4cc7532ac9 /include/gpu/GrConfig.h
parent084d1b61bca3b9e246cdf26377c373744ab6411c (diff)
small CL to experiment with 'disabling' memory mapping
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1160003004
Diffstat (limited to 'include/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index 6a00eabe14..e9f9fe44e3 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -209,7 +209,7 @@ typedef unsigned __int64 uint64_t;
* use updateData().
*/
#if !defined(GR_GEOM_BUFFER_MAP_THRESHOLD)
- #define GR_GEOM_BUFFER_MAP_THRESHOLD (1 << 15)
+ #define GR_GEOM_BUFFER_MAP_THRESHOLD (1 << 30)
#endif
/**