aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Remove references to svg.gyp from projects that don't use it.Gravatar tomhudson@google.com2012-02-28
* rebaseline after gamma correction changeGravatar reed@google.com2012-02-28
* implement gamma correction for freetype text.Gravatar reed@google.com2012-02-28
* work in progressGravatar caryclark@google.com2012-02-28
* Remove referenecs to nonexistent file SkImageDecoder_libpvjpeg.c from gypGravatar tomhudson@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
* fix reorder initialization warningGravatar djsollen@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
* Enable Android GM to produce PNG images.Gravatar djsollen@google.com2012-02-24
* check for null-device in iteratorGravatar reed@google.com2012-02-24
* rebaseline after recent gpu fixGravatar reed@google.com2012-02-24
* add SkCreateDataProviderFromStream to SkCGUtilsGravatar reed@google.com2012-02-24
* Fix typo in the gyp file.Gravatar djsollen@google.com2012-02-24
* Enable hardware float for all armv7 and add NDK required linker flagsGravatar djsollen@google.com2012-02-24
* Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULLGravatar junov@chromium.org2012-02-23
* Add a bench for picture playback.Gravatar djsollen@google.com2012-02-23
* Rebaseline GM images for r3241Gravatar bsalomon@google.com2012-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
* In convex path renderer, translate polygon to origin for fanPt computationGravatar bsalomon@google.com2012-02-23
* remove bogus assert (leftover from some long-forgotten debugging session)Gravatar reed@google.com2012-02-23
* Fix memory leak in GetTableData() and add unittests for itGravatar reed@google.com2012-02-23
* don't require tableCount>0 since some platform fonts may not support thatGravatar reed@google.com2012-02-23
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* remove 'OS/2' table from known-sizes, since its size is not always the sameGravatar reed@google.com2012-02-23
* Fixing Canvas unit test to correctly verify object flattening in SkPictureGravatar junov@chromium.org2012-02-23
* Fix line endings.Gravatar bsalomon@google.com2012-02-23
* add unittest for FontHost (just tables at the moment)Gravatar reed@google.com2012-02-23
* remove unused variableGravatar bsalomon@google.com2012-02-23
* Provide fallbacks for web fonts.Gravatar caryclark@google.com2012-02-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22
* Disabling failing unit test on linuxGravatar junov@chromium.org2012-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