aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* rm obsolete build-flag SK_IGNORE_HAIRLINE_CLIP_FIXGravatar reed@google.com2012-03-30
* check for integer-nan (0x8000...) and don't draw those as antihairlinesGravatar reed@google.com2012-03-30
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* handle null-device correctly in setDeviceGravatar reed@google.com2012-03-28
* Fix a memory leak in SkAAClip::translate().Gravatar tomhudson@google.com2012-03-28
* add debuggin matrix-proc to validate its output before calling the samplersGravatar reed@google.com2012-03-27
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* Make use of the functions in the flattenable reader/writerGravatar djsollen@google.com2012-03-26
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* apply imagefilter to all draw callsGravatar reed@google.com2012-03-23
* Initialize margin, which was being used uninitialized in compute_bounds()Gravatar tomhudson@google.com2012-03-23
* 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