Go to file
Scroggo 3e7ff9f31d Better fix for changing the viewport in sample app.
Create a platform description and base the size on the SkWindow
in order to create a RenderTarget, which results in changing the
viewport.  This allows us to use only GR calls.

In the Android sample app, fix the problem where nothing is drawn
in the first frame, and default to drawing in GL.

Reviewed at http://codereview.appspot.com/4642043/


git-svn-id: http://skia.googlecode.com/svn/trunk@1615 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-06-16 15:31:26 +00:00
android_sample/SampleApp Better fix for changing the viewport in sample app. 2011-06-16 15:31:26 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench add gradient_create bench, just to measure the time to create a new gradient 2011-06-16 13:14:19 +00:00
experimental Added SimpleCocoaApp to the experimental directory 2011-06-16 14:46:26 +00:00
forth remove dump printf 2011-05-31 19:14:21 +00:00
gm Increase compatibility with clang, mostly around SK_RESTRICT. 2011-06-15 16:50:27 +00:00
gpu Rename GrGLBug to GrGLCapability. 2011-06-16 14:08:04 +00:00
gyp remove libpng and zlib from third_party 2011-06-16 12:27:14 +00:00
include Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration 2011-06-15 18:04:58 +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 Better fix for changing the viewport in sample app. 2011-06-16 15:31:26 +00:00
src Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance warning to its declaration 2011-06-15 18:04:58 +00:00
tests Move PointTest.cpp out of tests/core into tests/ ; the other arrangement was 2011-06-15 18:49:21 +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 Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/ 2011-06-13 19:17:58 +00:00
DEPS set externals/gyp dependency to same version as manually imported gyp code 2011-06-13 18:45:15 +00:00
gyp_skia Use automatically imported third_party/externals/gyp instead of 2011-06-14 16:01:04 +00:00
Makefile delete all old (non-Gyp) buildfiles 2011-06-14 18:35:08 +00:00
Makefile.old Higher resolution timers for bench. 2011-06-07 19:16:02 +00:00
README delete all old (non-Gyp) buildfiles 2011-06-14 18:35:08 +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