| Commit message (Expand) | Author | Age |
* | check for null cmap in libgif | reed@android.com | 2010-02-05 |
* | add some utils to SkPoint | reed@android.com | 2010-01-28 |
* | disable debug printfs for gamma table | reed@android.com | 2010-01-26 |
* | call skip in a loop to handle the case where the backing stream may be network | reed@android.com | 2010-01-21 |
* | refactor helper functions out of libjpeg wrapper | reed@android.com | 2010-01-21 |
* | skia: Always use aliased text when antialiasing is disabled. | agl@chromium.org | 2010-01-21 |
* | ICE fixes for arm | reed@android.com | 2010-01-14 |
* | remove obsolete SK_BUILD_FOR_BREW conditional | reed@android.com | 2010-01-12 |
* | add glyph->unichar query (inverse of a cmap) | reed@android.com | 2010-01-08 |
* | Add parens in order to make conditional correct. | agl@chromium.org | 2010-01-05 |
* | Fix r466 which was causing Chromium valgrind failures. | agl@chromium.org | 2010-01-04 |
* | Added a virtual to SkBounder, called by text, that passes | reed@android.com | 2010-01-04 |
* | Add flag to enable bitmap strikes. | agl@chromium.org | 2010-01-04 |
* | Native client build fix. | agl@chromium.org | 2009-12-18 |
* | update windows port | reed@android.com | 2009-12-18 |
* | initial checkin for visualstudio build support | reed@android.com | 2009-12-16 |
* | fix repeat/mirror for new larger 16bit cache | reed@android.com | 2009-12-14 |
* | make the 16bit cache larger, to handle multiple colors in the gradient w/o | reed@android.com | 2009-12-14 |
* | Initialise fDeviceCMDirty | agl@chromium.org | 2009-12-12 |
* | SSE2-ified S32_alpha_D32_filter_DX (refactoring to come). Also shaved a few | senorblanco@chromium.org | 2009-12-10 |
* | Eenable new chopping edgelist builder by default. If it sticks well, I'll | reed@android.com | 2009-12-10 |
* | reinstate the empty check, and always initialize the format field | reed@android.com | 2009-12-08 |
* | add drawData() to canvas, to record data blobs | reed@android.com | 2009-12-04 |
* | Fix warning (struct forward-declared as class). | senorblanco@chromium.org | 2009-12-04 |
* | Remove check for empty devPath | agl@chromium.org | 2009-12-02 |
* | Debug build fix (unreviewed). | senorblanco@chromium.org | 2009-12-01 |
* | More SSE2 optimizations. This CL implements an SSE2 version of S32_bitmap_D3... | senorblanco@chromium.org | 2009-11-30 |
* | add unittest for IntersectLine, used by hairlines | reed@android.com | 2009-11-30 |
* | Win32 build fix (unreviewed). | senorblanco@chromium.org | 2009-11-25 |
* | outset the bounds if we're in hairline before quick-reject in SkDraw.cpp | reed@android.com | 2009-11-23 |
* | fix winding bug in lineclipper | reed@android.com | 2009-11-23 |
* | 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 |
* | 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 |
* | 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 |