aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Remove incorrect GrAssert calls in GrResourceCache::removeAllGravatar twiz@google.com2012-02-21
* Change append to appendf for call sites with no format arguments.Gravatar vandebo@chromium.org2012-02-21
* work in progressGravatar caryclark@google.com2012-02-20
* Use intrinsics for atomic inc and dec on Windows.Gravatar bungeman@google.com2012-02-17
* Remove SkFontHost::ValidFontID PART 1: remove only caller.Gravatar bungeman@google.com2012-02-17
* Revert r3036. This change breaks loading images asGravatar caryclark@google.com2012-02-17
* Added BSD license language where missing.Gravatar caryclark@google.com2012-02-17
* Turn off test in fixed pt build.Gravatar bsalomon@google.com2012-02-17
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* Remove two static initializers from debug buildsGravatar digit@google.com2012-02-16
* Remove on static initializer in GrGpu.cppGravatar digit@google.com2012-02-16
* add missing filesGravatar caryclark@google.com2012-02-16
* work in progressGravatar caryclark@google.com2012-02-16
* Lazily allocate our global pool for imagerefsGravatar reed@google.com2012-02-16
* be sure to mark fLastY with the bottom of the rect in blitRectGravatar reed@google.com2012-02-16
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* add a todoGravatar reed@google.com2012-02-16
* Lazily allocate gNameList, and protect its usage behind the global mutex.Gravatar djsollen@google.com2012-02-16
* cast to doubleGravatar reed@google.com2012-02-16
* Fix TypefaceCache races. Gravatar bungeman@google.com2012-02-16
* work in progressGravatar caryclark@google.com2012-02-15
* Revert 3191Gravatar bsalomon@google.com2012-02-15
* Fix regression where we disable fonts with no specified nameGravatar djsollen@google.com2012-02-15
* fix SkFixed build (I hope)Gravatar reed@google.com2012-02-15
* Fix a case missed in r3198 where left/right direction of setOrthog matters (m...Gravatar bsalomon@google.com2012-02-15
* 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