aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* Fix warnings about struct being forward declared as a classGravatar bsalomon@google.com2011-02-22
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre...Gravatar reed@google.com2011-02-22
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* remove dead conditional codeGravatar reed@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* add no-check version of SkPackARGB32, for callers that want to deliberatelyGravatar reed@google.com2011-02-15
* Provide windows font host implementation needed to support TrueType text in p...Gravatar vandebo@chromium.org2011-02-14
* add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali...Gravatar reed@google.com2011-02-08
* [PDF] Add support for xfermodes / blend modes.Gravatar vandebo@chromium.org2011-02-08
* [PDF] Change SkPDFFormXObject to not hold a reference to device.Gravatar vandebo@chromium.org2011-02-08
* update dox for readPixels()Gravatar reed@google.com2011-02-07
* check for SK_BUILD_FOR_BREWGravatar reed@google.com2011-02-07
* Proposed fix for crash in Cr70244.Gravatar wjmaclean@chromium.org2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* [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