| Commit message (Expand) | Author | Age |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | SSE2 optimizations for 32bit Color operation. | senorblanco@chromium.org | 2010-12-13 |
* | Correctly handle SkPath::kInverseWinding_FillType | agl@chromium.org | 2010-12-06 |
* | Add flate compression test and fix bugs. | vandebo@chromium.org | 2010-12-02 |
* | Add deflate support to SkPDFStream. | vandebo@chromium.org | 2010-12-01 |
* | Allow zero text size to be specified for an SkPaint. | vandebo@chromium.org | 2010-11-17 |
* | Add safe size/copy functions to Skia. | wjmaclean@chromium.org | 2010-11-16 |
* | PDF: Add text support with a font framework (font embedding to come). | vandebo@chromium.org | 2010-11-11 |
* | Remove include of SkGLDevice.h from SkGLCanvas.h | vandebo@chromium.org | 2010-11-11 |
* | Move the device capability method to SkDevice. | vandebo@chromium.org | 2010-10-26 |
* | Cleanup/unify matrix transform for PDF backend. | vandebo@chromium.org | 2010-10-26 |
* | Fix SkDraw::validate to work with vector Devices. | vandebo@chromium.org | 2010-10-26 |
* | Clamp the maximum size of glyph width we will attempt to render. | scarybeasts@gmail.com | 2010-10-18 |
* | Fix a signedness issue with massive allocations, and also a truncation issue on | scarybeasts@gmail.com | 2010-10-18 |
* | Fix a memory leak in the new Canvas/Device workflow. | vandebo@chromium.org | 2010-10-15 |
* | Refactor SkCanvas so that backends don't need to override it. | vandebo@chromium.org | 2010-10-13 |
* | SkPath::arcTo() will cause uninitialized memory reads in the following cases: | senorblanco@chromium.org | 2010-10-13 |
* | High level pdf classes and pdf specific interface. | vandebo@chromium.org | 2010-10-12 |
* | call readyToDraw() instead of just checking for null pixels, since we could | reed@android.com | 2010-09-10 |
* | move SkMallocPixelRef into its own .cpp file, rather than embedding it | reed@android.com | 2010-09-09 |
* | add abstract wrapper for platform-specific bitmap backends | reed@android.com | 2010-09-09 |
* | fix matrix use in coretext fonthost | reed@android.com | 2010-07-22 |
* | Fix for SkMatrix::invert() for large coordinate values. | senorblanco@chromium.org | 2010-07-20 |
* | add SkRegion::setRects(), and its unit tests | reed@android.com | 2010-07-13 |
* | Added optional "ambiguous" outgoing argument to XRay queries so that | kbr@chromium.org | 2010-07-07 |
* | 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 |