diff options
author | joshualitt <joshualitt@chromium.org> | 2015-05-28 11:53:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-28 11:53:49 -0700 |
commit | 2e48e1514396b363ecd19372eab637b11bfb8a82 (patch) | |
tree | 99907f90578697f70ed8096bfe48ff4cc7532ac9 | |
parent | 084d1b61bca3b9e246cdf26377c373744ab6411c (diff) |
small CL to experiment with 'disabling' memory mapping
TBR=bsalomon@google.com
BUG=skia:
Review URL: https://codereview.chromium.org/1160003004
-rw-r--r-- | include/gpu/GrConfig.h | 2 |
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 /** |