aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Move SkClampRange into src/effects, where it isn't being advertised asGravatar tomhudson@google.com2012-03-20
* Fix scaling issue when drawing text on a path.Gravatar djsollen@google.com2012-03-20
* add optional updateMatrixClip param to getTopDevice(). Chrome should set thisGravatar reed@google.com2012-03-19
* Another fix to r3423, reinstate blitter code that was commented out forGravatar tomhudson@google.com2012-03-19
* (SSE2) acceleration for rectangular opaque erases.Gravatar tomhudson@google.com2012-03-19
* add IRect variant of getBounds()Gravatar reed@google.com2012-03-16
* add getBounds() helperGravatar reed@google.com2012-03-15
* don't clamp the stopScale to 0 unless it originally exceeded the clip. This isGravatar reed@google.com2012-03-15
* tweak gm bounds to better fit the contentGravatar reed@google.com2012-03-14
* add kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* Fix four memory leaks uncovered by valgrinding gm tests.Gravatar vandebo@chromium.org2012-03-14
* enable fractionalint (64bit) math in bitmap procsGravatar reed@google.com2012-03-14
* add build option to revert hairline-clipping fix from 3366Gravatar reed@google.com2012-03-13
* if we are extending past our clip in antihairlines, don't draw that lastGravatar reed@google.com2012-03-12
* detect all masks, and don't use masksuperblitter with thoseGravatar reed@google.com2012-03-12
* don't flip the fractional bits (low 4) for bilerp when in kMirror_TileModeGravatar reed@google.com2012-03-09
* If we try to clip against a path and the path only contains a rect, treat it ...Gravatar tomhudson@google.com2012-03-09
* disable 64bit opt for now, as I debug skew failure in DRTGravatar reed@google.com2012-03-08
* apply FractionalInt improvement to rotatedGravatar reed@google.com2012-03-08
* use higher precision (64bit) fixed-point for matrix procGravatar reed@google.com2012-03-07
* SSSE3 code for drawing rotated bitmaps; produces 25-30% speedup.Gravatar tomhudson@google.com2012-03-06
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* move the post cleanup of the rec until after we wack it for maskfilterGravatar reed@google.com2012-03-01
* add experimental files to encapsulate device-level font settingsGravatar reed@google.com2012-03-01
* fix edgecase in chopcubic where we computed duplicate tvaluesGravatar reed@google.com2012-02-29
* fix bug and add test for aaclip when blitV is calledGravatar reed@google.com2012-02-29
* move SKPaint's defaults (that might be configurable) into a headerGravatar reed@google.com2012-02-29
* handle checking for large bounds correctly when SkScalar is fixedGravatar reed@google.com2012-02-28
* SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang.Gravatar tomhudson@google.com2012-02-28
* since SkScalarCeil/Floor do not explicitly detect overflows from float->int,Gravatar reed@google.com2012-02-28
* Disable check for large bounds in antipathGravatar reed@google.com2012-02-27
* reapply r3259 (that was reverted) with fix.Gravatar djsollen@google.com2012-02-27
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* reverting r3259 because of gm/test failure.Gravatar djsollen@google.com2012-02-24
* Enable quickRejectY in SkCanvas to be inlined.Gravatar djsollen@google.com2012-02-24
* reverting r3257 because of gm failure.Gravatar junov@chromium.org2012-02-24
* Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...Gravatar junov@chromium.org2012-02-24
* check for null-device in iteratorGravatar reed@google.com2012-02-24
* Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behindGravatar tomhudson@google.com2012-02-23
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23
* remove bogus assert (leftover from some long-forgotten debugging session)Gravatar reed@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup inGravatar tomhudson@google.com2012-02-22
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Added BSD license language where missing.Gravatar caryclark@google.com2012-02-17
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* Remove two static initializers from debug buildsGravatar digit@google.com2012-02-16