platform/upstream/libSkiaSharp.git
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
2009-09-24 reed@android.comrecord dither setting so we can replay it when we ...
2009-09-23 reed@android.comupdate for blitrow_d32 procs
2009-09-23 reed@android.comadd BlitRow procs for 32->32, to allow for neon and...
2009-09-23 reed@android.comdon't put the class name in front of the method
2009-09-22 reed@android.comclear the kHasSpan16 bit for two-point-radial, since...
2009-09-22 reed@android.comupdate sample to use new two-point-radial gradients...
2009-09-22 reed@android.comupdate golden-master images for tilemodes, after the...
2009-09-22 senorblanco... Two-point radial gradient implementation.
2009-09-21 reed@android.com#if 0 test code for blur, since it references a private...
2009-09-21 reed@android.comadd tests for blurmask
2009-09-21 reed@android.comfix sumbuffer to initialize its top and left colum...
2009-09-18 reed@android.comupdate with tests for blur
2009-09-18 reed@android.comuse rowbytes instead of bounds.width()
2009-09-18 reed@android.commore float/double precision tweaks
2009-09-16 reed@android.comuse doubles in matrix.invert() to keep more precision...
2009-09-15 reed@android.comadd neon opts for matrix procs
2009-09-03 reed@android.comdon't magically convert to hairline unless we're <...
2009-09-02 reed@android.comadd decode bench
2009-09-02 reed@android.comupdate
2009-09-02 reed@android.comadd
2009-09-02 reed@android.commore unittests (already found/fixed some bugs)
2009-09-01 reed@android.comrename std words to be UPPER CASE (ugh)
2009-08-31 reed@android.comadd tests for extractAlpha
2009-08-31 reed@android.comadd missing files
2009-08-30 reed@android.comadd boolean tests and IF/ELSE/END
2009-08-29 reed@android.comexperimental hack to write a forth engine to drive...
2009-08-29 reed@android.comreturn noErr in clickhandler, so we can get mousemoved...
2009-08-28 reed@android.comhttp://code.google.com/p/skia/issues/detail?id=32
2009-08-28 reed@android.comfix gaps in antialiased hairlines (thanks to preda)
2009-08-27 reed@android.comexpand SkShader's flag kConstInY to 16 and 32 variants...
2009-08-26 reed@android.comallow the gamma to be changed at runtime
2009-08-25 reed@android.comshow the hairlines after each test iteration
2009-08-25 reed@android.comspecial case 1x1 bitmaps when drawn as a shader (treat...
2009-08-25 reed@android.comfix overflow in qsort compare proc
2009-08-25 reed@android.comadd detach() method
2009-08-24 reed@android.comfix warning in sampler
2009-08-22 reed@android.comupdate gm images with new corrected dithering
2009-08-22 reed@android.comfixes around isOpaque and dithering
2009-08-21 senorblanco... Add a sanity check to MaskSuperBlitter::blitH(), to...
2009-08-21 deanm@chromium.orgFix compliation on gcc-4.3 and ARMv5T
2009-08-20 reed@android.comrespect dither setting in index8->565 sprite case
2009-08-14 deanm@chromium.orgFix flipped text orientation on Windows.
2009-08-14 reed@android.comupdate location of SkNWayCanvas.cpp
2009-08-14 reed@android.comclose out previous contour (so we don't miss the last...
2009-08-14 reed@android.comadd 'r' (rotate) 's' (scale) options to SampleApp to...
2009-08-14 reed@android.comfix typo in matrix proc index computation, where we...
2009-08-14 reed@android.comadd method to compute max count for a given buffer...
next