index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
/
GrResource.h
Commit message (
Expand
)
Author
Age
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Add deferred count to GrResource.
bsalomon@google.com
2013-01-23
*
Fix bug introduced in r7348, deleting wrapped resources.
bsalomon@google.com
2013-01-23
*
Make GrResource know whether 3D objects' lifetimes are managed by Skia or not.
bsalomon@google.com
2013-01-23
*
Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for ...
bsalomon@google.com
2012-12-03
*
Enforce calling of inherited onRelease & onAbandon mthds in GrResource-derive...
robertphillips@google.com
2012-09-05
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Remove SkGpuDevice::fTexture, use new pixel ref class name
bsalomon@google.com
2012-08-28
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Version 2 of the Instance Counting system. This one simplifies the print out ...
robertphillips@google.com
2012-06-13
*
Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix)
robertphillips@google.com
2012-06-05
*
Reverting r4162
robertphillips@google.com
2012-06-05
*
Added instance counting system for SkRefCnt-derived objects
robertphillips@google.com
2012-06-05
*
Some cleanup of GrResource
bsalomon@google.com
2012-04-27
*
Add getContext to GrResouce
bsalomon@google.com
2011-11-15
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12