aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* 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 shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* 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
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* 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
* fix trailing-wsGravatar reed@android.com2009-05-29
* 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
* add SkSize for dimensionsGravatar reed@android.com2009-05-13
* 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
* update license headerGravatar reed@android.com2009-05-04
* Allow copying an Index8 bitmap when srcConfig and dstConfig are bothGravatar weita@google.com2009-05-03
* add ADD xfermodeGravatar reed@android.com2009-04-24
* import portability fixes from Chrome around floatsGravatar reed@android.com2009-04-03
* replace floorf() with sk_float_floor(), so it builds on platforms w/o floorfGravatar reed@android.com2009-04-02
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...Gravatar reed@android.com2009-03-30
* make bitmap width/height 32bits, matching the APIGravatar reed@android.com2009-03-27
* rename drawable to drawing for now, so we don't collide with animatorGravatar reed@android.com2009-03-24
* use static_castGravatar reed@android.com2009-03-23
* add check/hack to avoid drawing outside of the clip for hairlinesGravatar reed@android.com2009-03-23
* check-point for drawables (experimental)Gravatar reed@android.com2009-03-23
* check for NaN in path iterator (otherwise we have an infinite loop)Gravatar reed@android.com2009-03-20
* build with -WallGravatar reed@android.com2009-03-20
* promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectGravatar reed@android.com2009-03-19
* fix heapsortGravatar reed@android.com2009-03-18
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* add sanity checks to handles extremely large coordinates or filter margins.Gravatar reed@android.com2009-03-16
* Add missing file.Gravatar turk@google.com2009-03-16
* Initial implementation of polygon trianagulation. It seems to be robust and p...Gravatar turk@google.com2009-03-13
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* fix leak in DeserializeGravatar reed@android.com2009-03-06
* fix ref() in CreateTypefaceGravatar reed@android.com2009-03-05
* Significant cleanup in api, and more importantly in sementics, of SkFontHostGravatar reed@android.com2009-03-04
* API cleanup: rename typeface Create to CreateFromName, and remove default argGravatar reed@android.com2009-03-04
* Move SkTSort.h back to private, and instead allow in the makefile for tests toGravatar reed@android.com2009-03-04
* Format more consistently with the rest of Skia.Gravatar turk@google.com2009-03-04
* remove unimplemented (and uncalled) SkTypeface::Hash()Gravatar reed@android.com2009-03-03
* change srcover (and dstover) to use the faster thought slightly less accurateGravatar reed@android.com2009-03-03
* Unit test and bug fixes for cubic Bezier clipping.Gravatar turk@google.com2009-03-03
* Add cubic clipping, similar to that of quad clipping. Both Newton-Raphson and...Gravatar turk@google.com2009-03-02
* explicitly call "our" version of clipPath in the case when clipRect needs toGravatar reed@android.com2009-03-02