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

Unified Diff: include/gpu/GrConfig.h

Issue 1160003004: small CL to experiment with 'disabling' memory mapping (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrConfig.h
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index 6a00eabe146f3aab1c6bff34fa8850d673ba4b0a..e9f9fe44e37338f5950b6863af6be39233434a07 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
/**
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698