platform/upstream/libSkiaSharp.git
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
2009-11-17 reed@android.comadd explicit clamping after chopping w/ t to ensure...
2009-11-17 reed@android.comadd quadclipping utility, plus sample test
2009-11-16 senorblanco... More SSE2-ification; fix for gcc -msse2.
2009-11-16 reed@android.comadd lineclipper, and test case
2009-11-16 reed@android.comadd onSendClickToChildren to views, so a view can captu...
2009-11-13 reed@android.comremove const modifiers on function return types (unneed...
2009-11-10 reed@android.comfix rotation around 2nd axis
2009-11-10 reed@android.comflatten/unflatten custom fields for 2-point gradient
2009-11-10 reed@android.comuse imageref_globalpool in samplepicture, to test flatt...
2009-11-09 senorblanco... Fix for gcc -fPIC build.
2009-11-09 reed@android.comupdate dox for SkAvoidXfermode (as best I could)
2009-11-05 reed@android.comfix cheap calc of edgelist size
2009-11-04 senorblanco... SSE2 optimizations for 32bit blending blitters.
2009-11-04 reed@android.comdefault to not showing the (slow) overview slide: hit...
2009-11-03 reed@android.comadd SkEvalCubicInterval
2009-11-03 reed@android.comadd OVerView slide to samplecode
2009-10-30 reed@android.comdisable bogus assert (at least until I can investigate...
2009-10-30 senorblanco... Makefile fix: Fix gm build for Linux.
2009-10-29 reed@android.comrename gamma to table, since it is more general than...
2009-10-29 reed@android.comadd gamma maskfilter, especially nice when applied...
2009-10-28 reed@android.commove boundarypatch into utils
2009-10-28 reed@android.comupdate on boundary patches
2009-10-27 reed@android.comadd shaderproc32 for index bitmaps. neon version of...
2009-10-27 reed@android.comadd boundary patch experiment
2009-10-26 reed@android.comremove check for filtering. Now if the src is opaque...
2009-10-22 reed@android.comfix S32A_D565_Blend_neon
2009-10-22 reed@android.comfix quadclipper in the case that the chop function...
2009-10-22 reed@android.comclear xfermode in paint to reflect that we saw it was...
2009-10-21 reed@android.comfirst cut at a checkbox
2009-10-20 reed@android.comfirst cut at rubber-sheet warping
2009-10-20 reed@android.comchange .css files to have text/css mimetype
2009-10-20 reed@android.comupdate mimetype to text/html
2009-10-20 reed@android.cominitial cut at doxygen
2009-10-20 reed@android.commotorola neon patch for blitMask, used in text drawing
2009-10-20 reed@android.comexperiment
2009-10-19 reed@android.comenable neon opts from motorola for perspective
2009-10-19 reed@android.comdisable one proc until we fix its handling of src-alpha==0
2009-10-19 reed@android.comadd opaque -vs- alpha bitmap cases
2009-10-19 reed@android.comoops, make it actually compile with correct headers
2009-10-19 reed@android.comadd -forceDither option to bench (it is tristate)
2009-10-19 reed@android.comadd android-specific tweaks to vary the amount of tmp...
2009-10-16 reed@android.comclean up fix to drawBitmapRect
2009-10-15 reed@android.comfix drawBitmapRect to not clip the src rect when comput...
2009-10-14 reed@android.comdon't force bitmapIsOpaque to false if we're instrinsic...
2009-10-14 reed@android.comchange projects to just run with curren-os sdk, in...
2009-10-14 reed@android.comfix new warnings from gcc 4.2
2009-10-13 reed@android.comrequire expat to use with animator
2009-10-13 reed@android.comadd xcode project
2009-10-13 reed@android.comanimator tests
2009-10-13 reed@android.comcheck-point for reviving animator
2009-10-13 reed@android.comadd new cubic test for overflow
2009-10-12 reed@android.comadd sample for text rasterizer
2009-10-06 reed@android.comcapture drawings to png
2009-10-02 reed@android.comcache expanded rawcolor16
2009-10-02 reed@android.comoops, restore previous fix to saveLayer calling through...
2009-10-02 reed@android.commove factory for 565 into its own file
2009-10-01 reed@android.comdon't call through to the inherited saveLayer, but...
2009-09-29 reed@android.comdisable perspective-no-filter until we can fix the...
2009-09-28 reed@android.comfix base linux build, adding freetype support
2009-09-27 reed@android.comadd FilterRec() so it links again
2009-09-24 reed@android.comuse real strtof and snprintf to parse and dump floats
next