platform/upstream/libSkiaSharp.git
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
2009-12-16 reed@android.cominitial checkin for visualstudio build support
2009-12-14 reed@android.comfix repeat/mirror for new larger 16bit cache
2009-12-14 reed@android.commake the 16bit cache larger, to handle multiple colors...
2009-12-12 agl@chromium.orgInitialise fDeviceCMDirty
2009-12-10 senorblanco... SSE2-ified S32_alpha_D32_filter_DX (refactoring to...
2009-12-10 reed@android.comrebase the gm images, given the new chopping edgelist...
2009-12-10 reed@android.comEenable new chopping edgelist builder by default. If...
2009-12-08 reed@android.comreinstate the empty check, and always initialize the...
2009-12-04 reed@android.comadd drawData() to canvas, to record data blobs
2009-12-04 senorblanco... Fix warning (struct forward-declared as class).
2009-12-02 agl@chromium.orgRemove check for empty devPath
2009-12-01 senorblanco... Debug build fix (unreviewed).
2009-11-30 senorblanco... More SSE2 optimizations. This CL implements an SSE2...
2009-11-30 reed@android.comadd unittest for IntersectLine, used by hairlines
2009-11-25 senorblanco... Win32 build fix (unreviewed).
2009-11-23 reed@android.comoutset the bounds if we're in hairline before quick...
2009-11-23 reed@android.comadd SampleCode::GetAnimTime() so slides go through...
2009-11-23 reed@android.comfix winding bug in lineclipper
2009-11-21 reed@android.comdoh. make the new S16 and U16 checkers inline
2009-11-21 reed@android.comadd checks for exceeding 16bits, and apply those for...
2009-11-20 reed@android.comchange guard to use ANDROID and __arm__, so it doesn...
2009-11-20 senorblanco... Build fix for WIN64 (unreviewed).
2009-11-20 senorblanco... Remove SK_USE_OLD_255_TO_256.
2009-11-19 reed@android.comfix index-out-of-range constant
2009-11-19 reed@android.comretool clipping in hairlines to catch huge coordinates
2009-11-19 agl@chromium.orgExclude Android-only cpu-features.h from non-Android...
2009-11-19 reed@android.comreturn early if we hit overflow when chopping on the...
2009-11-18 reed@android.comadd impl for memset32
2009-11-18 reed@android.comnew scanconversion technique
2009-11-18 reed@android.comfix typos in cubic clipper
next