platform/upstream/libSkiaSharp.git
2009-07-03 deanm@chromium.orgOptimize some alpha blending modes.
2009-07-03 reed@android.commore checks for null shapes in pictures
2009-07-02 reed@android.comfix gradients with alpha to convert to premul *after...
2009-07-01 reed@android.comremove (ack) test code in lineargradient when pos array...
2009-07-01 deanm@chromium.orgFix a precedence error in an assert in the fontconfig...
2009-06-29 reed@android.comfix config check to include SkColorPriv.h so we don...
2009-06-29 reed@android.comuse sk_bzero instead of bzero, since it isn't always...
2009-06-29 reed@android.comadd unittest for matrix::flatten
2009-06-29 reed@android.comadd shape flatten so they work properly in pictures
2009-06-26 reed@android.comadd golden master code for shapes
2009-06-26 reed@android.comadd shape recording to pictuures (sans serialization)
2009-06-24 reed@android.comdetect nearly translate-only matrices when drawing...
2009-06-24 reed@android.comfix memory leak in new setXfermode()
2009-06-23 reed@android.comadd new make target "all", to build all known targets
2009-06-23 reed@android.comremove remaining references to porterduff
2009-06-23 reed@android.comremove deprecated use of porterduff enum
2009-06-23 reed@android.comupdate to use new xfermodes
2009-06-22 reed@android.commerge in change from chrome to detect when the byte...
2009-06-22 reed@android.commove xfermode modes from porterduff into xfermode itself
2009-06-22 reed@android.comadd gm for shader tilemodes
2009-06-22 reed@android.comadd gm for gradients
2009-06-21 reed@android.comgm -w 'directory' now works for recording the master...
2009-06-21 reed@android.comalmost there on gm (need to fix image writes/reads...
2009-06-20 reed@android.commore progress on golden-master test suite (not finished...
2009-06-20 reed@android.comadd width()/height() getters
2009-06-19 reed@android.comupdate to latest api (need a test for this port!)
2009-06-19 deanm@chromium.orgMake sure we have a non-null FreeType face before deref...
2009-06-18 reed@android.comreally fix gif movie registration
2009-06-18 reed@android.comfix stupid tabs
2009-06-18 reed@android.comadd registrar for gif movie
2009-06-18 deanm@chromium.orgFix MSVC builds by avoiding a uint to bool warning.
2009-06-17 reed@android.comfallback to drawing a line if the cubic is still too...
2009-06-16 reed@android.comadd sample for mipmaps
2009-06-15 reed@android.comws fixes
2009-06-15 reed@android.comcreate separate opaque version of rgb16 blitter
2009-06-15 reed@android.comadd optional Format* parameter to decoder helper functions.
2009-06-12 reed@android.comadd shader flag kConstInY_Flag
2009-06-12 reed@android.commake the same prerounding fix for the shadeSpan16 case
2009-06-12 reed@android.compreround our fx fractional coordiante, so we get rounde...
2009-06-12 reed@android.comadd experimental state tracker for opengl
2009-06-12 reed@android.comadd equals()
2009-06-11 deanm@chromium.orgSome Linux / 64-bit compile fixes.
2009-06-10 reed@android.comcheckpoint for golden master suite (gm)
2009-06-10 reed@android.comonly call SkDevice::gainFocus() if we're actually drawi...
2009-06-08 reed@android.comfix odd-pixel bug in mipmap downsamplers (thanks brett)
2009-06-05 reed@android.comadd SkParsePath to go to/from SVG strings (e.g. "M0...
2009-06-05 reed@android.comupdate for cache updates
2009-06-05 reed@android.comfix dumpcanvas to recurse on pictures and shapes
2009-06-04 deanm@chromium.orgReplace nil -> NULL in the views code.
2009-06-03 reed@android.comadd isConvex() hit to SkPath, to be used to speed up...
2009-06-02 reed@android.cominitialize fFlags in gradients
2009-06-02 reed@android.comfix break in setConfig() where we always reset the...
2009-06-01 agl@chromium.orgStyle only change to make SkBitmap to make it build...
2009-06-01 reed@android.comadd unimpl macro to help track bugs
2009-06-01 reed@android.comupdate includes for android for gl backend
2009-06-01 agl@chromium.orgfontconfig: allow fallback for certain magical font...
2009-05-30 reed@android.comcall notifyPixelsChanged() when the pages are flipped...
2009-05-29 reed@android.comfix trailing-ws
2009-05-29 reed@android.comupdate SDL port to support OpenGL
2009-05-27 reed@android.comanimate matrixref in sample shapes
2009-05-27 reed@android.commove shapes subclasses into effects
2009-05-26 reed@android.comcreate offscreen surface so we can set its RGB ordering...
2009-05-22 reed@android.commake include search paths relative
2009-05-22 reed@android.comupdate relative paths for sample code
2009-05-22 reed@android.comadd actual sdl project file
2009-05-22 reed@android.comadd sampleapp_sdl
2009-05-22 reed@android.comadd SDL support
2009-05-22 reed@android.comadd SkSafeRef / SkSafeUnref as inline static functions...
2009-05-22 reed@android.comadd sample effects
2009-05-18 reed@android.cominit bounds to empty if we return false from getClipBou...
2009-05-18 reed@android.comshapes checkpoint: move matrix into groupshape and...
2009-05-18 reed@android.comfix parse error:
2009-05-18 reed@android.comFix reference count on openStream
2009-05-13 reed@android.comfix impl of drawPicture
2009-05-13 reed@android.comadd SkSize for dimensions
2009-05-11 weita@google.comHonor pref config in image decoding whenever possible.
2009-05-08 reed@android.comadd SkSize for dimensions
2009-05-08 reed@android.comadd SK_USE_OLD_255_TO_256 define to disable alpha+1...
2009-05-07 agl@chromium.orgTypo fix for VDMX parsing in Chromium.
2009-05-06 reed@android.comadd canCopyTo(), to preflight if copyTo can succeed...
2009-05-05 reed@android.comfix copyTo to only copy the minimum pixels per row...
2009-05-04 reed@android.comadd simple port of memory APIs, to be used as a templat...
2009-05-04 reed@android.comupdate license header
2009-05-04 reed@android.comcheck for 0 upem in freetype
2009-05-03 weita@google.comAllow copying an Index8 bitmap when srcConfig and dstCo...
2009-05-01 reed@android.comadd BitmapCopyTest. Still need to consider the src...
2009-04-28 agl@chromium.orgAdd fontconfig support.
2009-04-28 reed@android.comhandle interlacing
2009-04-24 reed@android.comadd skiamge (in tools/) that decodes and encodes images
2009-04-24 reed@android.comadd ADD xfermode
2009-04-23 reed@android.comfix mac build
2009-04-22 agl@chromium.orgSync with Chromium's fork
2009-04-14 reed@android.comtrivial: fix ws
2009-04-14 reed@android.comadd SkSfntUtils to parse some known truetype tables
2009-04-13 agl@chromium.orgSkFontHost_tables: fix minor bugs
2009-04-12 reed@android.comupdate for config/ directory
2009-04-09 reed@android.comsupport -android mode when running tests, which spews...
2009-04-08 reed@android.commove SkUserConfig.h into include/config/ so it can...
2009-04-08 reed@android.comimplement generateCountGlyphs using new font table...
2009-04-08 reed@android.comadd Table apis to SkFontHost
next