Go to file
senorblanco@chromium.org b08ea1b680 Implement blur types for GPU-based Gaussian blur.
Implements the remaining blur types (inner, outer, solid) in the
GPU-based Gaussian blur.  They are implemented using a post-upsampling blending
pass.  Also includes some code cleanup and comments.

Review URL:  http://codereview.appspot.com/4664075/



git-svn-id: http://skia.googlecode.com/svn/trunk@1839 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-07-12 16:54:59 +00:00
android_sample/SampleApp Unify handleTouch and handleClick in SampleApp. 2011-06-22 13:26:56 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench be sure to call setupPaint, so we can respect the command-line args like alpha 2011-07-07 01:17:07 +00:00
experimental Changed Bundler identifier to com.google in iOSSampleApp 2011-07-07 19:50:59 +00:00
forth remove dump printf 2011-05-31 19:14:21 +00:00
gm Change true and false to 1 and 0 in macros that are used to conditionally compile code. 2011-06-29 19:42:58 +00:00
gpu GPU-based Gaussian blur. 2011-07-08 18:03:33 +00:00
gyp add sample for 2ptradial where we divide by zero 2011-07-08 20:12:55 +00:00
include Fixed iOSSampleApp dependencies 2011-07-07 19:45:39 +00:00
obsolete move old (unmaintained) gl backend out of src. src/gpu superceeds this now. 2011-02-22 20:50:57 +00:00
samplecode add sample for 2ptradial where we divide by zero 2011-07-08 20:12:55 +00:00
src Implement blur types for GPU-based Gaussian blur. 2011-07-12 16:54:59 +00:00
tests Replace vsnprintf with vsnprintf_s; add code to reproduce issue to StringTest; 2011-07-08 17:49:22 +00:00
third_party remove libpng and zlib from third_party 2011-06-16 12:27:14 +00:00
tools Fix signed/unsigned mismatch in rev 1553. 2011-06-09 18:54:01 +00:00
unix_test_app Parse SampleApp command line for a test name. If an argument is passed to 2011-06-28 19:44:03 +00:00
DEPS Revert r1768 2011-06-30 21:03:02 +00:00
gyp_skia combine target_defaults.gypi into common.gypi 2011-07-01 17:16:26 +00:00
make.bat "make" script to enable command-line build on Windows 2011-07-11 19:52:00 +00:00
make.py "make" script to enable command-line build on Windows 2011-07-11 19:52:00 +00:00
Makefile make toplevel Makefile pass MAKEFLAGS to out/Makefile 2011-06-28 16:48:56 +00:00
Makefile.old Higher resolution timers for bench. 2011-06-07 19:16:02 +00:00
README whitespace commit 2011-06-23 21:30:35 +00:00
skia.gyp Some final cleanups leading up to The Official Switch to Gyp 2011-06-07 14:48:41 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot