aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* [PDF] Fix name objects containing characters > 0x80 and add a test.Gravatar vandebo@chromium.org2012-03-05
* Prealloc space for ~10 segments in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* minor improvement, remove some conditionals in GrAAConvexPathRendererGravatar bsalomon@google.com2012-03-05
* Avoid hairline coverage mul when possibleGravatar bsalomon@google.com2012-03-05
* When guessing at the dest, use linear space instead of color space.Gravatar bungeman@google.com2012-03-05
* simplify GrPathRenderer interfaceGravatar bsalomon@google.com2012-03-02
* On Mac, also check for a loca table before calling a font true type.Gravatar vandebo@chromium.org2012-03-02
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Check to see if font is TrueType before making TrueType specific calls.Gravatar caryclark@google.com2012-03-02
* Better workaround for osx / nv bugGravatar bsalomon@google.com2012-03-02
* Remove offscreen supersampler.Gravatar bsalomon@google.com2012-03-02
* Restore SkImageDecoder_libjpeg, which may still be used by the Android build.Gravatar tomhudson@google.com2012-03-02
* restore old no-gamma behavior when requestedGravatar reed@google.com2012-03-02
* Remove libjpeg image decoder, since we've never built it since we changedGravatar tomhudson@google.com2012-03-02
* minor fix: remove unnecessary initGravatar bsalomon@google.com2012-03-02
* move the post cleanup of the rec until after we wack it for maskfilterGravatar reed@google.com2012-03-01
* Fix cycling through buffers in buffer alloc poolGravatar bsalomon@google.com2012-03-01
* allow gamma params to be changed in .gypGravatar reed@google.com2012-03-01
* fix clipping of lcd edge pixelsGravatar reed@google.com2012-03-01
* add experimental files to encapsulate device-level font settingsGravatar reed@google.com2012-03-01
* Remove ref in buffer alloc pool.Gravatar bsalomon@google.com2012-03-01
* Workaround for chrome on mac buffer object performance issue.Gravatar bsalomon@google.com2012-03-01
* fix edgecase in chopcubic where we computed duplicate tvaluesGravatar reed@google.com2012-02-29
* apply contrast before blend-gamma-calcGravatar 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
* implement gamma correction for freetype text.Gravatar reed@google.com2012-02-28
* handle checking for large bounds correctly when SkScalar is fixedGravatar reed@google.com2012-02-28
* Improve SSE2 code for Blending BlitRow functions, producing 10% speedup.Gravatar tomhudson@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
* reverting r3268 because of test failuresGravatar junov@chromium.org2012-02-28
* build fixGravatar junov@chromium.org2012-02-28
* SkDeferredCanvas, performance: small refactor to remove unnecessary condition...Gravatar junov@chromium.org2012-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
* Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc.Gravatar junov@chromium.org2012-02-24
* 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
* Fix copy/paste issue in GrInOrderDrawBuffer.Gravatar bsalomon@google.com2012-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
* Remove unused member from GrInOrderDrawBufferGravatar bsalomon@google.com2012-02-24
* check for null-device in iteratorGravatar reed@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* 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