| Commit message (Expand) | Author | Age |
* | add checks for exceeding 16bits, and apply those for glyphs in getMetrics() | reed@android.com | 2009-11-21 |
* | change guard to use ANDROID and __arm__, so it doesn't break non-arm android | reed@android.com | 2009-11-20 |
* | Build fix for WIN64 (unreviewed). | senorblanco@chromium.org | 2009-11-20 |
* | Remove SK_USE_OLD_255_TO_256. | senorblanco@chromium.org | 2009-11-20 |
* | fix index-out-of-range constant | reed@android.com | 2009-11-19 |
* | retool clipping in hairlines to catch huge coordinates | reed@android.com | 2009-11-19 |
* | Exclude Android-only cpu-features.h from non-Android builds. | agl@chromium.org | 2009-11-19 |
* | return early if we hit overflow when chopping on the left (i.e. the entire | reed@android.com | 2009-11-19 |
* | add impl for memset32 | reed@android.com | 2009-11-18 |
* | new scanconversion technique | reed@android.com | 2009-11-18 |
* | fix typos in cubic clipper | reed@android.com | 2009-11-18 |
* | add explicit clamping after chopping w/ t to ensure we're in the clip | reed@android.com | 2009-11-17 |
* | add quadclipping utility, plus sample test | reed@android.com | 2009-11-17 |
* | More SSE2-ification; fix for gcc -msse2. | senorblanco@chromium.org | 2009-11-16 |
* | add lineclipper, and test case | reed@android.com | 2009-11-16 |
* | add onSendClickToChildren to views, so a view can capture all clicks. | reed@android.com | 2009-11-16 |
* | remove const modifiers on function return types (unneeded, and caused an error | reed@android.com | 2009-11-13 |
* | fix rotation around 2nd axis | reed@android.com | 2009-11-10 |
* | flatten/unflatten custom fields for 2-point gradient | reed@android.com | 2009-11-10 |
* | use imageref_globalpool in samplepicture, to test flattening bitmaps | reed@android.com | 2009-11-10 |
* | Fix for gcc -fPIC build. | senorblanco@chromium.org | 2009-11-09 |
* | 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 |
* | default to not showing the (slow) overview slide: hit DELETE to invoke | reed@android.com | 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 |
* | Makefile fix: Fix gm build for Linux. | senorblanco@chromium.org | 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 |
* | add boundary patch experiment | 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 |
* | first cut at a checkbox | reed@android.com | 2009-10-21 |
* | first cut at rubber-sheet warping | reed@android.com | 2009-10-20 |
* | change .css files to have text/css mimetype | reed@android.com | 2009-10-20 |
* | update mimetype to text/html | reed@android.com | 2009-10-20 |
* | initial cut at doxygen | reed@android.com | 2009-10-20 |
* | motorola neon patch for blitMask, used in text drawing | reed@android.com | 2009-10-20 |
* | experiment | 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 |
* | add opaque -vs- alpha bitmap cases | reed@android.com | 2009-10-19 |
* | oops, make it actually compile with correct headers | reed@android.com | 2009-10-19 |