aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657Gravatar mike@reedtribe.org2012-04-14
* pin the edge points to the clip, rather than just calling clamp_ge/le in theGravatar reed@google.com2012-04-13
* replace getTotalClipStack() with replayClips()+ClipVisitorGravatar reed@google.com2012-04-13
* can't perform fast top_bottom cull if the text is verticalGravatar reed@google.com2012-04-12
* Reinstate early out from antialiased path rendering if we anticipateGravatar tomhudson@google.com2012-04-12
* always check the result of SkMatrix::invertGravatar reed@google.com2012-04-12
* detect when pathmeasure fails, and don't access uninitialized tangentGravatar reed@google.com2012-04-12
* Decouple the SkFlattenable from SkReader32/SkWriter32.Gravatar djsollen@google.com2012-04-12
* Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZeroGravatar epoger@google.com2012-04-11
* Make it possible to share a comparison func with both SkTSearch and SkQSortGravatar bsalomon@google.com2012-04-10
* Since we only have 1 proc for SA8_alpha_D32 (i.e. no opaque special-case) weGravatar reed@google.com2012-04-10
* Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.Gravatar tomhudson@google.com2012-04-10
* Stroked text should check inverse return.Gravatar bungeman@google.com2012-04-09
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Renaming SkCanvas::fLayerCount to fSaveLayerCount for readabilityGravatar junov@chromium.org2012-04-05
* Fixing the drawing of blurred shodows for hairline paths with software renderingGravatar junov@chromium.org2012-04-04
* 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