platform/upstream/libSkiaSharp.git
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
2009-04-06 reed@android.comupdate SkPostConfig.h to unset LEAN_AND_MEAN if it...
2009-04-03 reed@android.comimport portability fixes from Chrome around floats
2009-04-03 reed@android.comextend gradients to handle (by clamping) the first...
2009-04-02 reed@android.comreplace floorf() with sk_float_floor(), so it builds...
2009-04-02 reed@android.comadd sample for gradients
2009-04-02 reed@android.comcleanup formating (e.g. no trailing spaces)
2009-04-01 reed@android.comrename tests/main to testmain.cpp
2009-04-01 reed@android.comrename bench's main to benchmain.cpp, to avoid multiple...
2009-04-01 reed@android.comAPI change: SkPath computeBounds -> getBounds
2009-03-31 reed@android.comadd -pict option to bench, which draws everything throu...
2009-03-30 reed@android.comAdd SkChunkAlloc::unalloc() to undo the last allocation...
2009-03-27 reed@android.commake bitmap width/height 32bits, matching the API
2009-03-24 reed@android.comrename drawable to drawing for now, so we don't collide...
2009-03-23 reed@android.comuse static_cast
2009-03-23 reed@android.comadd check/hack to avoid drawing outside of the clip...
2009-03-23 reed@android.comcheck-point for drawables (experimental)
2009-03-20 reed@android.compull latest from android
2009-03-20 reed@android.comcheck for NaN in path iterator (otherwise we have an...
2009-03-20 reed@android.comforgot to initialize fFactory in the unflatten constructor
2009-03-20 reed@android.combuild with -Wall
2009-03-19 reed@android.compromote SkMask's rowBytes to 32bits, since its bounds...
2009-03-18 reed@android.comfix capitalization for system includes
2009-03-18 reed@android.comfix heapsort
2009-03-17 reed@android.comSimplify font-chaining (fallbacks) to have fonthost...
2009-03-16 reed@android.comdisable cubic test for now (currently broken)
2009-03-16 reed@android.comadd sanity checks to handles extremely large coordinate...
2009-03-16 turk@google.comAdd missing file.
2009-03-16 reed@android.comsee prev. checkin (missed these files). Change ownershi...
2009-03-16 reed@android.comChange (correct) SkImageRef's ownership rule for stream...
2009-03-13 turk@google.comInitial implementation of polygon trianagulation. It...
2009-03-10 reed@android.comremember to specify the bloody font tag in the constructor!
2009-03-09 reed@android.commac fonts sort of work now
2009-03-09 reed@android.comimplement fontmetrics
2009-03-09 reed@android.comcheck-point (2) on mac fonts
2009-03-09 reed@android.comminor check-point for switching to glyphs
2009-03-07 reed@android.commigrate more legacy unittests into tests/
2009-03-06 reed@android.comfix leak in Deserialize
2009-03-05 reed@android.comfix ref() in CreateTypeface
2009-03-05 reed@android.compatch SkMath.h to build in ARMv4
2009-03-04 reed@android.comSignificant cleanup in api, and more importantly in...
2009-03-04 reed@android.comAPI cleanup: rename typeface Create to CreateFromName...
2009-03-04 reed@android.comMove SkTSort.h back to private, and instead allow in...
2009-03-04 turk@google.comFormat more consistently with the rest of Skia.
2009-03-03 reed@android.comremove unimplemented (and uncalled) SkTypeface::Hash()
2009-03-03 reed@android.comchange srcover (and dstover) to use the faster thought...
2009-03-03 reed@android.comadd test for different srcover implementations
2009-03-03 turk@google.comUnit test and bug fixes for cubic Bezier clipping.
2009-03-02 turk@google.comAdd cubic clipping, similar to that of quad clipping...
2009-03-02 reed@android.comexplicitly call "our" version of clipPath in the case...
2009-03-02 reed@android.comadd initial unittests for Path
2009-02-28 reed@android.comadd tests (unittests) to Makefile
2009-02-27 reed@android.commore tests (need more meat in there)
2009-02-27 reed@android.comadd initial unittest framework (tests)
2009-02-24 reed@android.comHandle kA8 bitmaps drawing through a matrix (was infini...
2009-02-20 reed@android.comOops, CreateTypeface takes over ownership of the stream...
2009-02-20 reed@android.comImplement CreateTypefaceFromFile
2009-02-13 reed@android.comadd picture-record option to speedup complex clips
2009-02-11 reed@android.comremove white-space
2009-02-11 reed@android.comhandle failure when creating a scalercontext
next