aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* bump SkStrAppendScalar_MaxSize to 15 to handle 3-digit exponents on someGravatar reed@google.com2011-03-03
* Expose explicit functions to stringify float's and fixed's.Gravatar vandebo@chromium.org2011-03-03
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* add setXYWH to rectsGravatar reed@google.com2011-03-03
* bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now thatGravatar reed@google.com2011-03-01
* http://codereview.appspot.com/4233041/Gravatar reed@google.com2011-02-25
* Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap.Gravatar vandebo@chromium.org2011-02-24
* Guard globalRef() virtual with #ifdef ANDROID, as these are not implementedGravatar reed@google.com2011-02-24
* add isFixedWidth() to expose the newly added attributeGravatar reed@google.com2011-02-24
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* add fClipStack optional field to SkDraw (it is always set by canvas)Gravatar reed@google.com2011-02-23
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* add fixed-width attribute to typefaceGravatar reed@google.com2011-02-23
* 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
* 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
* remove dead conditional codeGravatar reed@google.com2011-02-18
* 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
* 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
* Cleanup SkPDFTypfaceInfo and make it more generic.Gravatar vandebo@chromium.org2011-02-02
* update dox on bitmap configsGravatar reed@google.com2011-01-28
* move into core for now, so we can build SkFontHost_FreeType.cppGravatar 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
* Add Truetype and Type 1 font embedding supportGravatar vandebo@chromium.org2011-01-25
* fix comments for U8CPU and S16CPUGravatar reed@google.com2011-01-25
* initialize SkGlyph::fMaskFormat to avoid valgrind warningsGravatar reed@google.com2011-01-13
* add getter/setter for device-factory on canvasGravatar reed@google.com2011-01-11
* 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
* add gpu to gm toolGravatar reed@google.com2010-12-23
* 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
* 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
* 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