aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* [PDF] Start from an identity transform for drawDevice.Gravatar vandebo@chromium.org2011-02-03
* change forward decl of SkMatrix from struct (wrong) to class (correct)Gravatar reed@android.com2011-02-03
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* [PDF] Clean up ref counting.Gravatar vandebo@chromium.org2011-02-01
* [PDF] Support image alpha channel plus a couple small fixes.Gravatar vandebo@chromium.org2011-01-31
* [PDF] Honor srcRect in drawBitmap.Gravatar vandebo@chromium.org2011-01-29
* update dox on bitmap configsGravatar reed@google.com2011-01-28
* Fix windows build.Gravatar vandebo@chromium.org2011-01-26
* move into core for now, so we can build SkFontHost_FreeType.cppGravatar reed@google.com2011-01-26
* fix mac build (don't need typedef struct foo foo)Gravatar reed@google.com2011-01-26
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* add refdict class, for holding a dictionary of reference-counted objectsGravatar reed@google.com2011-01-25
* Update SkPDFDevice::drawPath signature to match SkDevice.Gravatar vandebo@chromium.org2011-01-25
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* fix comments for U8CPU and S16CPUGravatar reed@google.com2011-01-25
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* initialize SkGlyph::fMaskFormat to avoid valgrind warningsGravatar reed@google.com2011-01-13
* expose gpu-device-factoryGravatar reed@google.com2011-01-11
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* remove obsolete, unsupported sound filesGravatar reed@google.com2011-01-07
* update dox to reflect that the default colorspace is CGColorSpaceCreateDevice...Gravatar reed@google.com2011-01-05
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* fix build for scalar==fixedGravatar reed@google.com2011-01-04
* static inline eliminates multiple definitions (and makes it zero-cost, sinceGravatar reed@android.com2011-01-04
* make inline helper static, so it can be included from than one .cppGravatar reed@android.com2011-01-03
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03
* add gpu to gm toolGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add for quick gl-offscreen context (so we can draw and then readpixels for GM)Gravatar reed@google.com2010-12-21
* remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp)...Gravatar reed@google.com2010-12-20
* add option to write PDFs from gmGravatar reed@google.com2010-12-20
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Fix perf regression in Color32.Gravatar senorblanco@chromium.org2010-12-16
* SSE2 optimizations for 32bit Color operation.Gravatar senorblanco@chromium.org2010-12-13
* Upstream mulDiv255Ceil() from WebKit to the skia repository.Gravatar senorblanco@chromium.org2010-12-07
* Patch by Mike Lawther (mikelawther@chromium.org).Gravatar senorblanco@chromium.org2010-12-06
* Add deflate support to SkPDFStream.Gravatar vandebo@chromium.org2010-12-01
* 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
* Add clipping support and some small fixes.Gravatar vandebo@chromium.org2010-11-03
* Add PDF support for drawDevice using a form xobject.Gravatar vandebo@chromium.org2010-10-26
* Several cleanups:Gravatar vandebo@chromium.org2010-10-26
* 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
* First pieces of SkPDFDevice. Supports:Gravatar vandebo@chromium.org2010-10-20
* Clamp the maximum size of glyph width we will attempt to render.Gravatar scarybeasts@gmail.com2010-10-18