index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPixelRef.h
Commit message (
Expand
)
Author
Age
*
Fix android errors when unflattening an SkImageRef_ashmem object.
djsollen@google.com
2013-02-01
*
add per-draw checks for lockcounts
reed@google.com
2012-12-14
*
add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)
reed@google.com
2012-12-13
*
Fix some extract subset bugs.
scroggo@google.com
2012-12-07
*
add query to pixelref for its encoded data (if it has any)
reed@google.com
2012-12-06
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
When copying a bitmap, copy the generation ID.
scroggo@google.com
2012-08-22
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all
reed@google.com
2012-05-17
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Consolidate PixelRef flattables with the standard impl
djsollen@google.com
2012-03-28
*
Add SK_API to SkPixelRef and TextureCacheEntry.
senorblanco@chromium.org
2012-02-09
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
fix 'no static globals' for chromium
caryclark@google.com
2011-12-20
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
senorblanco@chromium.org
2011-12-02
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Allow texture-backed bitmaps to perform a read-back when lockPixels is called.
reed@google.com
2011-07-07
*
add pixelref->readPixels()
reed@google.com
2011-04-01
*
Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented
reed@google.com
2011-02-24
*
merge from android tree:
djsollen@google.com
2011-02-23
*
add abstract wrapper for platform-specific bitmap backends
reed@android.com
2010-09-09
*
grab from latest android
reed@android.com
2008-12-17