aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* remove deprecated use of porterduff enumGravatar reed@android.com2009-06-23
* merge in change from chrome to detect when the byte order for 8888 requiresGravatar reed@android.com2009-06-22
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* almost there on gm (need to fix image writes/reads/compares)Gravatar reed@android.com2009-06-21
* update to latest api (need a test for this port!)Gravatar reed@android.com2009-06-19
* Make sure we have a non-null FreeType face before dereferencing it.Gravatar deanm@chromium.org2009-06-19
* really fix gif movie registrationGravatar reed@android.com2009-06-18
* fix stupid tabsGravatar reed@android.com2009-06-18
* add registrar for gif movieGravatar reed@android.com2009-06-18
* fallback to drawing a line if the cubic is still too curvy, even if we'veGravatar reed@android.com2009-06-17
* ws fixesGravatar reed@android.com2009-06-15
* create separate opaque version of rgb16 blitterGravatar reed@android.com2009-06-15
* add optional Format* parameter to decoder helper functions.Gravatar reed@android.com2009-06-15
* add shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* make the same prerounding fix for the shadeSpan16 caseGravatar reed@android.com2009-06-12
* preround our fx fractional coordiante, so we get rounded integers (0..255) whenGravatar reed@android.com2009-06-12
* add experimental state tracker for openglGravatar reed@android.com2009-06-12
* Some Linux / 64-bit compile fixes.Gravatar deanm@chromium.org2009-06-11
* only call SkDevice::gainFocus() if we're actually drawing to a different device.Gravatar reed@android.com2009-06-10
* fix odd-pixel bug in mipmap downsamplers (thanks brett)Gravatar reed@android.com2009-06-08
* add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")Gravatar reed@android.com2009-06-05
* update for cache updatesGravatar reed@android.com2009-06-05
* fix dumpcanvas to recurse on pictures and shapesGravatar reed@android.com2009-06-05
* Replace nil -> NULL in the views code.Gravatar deanm@chromium.org2009-06-04
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* initialize fFlags in gradientsGravatar reed@android.com2009-06-02
* fix break in setConfig() where we always reset the bitmapGravatar reed@android.com2009-06-02
* Style only change to make SkBitmap to make it build with VC2005.Gravatar agl@chromium.org2009-06-01
* add unimpl macro to help track bugsGravatar reed@android.com2009-06-01
* update includes for android for gl backendGravatar reed@android.com2009-06-01
* fontconfig: allow fallback for certain magical font names.Gravatar agl@chromium.org2009-06-01
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefGravatar reed@android.com2009-05-30
* fix trailing-wsGravatar reed@android.com2009-05-29
* update SDL port to support OpenGLGravatar reed@android.com2009-05-29
* move shapes subclasses into effectsGravatar reed@android.com2009-05-27
* create offscreen surface so we can set its RGB ordering to match our internalsGravatar reed@android.com2009-05-26
* add SDL supportGravatar reed@android.com2009-05-22
* add SkSafeRef / SkSafeUnref as inline static functions, to use in place of ourGravatar reed@android.com2009-05-22
* init bounds to empty if we return false from getClipBounds()Gravatar reed@android.com2009-05-18
* shapes checkpoint: move matrix into groupshape and out of shapeGravatar reed@android.com2009-05-18
* fix parse error:Gravatar reed@android.com2009-05-18
* Fix reference count on openStreamGravatar reed@android.com2009-05-18
* fix impl of drawPictureGravatar reed@android.com2009-05-13
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* Honor pref config in image decoding whenever possible.Gravatar weita@google.com2009-05-11
* Typo fix for VDMX parsing in Chromium.Gravatar agl@chromium.org2009-05-07
* add canCopyTo(), to preflight if copyTo can succeed. update unittests for itGravatar reed@android.com2009-05-06
* fix copyTo to only copy the minimum pixels per row, and to lock the src beforeGravatar reed@android.com2009-05-05
* add simple port of memory APIs, to be used as a template for other platformsGravatar reed@android.com2009-05-04