platform/upstream/libSkiaSharp.git
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
2009-02-06 reed@android.comcheck for non-invertible matrices in getClipBounds()
2009-02-06 reed@android.comChop quads exactly on the clip bounds, so we don't...
2009-01-28 reed@android.comdraft of Text benchmark
2009-01-27 reed@android.comadd png to bench files
2009-01-27 reed@android.comexplicitly define the gHead for the codec llist
2009-01-26 reed@android.comupdate header path (from android)
2009-01-26 reed@android.comadd BitmapBench
2009-01-23 reed@android.comdon't add in png-codec for the mac build
2009-01-23 reed@android.comMove libpng file into app, rather than the libskia...
2009-01-23 reed@android.comneed to include carbon.h so we know what OSStatus is
2009-01-23 reed@android.comRemove legacy pascal prefix
2009-01-22 reed@android.comremove duplicate SkTRegistry definition
2009-01-22 reed@android.comupdate makefile for newly moved Factories
2009-01-22 reed@android.compull from android: use registry to build up list of...
2009-01-21 reed@android.comoops, add images_files.mk
2009-01-21 reed@android.commake help - shows options in makefile
2009-01-19 reed@android.comadd options to bench: -repeat N -forceOpaque -forceBlen...
2009-01-19 reed@android.comRemove unneeded SK_BUILD_FOR_... checks in SkBitmap.h
2009-01-16 reed@android.comadd -lpthread
2009-01-16 reed@android.commake these compile w/o SK_CAN_USE_FLOAT
2009-01-16 reed@android.comadd crude Makefile (someone please help!)
2009-01-15 reed@android.comfix warnings
2009-01-14 reed@android.comfix formatting issues
2009-01-14 reed@android.comfix multiple warnings (e.g. hidden virtuals, unused...
2009-01-14 reed@android.comupdate to build with the latest SkFontHost interface
2009-01-13 maruel@google.comAdd a basic README file.
2009-01-13 reed@android.comadd optimization for width==1 bitmaps in shader procs
2009-01-12 reed@android.comremove obsolete state
2009-01-08 reed@android.comfirst pass at clean up of the 3 config files
2009-01-08 reed@android.comadd arg to make diff sized rects
2009-01-07 reed@android.commove main.cpp outside of the xcode project
2009-01-07 reed@android.comadd cmd-line args
2009-01-06 reed@android.comseparate image encode and decode
next