index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrResourceCache.h
Commit message (
Expand
)
Author
Age
*
Fixed the hash key comparison function.
sugoi@google.com
2013-02-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-21
*
Reland 6914 w/ fixes.
bsalomon@google.com
2012-12-20
*
Revert 6914 to fix build issues.
bsalomon@google.com
2012-12-20
*
Simplify cache IDs and keys.
bsalomon@google.com
2012-12-20
*
Remove unused type GrCacheKey
bsalomon@google.com
2012-12-17
*
Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...
bsalomon@google.com
2012-12-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-01
*
Ganesh resource cache changes
robertphillips@google.com
2012-10-31
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Added explicit cache clearing
robertphillips@google.com
2012-09-07
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Allow cache tracking to be enabled in release
robertphillips@google.com
2012-08-31
*
Begin moving locking out of GrResourceCache
robertphillips@google.com
2012-08-30
*
Added find, lock to GrContext & GrResourceCache interfaces
robertphillips@google.com
2012-08-30
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed compiler error in r5247 (unreviewed)
robertphillips@google.com
2012-08-23
*
Refactored GrDLinkedList into SkTDLinkedList
robertphillips@google.com
2012-08-23
*
Scratch textures are no longer removed from the cache in Debug
robertphillips@google.com
2012-08-22
*
Added resource cache debug output to help track changes
robertphillips@google.com
2012-08-22
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Refactored cacheID in preparation for clip mask caching changes
robertphillips@google.com
2012-08-08
*
Fixed Resource counting bug in AutoScratchTexture detach mechanism
robertphillips@google.com
2012-06-27
*
Revert r4287. Large numbers of textures created by random gradients can cause...
bsalomon@google.com
2012-06-22
*
AutoScratchTexture can now release its texture and it will return to the text...
robertphillips@google.com
2012-06-22
*
Remove count budget from resource cache
bsalomon@google.com
2012-06-21
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Expose functionality to purge the GPU texture cache while running SampleApp.
twiz@google.com
2012-01-27
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12