aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPixelRef.cpp
Commit message (Expand)AuthorAge
* start to remove lockPixels from bitmapshaderGravatar reed@google.com2013-09-13
* explicitly initialize all entries in array of SkBaseMatrix, since we can't sayGravatar reed@google.com2013-04-12
* add debugging flag SK_IGNORE_PIXELREF_SETPRELOCKED for pixelref locks (disabled)Gravatar reed@google.com2012-12-13
* add query to pixelref for its encoded data (if it has any)Gravatar reed@google.com2012-12-06
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Reapply "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-27
* Revert "Remove Bitmaps Raw Pixel Support."Gravatar djsollen@google.com2012-07-26
* Remove Bitmaps Raw Pixel Support.Gravatar djsollen@google.com2012-07-23
* Added Inst counting to SkFlattenable-derived classesGravatar robertphillips@google.com2012-06-27
* Record pixel ref's gen ID in pictureGravatar bsalomon@google.com2012-06-21
* fix warnings on Mac in src/coreGravatar caryclark@google.com2012-06-06
* 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
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* fix debug commentGravatar caryclark@google.com2011-12-16
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* 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 genID for SkBitmaps with raw pixelsGravatar bsalomon@google.com2011-04-14
* 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
* rename drawable to drawing for now, so we don't collide with animatorGravatar reed@android.com2009-03-24
* grab from latest androidGravatar reed@android.com2008-12-17