Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
07fc0d178e20f74a88dd78384f817b53204e625f
/
src
/
gpu
/
GrResourceCache.cpp
07fc0d1
Revert r4287. Large numbers of textures created by random gradients can cause poor driver performance (at least on Mac)
by bsalomon@google.com
· 13 years ago
15c0fea
AutoScratchTexture can now release its texture and it will return to the texture cache when freed
by robertphillips@google.com
· 13 years ago
8f7e1da
Remove count budget from resource cache
by bsalomon@google.com
· 13 years ago
cf6285b
fix warnings on Mac in src/gpu and include/gpu
by caryclark@google.com
· 13 years ago
0ec107f
Remove incorrect GrAssert calls in GrResourceCache::removeAll
by twiz@google.com
· 13 years ago
fb30951
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
by bsalomon@google.com
· 14 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 14 years ago
[Renamed from gpu/src/GrResourceCache.cpp]
6087975
Fix assertions in GrResourceCache::removeAll, don't reattached invalidated resources
by bsalomon@google.com
· 14 years ago
e9a9894
Fix GrResourceCache::removeAll when one resource holds a lock on another
by bsalomon@google.com
· 14 years ago
558a75b
Use a single stencil buffer for a given width,height,samplecount
by bsalomon@google.com
· 14 years ago
a5a1da8
Handle recursive call into GrResourceCache::purgeAsNeeded
by bsalomon@google.com
· 14 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 14 years ago
50398bf
Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup.
by bsalomon@google.com
· 14 years ago
[Renamed (62%) from gpu/src/GrTextureCache.cpp]
8fe7247
Add GrResource base class for ibs, texs, vbs, etc.
by bsalomon@google.com
· 14 years ago
c6cf723
Hide alloc size vs content size below API
by bsalomon@google.com
· 14 years ago
b89a643
fix warning about size_t >= 0 (which must always be true)
by reed@google.com
· 14 years ago
01804b4
add getter/setter for TextureCache, so that clients can make their budget
by reed@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 15 years ago