Increase GrGpuGL's program cache size
BUG=skia:2274 R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/214823009 git-svn-id: http://skia.googlecode.com/svn/trunk@13973 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
b930cc3dcb
commit
b556422de7
@ -199,7 +199,7 @@ private:
|
||||
enum {
|
||||
// We may actually have kMaxEntries+1 shaders in the GL context because we create a new
|
||||
// shader before evicting from the cache.
|
||||
kMaxEntries = 32,
|
||||
kMaxEntries = 128,
|
||||
kHashBits = 6,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user