aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Fix perf regression in Color32.Gravatar senorblanco@chromium.org2010-12-16
* SSE2 optimizations for 32bit Color operation.Gravatar senorblanco@chromium.org2010-12-13
* Correctly handle SkPath::kInverseWinding_FillTypeGravatar agl@chromium.org2010-12-06
* Add flate compression test and fix bugs.Gravatar vandebo@chromium.org2010-12-02
* Add deflate support to SkPDFStream.Gravatar vandebo@chromium.org2010-12-01
* Allow zero text size to be specified for an SkPaint.Gravatar vandebo@chromium.org2010-11-17
* Add safe size/copy functions to Skia.Gravatar wjmaclean@chromium.org2010-11-16
* PDF: Add text support with a font framework (font embedding to come).Gravatar vandebo@chromium.org2010-11-11
* Remove include of SkGLDevice.h from SkGLCanvas.hGravatar vandebo@chromium.org2010-11-11
* Move the device capability method to SkDevice.Gravatar vandebo@chromium.org2010-10-26
* Cleanup/unify matrix transform for PDF backend.Gravatar vandebo@chromium.org2010-10-26
* Fix SkDraw::validate to work with vector Devices.Gravatar vandebo@chromium.org2010-10-26
* Clamp the maximum size of glyph width we will attempt to render.Gravatar scarybeasts@gmail.com2010-10-18
* Fix a signedness issue with massive allocations, and also a truncation issue onGravatar scarybeasts@gmail.com2010-10-18
* Fix a memory leak in the new Canvas/Device workflow.Gravatar vandebo@chromium.org2010-10-15
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* SkPath::arcTo() will cause uninitialized memory reads in the following cases:Gravatar senorblanco@chromium.org2010-10-13
* High level pdf classes and pdf specific interface.Gravatar vandebo@chromium.org2010-10-12
* call readyToDraw() instead of just checking for null pixels, since we couldGravatar reed@android.com2010-09-10
* move SkMallocPixelRef into its own .cpp file, rather than embedding itGravatar reed@android.com2010-09-09
* add abstract wrapper for platform-specific bitmap backendsGravatar reed@android.com2010-09-09
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* Fix for SkMatrix::invert() for large coordinate values.Gravatar senorblanco@chromium.org2010-07-20
* add SkRegion::setRects(), and its unit testsGravatar reed@android.com2010-07-13
* Added optional "ambiguous" outgoing argument to XRay queries so thatGravatar kbr@chromium.org2010-07-07
* Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing w...Gravatar agl@chromium.org2010-06-18
* Add support for forcing autohinting.Gravatar agl@chromium.org2010-06-17
* We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with readingGravatar agl@chromium.org2010-06-16
* Fix 64-bit Mac warnings/memory corruptionGravatar reed@android.com2010-05-18
* fix maxWidth when using linear-textGravatar reed@android.com2010-05-17
* Minor fixes to build under Clang:Gravatar agl@chromium.org2010-05-10
* Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0.""Gravatar agl@chromium.org2010-04-27
* Revert "Use hairline when line width <= 1.0, instead of < 1.0."Gravatar agl@chromium.org2010-04-26
* Add a SkTypeface::CreateForChars() function.Gravatar agl@chromium.org2010-04-20
* fix overflow in matrixproc, and add debugging code to test thatGravatar reed@android.com2010-04-14
* extend sentinel array to avoid reading uninitialized memoryGravatar reed@android.com2010-04-13
* add SKIA_VERSION_[MAJOR, MINOR, PATCH] in header and SkGraphics APIGravatar reed@android.com2010-04-13
* Use hairline when line width <= 1.0, instead of < 1.0.Gravatar anatoly@google.com2010-04-12
* ray fixes neon for dither and blendGravatar reed@android.com2010-04-09
* if we're strokeandfill+hairline, just draw fill (they way paths do) insteadGravatar reed@android.com2010-03-25
* use 64bit intermediate to accumulate 16.16 widths, to avoid overflowGravatar reed@android.com2010-03-19
* only report hasspan16 if we're opaque, otherwise we get a different blendGravatar reed@android.com2010-03-11
* fix off-by-1 in alpha in colorshader setupGravatar reed@android.com2010-03-11
* disable 32A->565 + alpha for now, until it handles src-alpha==0 as a noopGravatar reed@android.com2010-03-09
* handle NaN in curve choppers and edgeclipperGravatar reed@android.com2010-03-08
* document the return value of append()Gravatar reed@android.com2010-03-05
* convert matrix <--> matrix44Gravatar reed@android.com2010-03-01
* explicitly pass bounds.top to the edgelist walker, so we don't leave any gapsGravatar reed@android.com2010-02-22
* add copysign for ints and floatsGravatar reed@android.com2010-02-09
* add countPoints() and getPoint()Gravatar reed@android.com2010-02-09