aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Add licenseGravatar bsalomon@google.com2011-09-29
* remove clearing gamma for BW, since caller does that nowGravatar reed@google.com2011-09-28
* add gamma-correct textGravatar reed@google.com2011-09-28
* move specialization of 16 -vs- 32 lcd format to the fonthostGravatar reed@google.com2011-09-28
* support gamma correction for lcd textGravatar reed@google.com2011-09-28
* kill gamma flags if we're drawing BWGravatar reed@google.com2011-09-28
* roll in fixes from android when we have to compress sections of "stretchy"Gravatar reed@google.com2011-09-28
* Add debug trap to track down crash.Gravatar vandebo@chromium.org2011-09-27
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* fix bw bits when width >= 16Gravatar reed@google.com2011-09-27
* doh -- fix conversion to BW from color/grayGravatar reed@google.com2011-09-27
* Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage.Gravatar bungeman@google.com2011-09-26
* Fix leak of mask in draw.Gravatar bungeman@google.com2011-09-26
* 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