skia2/include
senorblanco@chromium.org 1e95d715d0 Clean up the use of AutoScratchTexture in the gaussian blur and morphology
filters.  Instead of passing in AutoScratchTextures for temporaries, we allocate
them inside the function and detach() after rendering.  Since the functions now
return a ref()'ed texture, we no longer ref() the result in filter_texture().

Also, the imageblur gm was passing a paint with an image filter both to
saveLayer()/restore(), and to every text draw call.  Back when only restore()
was applying filters, this was fine, but since we're now applying filters on all
draw calls, this means we're double-blurring in this GM.

I've reverted the Mac baselines for the imageblur GM to their previous versions;
hopefully this will be correct.



git-svn-id: http://skia.googlecode.com/svn/trunk@4659 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-07-18 19:52:53 +00:00
..
animator Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
config Separated Inst counting from the SK_DEBUG #define (now SK_ENABLE_INST_COUNT) 2012-06-27 19:41:42 +00:00
core Add SK_API for SkData. Needed for https://bugs.webkit.org/show_bug.cgi?id=91171 2012-07-18 18:53:28 +00:00
device/xps Formatting cleanup: remove extra whitespace 2012-01-28 01:45:11 +00:00
effects This patch implements the diffuse and specular lighting filters in Ganesh. 2012-07-11 16:01:22 +00:00
gpu Clean up the use of AutoScratchTexture in the gaussian blur and morphology 2012-07-18 19:52:53 +00:00
images Expanded distribution of instance counting 2012-06-21 20:25:03 +00:00
pdf [PDF] Add link annotations. 2012-07-13 20:06:02 +00:00
pipe Refactoring SkDeferredCanvas to use SkGPipe. 2012-07-18 17:54:45 +00:00
ports [android] Add an API to load customized font config for testing. 2012-06-25 13:58:22 +00:00
svg Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
text Expanded distribution of instance counting 2012-06-21 20:25:03 +00:00
utils Refactoring SkDeferredCanvas to use SkGPipe. 2012-07-18 17:54:45 +00:00
views Move animated view headers to correct directory. 2012-07-10 21:54:31 +00:00
xml Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00