Go to file
digit@google.com 3e05f29116 remove one un-needed static initializer
This patch removes the use of a static C++ object in the
implementation of SkMatrix44::isIdentity(). Instead, we rely
on direct comparison with a statically allocated array of
SkMScalar values, which is completely equivalent.
Review URL: http://codereview.appspot.com/5502067

git-svn-id: http://skia.googlecode.com/svn/trunk@2991 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-01-10 10:00:59 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench Towards enabling -Werror in skia on Linux 2012-01-06 19:22:11 +00:00
experimental [GPU] Add explicit byte order and PM vs. UPM 8888 configs 2011-11-07 15:54:49 +00:00
forth Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
gm Towards enabling -Werror in skia on Linux 2012-01-06 19:22:11 +00:00
gyp Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID 2012-01-09 20:40:25 +00:00
include Add ARM optimizations to the build. 2012-01-09 14:38:25 +00:00
obsolete Move SkGLCanvas.h to obsolete, delete from gyp 2011-12-01 15:47:23 +00:00
samplecode return -1 if we failed to find by title 2011-12-28 20:02:10 +00:00
src remove one un-needed static initializer 2012-01-10 10:00:59 +00:00
tests Exclude BGRA readPixel tests on Android until bug 438 is resolved. 2012-01-09 13:02:20 +00:00
third_party [Committed on behalf of scottmg@chromium.org] 2011-08-10 17:49:41 +00:00
tools Add tool that downloads gm baseline images from the bots. 2011-12-29 21:13:08 +00:00
unix_test_app Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
DEPS Roll gyp and add librarian settings (now supported). 2011-10-03 19:36:51 +00:00
Doxyfile Create update-doxygen script that generates and uploads docs 2011-12-06 14:52:38 +00:00
gyp_skia gyp DEPS roll, and remove no-longer-needed msvs_abspath_output flag 2011-08-15 19:53:17 +00:00
LICENSE Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.bat Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.py Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
Makefile Stop packaging command-line Mac tools as a bundle. 2011-08-15 19:22:39 +00:00
Makefile.old Higher resolution timers for bench. 2011-06-07 19:16:02 +00:00
README whitespace commit to trigger buildbot 2011-07-15 14:11:58 +00:00
skia.gyp Some final cleanups leading up to The Official Switch to Gyp 2011-06-07 14:48:41 +00:00
whitespace.txt whitespace change to tri 2011-12-20 14:34:31 +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