aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* Make it possible to share a comparison func with both SkTSearch and SkQSortGravatar bsalomon@google.com2012-04-10
* misc fixesGravatar bsalomon@google.com2012-04-10
* Warn when ignoring result of SkMatrix::invert.Gravatar bungeman@google.com2012-04-09
* 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
* 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
* Create macro for registering classes for deserializationGravatar djsollen@google.com2012-03-26
* fix compilation bug in fixed ptGravatar bsalomon@google.com2012-03-26
* Add SkMatrix::cheapEqualTo, use in Gr codeGravatar bsalomon@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
* Re-attempting Linux debug GL interface compiler complaint fix.Gravatar robertphillips@google.com2012-03-21
* Upstream changes from Android repository.Gravatar djsollen@google.com2012-03-21
* Cast the result of SK_OFFSETOF to size_t to match offsetof() and avoid narrow...Gravatar reed@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
* (SSE2) acceleration for rectangular opaque erases.Gravatar tomhudson@google.com2012-03-19
* add IRect variant of getBounds()Gravatar reed@google.com2012-03-16
* decal mode babystepGravatar reed@google.com2012-03-16
* forward declare SkRectGravatar reed@google.com2012-03-15
* add getBounds() helperGravatar reed@google.com2012-03-15
* Expand SkMatrix type mask from uint8 to uint32, aligning the structGravatar tomhudson@google.com2012-03-15
* make commonBitmap un-virtual. That was a leftover from previous subclassingGravatar reed@google.com2012-03-15
* add kUTF32_TextEncodingGravatar reed@google.com2012-03-14
* Fix four memory leaks uncovered by valgrinding gm tests.Gravatar vandebo@chromium.org2012-03-14
* add SkFourByteInterp256 variant, when the caller has already scaled the lastGravatar reed@google.com2012-03-12
* use higher precision (64bit) fixed-point for matrix procGravatar reed@google.com2012-03-07
* 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
* move SKPaint's defaults (that might be configurable) into a headerGravatar reed@google.com2012-02-29
* 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
* Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...Gravatar bungeman@google.com2012-02-24
* Adding more unit testing for SkCanvas and derived classes.Gravatar junov@chromium.org2012-02-22
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererGravatar bsalomon@google.com2012-02-15
* Misc small fixes to unblock skia roll.Gravatar bsalomon@google.com2012-02-15
* SSE2 version of blit_lcd16, courtesy of Jin Yang.Gravatar tomhudson@google.com2012-02-14
* Adding API and unit testing for deferred canvas clearing/purgingGravatar junov@chromium.org2012-02-13
* if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each componentGravatar reed@google.com2012-02-13
* enable color-luminance in font cache (disabled by default)Gravatar reed@google.com2012-02-10
* Add SK_API to SkPixelRef and TextureCacheEntry.Gravatar senorblanco@chromium.org2012-02-09