aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Optimize software radial gradients (remove branches from the inner loop whereGravatar tomhudson@google.com2011-09-26
* set gamma flag for white, since GDI gives us different (better) valuesGravatar reed@google.com2011-09-26
* Add asserts to track down Chrome crash (bug 94421).Gravatar vandebo@chromium.org2011-09-22
* tweak check for BW to avoid cmpGravatar reed@google.com2011-09-22
* Fix some warningsGravatar bsalomon@google.com2011-09-21
* detect when LCD is really just BW, and remark the glyph as that.Gravatar reed@google.com2011-09-21
* flatten/unflatten fSegmentMaskGravatar reed@google.com2011-09-21
* use common code for treating thin lines as hairlines (much faster)Gravatar reed@google.com2011-09-21
* speed up radial-mirror 16x, sweep by ~2xGravatar reed@google.com2011-09-21
* update fSegmentMask inside ::transform() (thank you validate!)Gravatar reed@google.com2011-09-21
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* add SK_RESTRICT in shadeSpan methodsGravatar reed@google.com2011-09-20
* revert match for newAlpha to exactly match old math, so we don't driveGravatar reed@google.com2011-09-19
* use new SkDrawTreatAsHairline method to decide when to approximate a thin-lineGravatar reed@google.com2011-09-19
* Fix some mac compilation errors generated when building utils withinGravatar seanpaul@google.com2011-09-16
* 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