platform/upstream/libSkiaSharp.git
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
2009-01-06 joe.gregorioInitial automake and autoconf files to build core into...
2009-01-06 joe.gregorioInitial automake and autoconf files to build core into...
2009-01-06 reed@android.comremove defines for strcasecmp (issue #5)
2009-01-05 reed@android.comadd benchmark framework
2008-12-23 reed@android.compull from android - add createfromfile entry-point
2008-12-23 reed@android.comexplicitly include SkGlyphCache.h, since it is no longe...
2008-12-23 reed@android.comremove old test that assumed fBM had been decoded
2008-12-23 reed@android.comupdate more sample code to new compose shader header
2008-12-23 reed@android.comadd mac image-encoding
2008-12-23 reed@android.comadd CG imagedecoder (still needs encoding)
2008-12-23 reed@android.comadd text to hostapp sample
2008-12-22 reed@android.comdon't promote top/left to a fixed, when what we want...
2008-12-22 reed@android.commove CreateTypefaceFromFile into fonthost porting layer...
2008-12-22 reed@android.comdowngrade project files to 10.4 so more clients can...
2008-12-19 reed@android.comuse native mac fonthost
2008-12-19 reed@android.comforgot these
2008-12-19 reed@android.comforgot this file
2008-12-19 reed@android.comadd sampeapp proj
2008-12-19 reed@android.comfirst cut at event-based test app
2008-12-18 cary@android.comfixed debug build include directories
2008-12-18 reed@android.commove cg utils out of xcode and into src/include
2008-12-18 reed@android.commake this header public (at least for now)
2008-12-18 reed@android.comforgot these for app
2008-12-18 reed@android.comdraft test app to show skia in a window
2008-12-18 reed@android.commove core files into core (were in images, but are...
2008-12-18 reed@android.comattempt to begin mac shell
2008-12-18 reed@android.comfix compile by using the right (new) name for SkCompose...
2008-12-17 reed@android.commerge in from android: fix unichar->utf8 conversion
2008-12-17 reed@android.comgrab from latest android
next