aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPixelRef.h
Commit message (Expand)AuthorAge
* add per-draw checks for lockcountsGravatar reed@google.com2012-12-14
* add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)Gravatar reed@google.com2012-12-13
* Fix some extract subset bugs.Gravatar scroggo@google.com2012-12-07
* add query to pixelref for its encoded data (if it has any)Gravatar reed@google.com2012-12-06
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* When copying a bitmap, copy the generation ID.Gravatar scroggo@google.com2012-08-22
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Add SK_API to SkPixelRef and TextureCacheEntry.Gravatar senorblanco@chromium.org2012-02-09
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* fix 'no static globals' for chromiumGravatar caryclark@google.com2011-12-20
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Allow texture-backed bitmaps to perform a read-back when lockPixels is called.Gravatar reed@google.com2011-07-07
* add pixelref->readPixels()Gravatar reed@google.com2011-04-01
* Guard globalRef() virtual with #ifdef ANDROID, as these are not implementedGravatar reed@google.com2011-02-24
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* add abstract wrapper for platform-specific bitmap backendsGravatar reed@android.com2010-09-09
* grab from latest androidGravatar reed@android.com2008-12-17