| Commit message (Expand) | Author | Age |
... | |
* | update dox for SkAvoidXfermode (as best I could) | reed@android.com | 2009-11-09 |
* | fix cheap calc of edgelist size | reed@android.com | 2009-11-05 |
* | SSE2 optimizations for 32bit blending blitters. | senorblanco@chromium.org | 2009-11-04 |
* | add SkEvalCubicInterval | reed@android.com | 2009-11-03 |
* | add OVerView slide to samplecode | reed@android.com | 2009-11-03 |
* | disable bogus assert (at least until I can investigate more) | reed@android.com | 2009-10-30 |
* | rename gamma to table, since it is more general than just gamma | reed@android.com | 2009-10-29 |
* | add gamma maskfilter, especially nice when applied after a blur | reed@android.com | 2009-10-29 |
* | move boundarypatch into utils | reed@android.com | 2009-10-28 |
* | update on boundary patches | reed@android.com | 2009-10-28 |
* | add shaderproc32 for index bitmaps. neon version of 32->16+dither | reed@android.com | 2009-10-27 |
* | remove check for filtering. Now if the src is opaque, the filtered result | reed@android.com | 2009-10-26 |
* | fix S32A_D565_Blend_neon | reed@android.com | 2009-10-22 |
* | fix quadclipper in the case that the chop function fails | reed@android.com | 2009-10-22 |
* | clear xfermode in paint to reflect that we saw it was srcover | reed@android.com | 2009-10-22 |
* | motorola neon patch for blitMask, used in text drawing | reed@android.com | 2009-10-20 |
* | enable neon opts from motorola for perspective | reed@android.com | 2009-10-19 |
* | disable one proc until we fix its handling of src-alpha==0 | reed@android.com | 2009-10-19 |
* | oops, make it actually compile with correct headers | reed@android.com | 2009-10-19 |
* | add -forceDither option to bench (it is tristate) | reed@android.com | 2009-10-19 |
* | add android-specific tweaks to vary the amount of tmp ram allocated | reed@android.com | 2009-10-19 |
* | clean up fix to drawBitmapRect | reed@android.com | 2009-10-16 |
* | fix drawBitmapRect to not clip the src rect when computing the matrix | reed@android.com | 2009-10-15 |
* | don't force bitmapIsOpaque to false if we're instrinsically 16bit | reed@android.com | 2009-10-14 |
* | change projects to just run with curren-os sdk, in prep for snow-lepard | reed@android.com | 2009-10-14 |
* | fix new warnings from gcc 4.2 | reed@android.com | 2009-10-14 |
* | check-point for reviving animator | reed@android.com | 2009-10-13 |
* | cache expanded rawcolor16 | reed@android.com | 2009-10-02 |
* | oops, restore previous fix to saveLayer calling through to save() | reed@android.com | 2009-10-02 |
* | move factory for 565 into its own file | reed@android.com | 2009-10-02 |
* | don't call through to the inherited saveLayer, but just call save during record | reed@android.com | 2009-10-01 |
* | disable perspective-no-filter until we can fix the out-of-range indices | reed@android.com | 2009-09-29 |
* | fix base linux build, adding freetype support | reed@android.com | 2009-09-28 |
* | add FilterRec() so it links again | reed@android.com | 2009-09-27 |
* | use real strtof and snprintf to parse and dump floats | reed@android.com | 2009-09-24 |
* | record dither setting so we can replay it when we (re)decode | reed@android.com | 2009-09-24 |
* | update for blitrow_d32 procs | reed@android.com | 2009-09-23 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | clear the kHasSpan16 bit for two-point-radial, since we don't implement that | reed@android.com | 2009-09-22 |
* | Two-point radial gradient implementation. | senorblanco@chromium.org | 2009-09-22 |
* | fix sumbuffer to initialize its top and left colum/row with zeros. Without th... | reed@android.com | 2009-09-21 |
* | use rowbytes instead of bounds.width() | reed@android.com | 2009-09-18 |
* | more float/double precision tweaks | reed@android.com | 2009-09-18 |
* | use doubles in matrix.invert() to keep more precision, needed for subtle | reed@android.com | 2009-09-16 |
* | add neon opts for matrix procs | reed@android.com | 2009-09-15 |
* | don't magically convert to hairline unless we're < 1.0 in both X and Y. The n... | reed@android.com | 2009-09-03 |
* | return noErr in clickhandler, so we can get mousemoved events | reed@android.com | 2009-08-29 |
* | http://code.google.com/p/skia/issues/detail?id=32 | reed@android.com | 2009-08-28 |
* | fix gaps in antialiased hairlines (thanks to preda) | reed@android.com | 2009-08-28 |
* | expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader | reed@android.com | 2009-08-27 |