aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* add support for encoding Index8 bitmaps into pngGravatar reed@android.com2009-07-07
* add FIXME to commentGravatar reed@android.com2009-07-07
* initialize fShapeCount in init()Gravatar reed@android.com2009-07-07
* fix white-spaceGravatar reed@android.com2009-07-07
* Optimize some alpha blending modes.Gravatar deanm@chromium.org2009-07-03
* more checks for null shapes in picturesGravatar reed@android.com2009-07-03
* fix gradients with alpha to convert to premul *after* the intermediate colorGravatar reed@android.com2009-07-02
* remove (ack) test code in lineargradient when pos array is nullGravatar reed@android.com2009-07-01
* Fix a precedence error in an assert in the fontconfig host.Gravatar deanm@chromium.org2009-07-01
* fix config check to include SkColorPriv.h so we don't get the warning w/o needGravatar reed@android.com2009-06-29
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* add unittest for matrix::flattenGravatar reed@android.com2009-06-29
* add shape flatten so they work properly in picturesGravatar reed@android.com2009-06-29
* add shape recording to pictuures (sans serialization)Gravatar reed@android.com2009-06-26
* detect nearly translate-only matrices when drawing bitmaps (for speed)Gravatar reed@android.com2009-06-24
* fix memory leak in new setXfermode()Gravatar reed@android.com2009-06-24
* 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