aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16
* make string's reference counting thread-safeGravatar reed@google.com2011-09-14
* add override for max-text-size for lcdGravatar reed@google.com2011-09-13
* Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don'tGravatar tomhudson@google.com2011-09-13
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* add SK_RESTRICT to mask procsGravatar reed@google.com2011-09-13
* set max size for lcdtextGravatar reed@google.com2011-09-13
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* cache offscreen HDCGravatar reed@google.com2011-09-09
* disable premul check for now in 16bit blit, until we cleanup GDI's messGravatar reed@google.com2011-09-07
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* use templated skipT() for skipping structs within a readerGravatar reed@google.com2011-09-07
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* add impl for drawBitmapNineGravatar reed@google.com2011-09-07
* add drawBitmapNine to canvasGravatar reed@google.com2011-09-07
* detect when scale is really 1.0, and don't mis-mark our flags to kScaleGravatar reed@google.com2011-09-06
* Ignore blur margin fix flag for backward bug compatibility.Gravatar bungeman@google.com2011-09-06
* Fix realloc->reset rename missed in mac fileGravatar bsalomon@google.com2011-09-02
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* outset 2 on all sides, as we now find some CJK fonts that are off byGravatar reed@google.com2011-09-02
* Reduce size of filter mask.Gravatar bungeman@google.com2011-09-02
* Added SimpleiOSApp and updated iOSSampleAppGravatar yangsu@google.com2011-08-30
* rename getBounds to getGlobalBounds, since it now takes the device's originGravatar reed@google.com2011-08-30
* Fixed key handling code in Mac SampleAppGravatar yangsu@google.com2011-08-30
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...Gravatar yangsu@google.com2011-08-30
* fix pictures to not skip-over clip ops that might expand the clipGravatar reed@google.com2011-08-29
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline,Gravatar reed@google.com2011-08-24
* respect subpixel positioningGravatar reed@google.com2011-08-23
* More prep work in Gr for landing AA hairline renderer.Gravatar bsalomon@google.com2011-08-23
* Clean up PDF code for text decoration change.Gravatar bungeman@google.com2011-08-23
* Core skia changes to prepare for Gr AA Hairline rendererGravatar bsalomon@google.com2011-08-23
* Gpu can draw underlined text.Gravatar bungeman@google.com2011-08-22
* refactor utility code to create a mask (any format) from the path, for thoseGravatar reed@google.com2011-08-22
* Allow the y-baseline to float except when text is horizontal, as we were alreadyGravatar reed@google.com2011-08-22
* silence end of file LF warning on chrome's mac buildsGravatar bsalomon@google.com2011-08-22
* No effect cleanup in pdf code.Gravatar ctguil@chromium.org2011-08-20
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Use gcc intrinsic functions for atomic incr and decrGravatar bsalomon@google.com2011-08-18
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Canvas to handle null layer device.Gravatar bungeman@google.com2011-08-17
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Remove GrContext::drawCustomVerticesGravatar bsalomon@google.com2011-08-16
* Remove unneeded sk/gr conversion codeGravatar bsalomon@google.com2011-08-16