skia2/include
tomhudson@google.com 07eecdca3e Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
classes from r3726 so they can be used. Does not implement any actual
effect stages.

Has one large known bug: if custom stages are provided, GrSamplerState
comparisons will break; this should preserve correct drawing, but decrease
performance - among other things, we'll break draw batching. To fix this
we'll need a RTTI system for GrCustomState objects, and we'll need to change
the GrSamplerState comparison from a memcmp to something that also does a
deep type-sensitive compare of any GrCustomState objects present.

http://codereview.appspot.com/6074043/



git-svn-id: http://skia.googlecode.com/svn/trunk@3742 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-04-20 18:35:38 +00:00
..
animator Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
config Add SK_SYSTEM_ZLIB define. 2012-04-16 19:10:21 +00:00
core add x() and y() aliases for fLeft and fTop (matching SkIRect) 2012-04-19 21:01:24 +00:00
device/xps Formatting cleanup: remove extra whitespace 2012-01-28 01:45:11 +00:00
effects proper handling if SkMatrix::invert failes, addresses hack fix in rev. 3657 2012-04-14 19:06:16 +00:00
gpu Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage 2012-04-20 18:35:38 +00:00
images Cleanup code related to SkFlattenable::flatten() 2012-03-29 15:18:04 +00:00
pdf [PDF] Move most of the headers to be private. 2012-03-22 20:45:15 +00:00
pipe undef Status to undo the evil that XLib.h has done 2011-08-12 14:49:55 +00:00
ports Add CreateFallbackForScript to SkTypeface for Android. 2012-03-15 15:49:51 +00:00
svg Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
text Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
utils Add coverage AA support for SampleApp root layers (windows only) 2012-04-17 12:43:00 +00:00
views Add MSAA option to SampleApp 2012-04-06 20:13:38 +00:00
xml Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00