platform/upstream/libSkiaSharp.git
2010-04-26 agl@chromium.orgRevert "Use hairline when line width <= 1.0, instead...
2010-04-26 agl@chromium.orgFix internal compiler error on ARM.
2010-04-22 reed@android.comupdates
2010-04-20 agl@chromium.orgAdd a SkTypeface::CreateForChars() function.
2010-04-16 reed@android.comdox
2010-04-16 reed@android.comadd SkRefPtr class (for testing at the moment)
2010-04-16 reed@android.comremove obsolete closeStream() method -- the caller...
2010-04-16 reed@android.comadd EmptyTypeface class, to gracefully handle when...
2010-04-15 reed@android.comadd FPSBench.cpp
2010-04-15 reed@android.comadd png to makefile for linux
2010-04-15 reed@android.comadd SK_ENABLE_LIBPNG to force reference to PNG codec
2010-04-15 reed@android.combe sure to ref() before returning a typeface from Create
2010-04-14 reed@android.comfix overflow in matrixproc, and add debugging code...
2010-04-13 reed@android.comfix build for SK_SCALAR_IS_FIXED
2010-04-13 reed@android.comextend sentinel array to avoid reading uninitialized...
2010-04-13 reed@android.comcall premultiply instead of pack32
2010-04-13 reed@android.comremove obsolete header
2010-04-13 reed@android.comfix paraens to avoid warnings
2010-04-13 reed@android.comadd SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and...
2010-04-12 reed@android.comadd more MakeFoo factories for SkRect
2010-04-12 reed@android.comfix refcnt for streams
2010-04-12 reed@android.comadd skhello for simple hello-world sample code
2010-04-12 anatoly@google.comUse hairline when line width <= 1.0, instead of < 1.0.
2010-04-09 reed@android.comray fixes neon for dither and blend
2010-04-08 reed@android.comadd
2010-04-08 reed@android.comadd
2010-04-06 reed@android.comfix dither-to-4444 to keep the alpha value >= colors
2010-03-25 reed@android.comif we're strokeandfill+hairline, just draw fill (they...
2010-03-23 reed@android.comadd inherit-from-root-transform flag (for fixed-positio...
2010-03-19 reed@android.comuse 64bit intermediate to accumulate 16.16 widths,...
2010-03-15 reed@android.comupdate blitrow test to exercise different widths for...
2010-03-12 reed@android.comimprove precision for blend
2010-03-12 reed@android.comDisable 32A->565+dither neon, since it gives different...
2010-03-11 reed@android.comonly report hasspan16 if we're opaque, otherwise we...
2010-03-11 reed@android.comfix off-by-1 in alpha in colorshader setup
2010-03-09 reed@android.comdisable 32A->565 + alpha for now, until it handles...
2010-03-08 reed@android.comupdate tests for blitrow
2010-03-08 reed@android.comadd tests for blitting all opaque or all transparent...
2010-03-08 reed@android.comhandle NaN in curve choppers and edgeclipper
2010-03-05 reed@android.comdocument the return value of append()
2010-03-04 reed@android.comupdate android specific RAM restrictions
2010-03-03 reed@android.comadd optional pref-config table to codecs
2010-03-02 reed@android.comadd kNONE_LCDOrder for screens with no recognizable...
2010-03-02 reed@android.comupdate for new fonts
2010-03-01 reed@android.comconvert matrix <--> matrix44
2010-03-01 reed@android.commore vector4 methods
2010-02-26 reed@android.comdon't abort drawing based on layer size
2010-02-26 reed@android.comadd rotation
2010-02-24 reed@android.comadd unittests for map()
2010-02-24 reed@android.comadd localToGlobal and parents
2010-02-24 reed@android.comadd tests for translate, concat, scale
2010-02-24 reed@android.comadd DEBUG_LAYER_BOUNDS option to show layer bounds
2010-02-24 reed@android.comadd static Make methods to return rects
2010-02-23 reed@android.comimplement inverse, determinant
2010-02-22 reed@android.comupdate with better fps reporting
2010-02-22 reed@android.comadd FPSBench
2010-02-22 reed@android.comexplicitly pass bounds.top to the edgelist walker,...
2010-02-19 reed@android.commore layers extracted from webkit
2010-02-18 reed@android.comupdate layers
2010-02-12 reed@android.comadd layers
2010-02-11 reed@android.comupdate save/restore comments to mention that the drawFi...
2010-02-11 reed@android.comexperimental draft, please ignore
2010-02-11 reed@android.comdoh - fix build
2010-02-11 reed@android.comadd Make to SkTSize
2010-02-09 reed@android.comadd unittest for copysign
2010-02-09 reed@android.comadd copysign for ints and floats
2010-02-09 reed@android.comadd countPoints() and getPoint()
2010-02-09 reed@android.comcheck bounder before lockPixels on the bitmap
2010-02-09 reed@android.comadd
2010-02-08 reed@android.comuse statictextviews to display coordinates in unitmapper
2010-02-05 senorblanco... This patch allows the use of the native FreeType embold...
2010-02-05 reed@android.comrespect edgetype in quickreject
2010-02-05 reed@android.comadd SkXRay geometry routines
2010-02-05 reed@android.comadd containsText() api
2010-02-05 reed@android.comcheck for null cmap in libgif
2010-01-28 reed@android.comadd some utils to SkPoint
2010-01-28 reed@android.comupdate
2010-01-27 reed@android.comadd new experimental matrix
2010-01-26 reed@android.comdisable debug printfs for gamma table
2010-01-25 reed@android.comremove -lfreetype for now
2010-01-25 reed@android.comcheck for gl-canvas before calling GL
2010-01-25 reed@android.comupdate with agl
2010-01-25 reed@android.comupdate to try out programmable shaders
2010-01-21 reed@android.comcall skip in a loop to handle the case where the backin...
2010-01-21 reed@android.comrefactor helper functions out of libjpeg wrapper
2010-01-21 agl@chromium.orgskia: Always use aliased text when antialiasing is...
2010-01-14 reed@android.comICE fixes for arm
2010-01-12 reed@android.comremove obsolete SK_BUILD_FOR_BREW conditional
2010-01-08 reed@android.comadd glyph->unichar query (inverse of a cmap)
2010-01-08 reed@android.comfix memory leak
2010-01-05 agl@chromium.orgAdd parens in order to make conditional correct.
2010-01-04 agl@chromium.orgFix r466 which was causing Chromium valgrind failures.
2010-01-04 reed@android.comAdded a virtual to SkBounder, called by text, that...
2010-01-04 reed@android.comchant __ARM_ARCH_4__ to __ARM_ARCH_4T__, to reflect...
2010-01-04 agl@chromium.orgAdd flag to enable bitmap strikes.
2009-12-21 reed@android.comadd new file
2009-12-18 agl@chromium.orgNative client build fix.
2009-12-18 reed@android.comupdate to include all files
2009-12-18 reed@android.comremove old file
2009-12-18 reed@android.comupdate windows port
next