| Commit message (Expand) | Author | Age |
* | Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w... | agl@chromium.org | 2010-06-18 |
* | Add support for forcing autohinting. | agl@chromium.org | 2010-06-17 |
* | We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading | agl@chromium.org | 2010-06-16 |
* | Fix 64-bit Mac warnings/memory corruption | reed@android.com | 2010-05-18 |
* | fix maxWidth when using linear-text | reed@android.com | 2010-05-17 |
* | Minor fixes to build under Clang: | agl@chromium.org | 2010-05-10 |
* | Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" | agl@chromium.org | 2010-04-27 |
* | Revert "Use hairline when line width <= 1.0, instead of < 1.0." | agl@chromium.org | 2010-04-26 |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | fix overflow in matrixproc, and add debugging code to test that | reed@android.com | 2010-04-14 |
* | extend sentinel array to avoid reading uninitialized memory | reed@android.com | 2010-04-13 |
* | add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics API | reed@android.com | 2010-04-13 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | ray fixes neon for dither and blend | reed@android.com | 2010-04-09 |
* | if we're strokeandfill+hairline, just draw fill (they way paths do) instead | reed@android.com | 2010-03-25 |
* | use 64bit intermediate to accumulate 16.16 widths, to avoid overflow | reed@android.com | 2010-03-19 |
* | only report hasspan16 if we're opaque, otherwise we get a different blend | reed@android.com | 2010-03-11 |
* | fix off-by-1 in alpha in colorshader setup | reed@android.com | 2010-03-11 |
* | disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noop | reed@android.com | 2010-03-09 |
* | handle NaN in curve choppers and edgeclipper | reed@android.com | 2010-03-08 |
* | document the return value of append() | reed@android.com | 2010-03-05 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | explicitly pass bounds.top to the edgelist walker, so we don't leave any gaps | reed@android.com | 2010-02-22 |
* | add copysign for ints and floats | reed@android.com | 2010-02-09 |
* | add countPoints() and getPoint() | reed@android.com | 2010-02-09 |
* | check bounder before lockPixels on the bitmap | reed@android.com | 2010-02-09 |
* | This patch allows the use of the native FreeType emboldening | senorblanco@chromium.org | 2010-02-05 |
* | respect edgetype in quickreject | reed@android.com | 2010-02-05 |
* | add SkXRay geometry routines | reed@android.com | 2010-02-05 |
* | add containsText() api | reed@android.com | 2010-02-05 |
* | add some utils to SkPoint | reed@android.com | 2010-01-28 |
* | 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 |
* | 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 |
* | initial checkin for visualstudio build support | reed@android.com | 2009-12-16 |
* | 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 |
* | 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 |