aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-05-25Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-24revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...reed@google.com
2012-05-24Change patheffect to take a (new) StrokeRec object, which encapsulates the fillreed@google.com
2012-05-23Removed SoftwarePathRenderer from GrContext's path renderer chainrobertphillips@google.com
2012-05-23Plumbing to propagate save & restore from SkCanvas down to GrContext & lowerrobertphillips@google.com
2012-05-22Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)robertphillips@google.com
2012-05-21Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...bsalomon@google.com
2012-05-21Tunnel name requests through factory, forcing custom effect and custom prog s...bsalomon@google.com
2012-05-21update dox for NewFromMalloc() to clarify ownershipreed@google.com
2012-05-21Make static const var that is only used in an assert be defined in the debug ...bsalomon@google.com
2012-05-21Stop using GrDrawState to track GPU's blend statebsalomon@google.com
2012-05-18fix build?bsalomon@google.com
2012-05-18Some refactoring of GrCustomStage and friendsbsalomon@google.com
2012-05-17Fix type errors and a few warnings for Visual Studio 2010 64-bit build.tomhudson@google.com
2012-05-17change SkChunkAlloc to grow its allocations geometrically (not linearly)reed@google.com
2012-05-17change SetTLSFontCacheLimit to be void, since it doesn't easily know the prev...reed@google.com
2012-05-17Allow font-cache to use thread_local_storage for a private cachereed@google.com
2012-05-17Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allreed@google.com
2012-05-16Add 'inline' to suppress unused warnings with Android NDK build.bungeman@google.com
2012-05-16computeFastStrokeBounds needs to pass kStroke_Style instead of kFill_Style (y...reed@google.com
2012-05-16pass the region-op to the clipstack for SkCanvas::clipRegion.reed@google.com
2012-05-16Fix new atomic declarations for Android.bungeman@google.com
2012-05-16WeakRefCntbungeman@google.com
2012-05-16Iter::next takes a bool (defaults to true for now) if we want to consume dege...reed@google.com
2012-05-16can't make the compute-bounds methods private yet :(reed@google.com
2012-05-16perform quickReject in drawPoints (which is called by drawLine) just like wereed@google.com
2012-05-16speedup SkRect::isFinite() (almost 2x)reed@google.com
2012-05-16update dox for copy-constructorreed@google.com
2012-05-15add computeFastBounds to SkPathEffect, so we can attempt quickRejectreed@google.com
2012-05-15update dox for measureTextreed@google.com
2012-05-15remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ...reed@google.com
2012-05-15Convert AAClipCache's GrRects to GrIRectsrobertphillips@google.com
2012-05-14Made clip mask cache use Scratch Texture systemrobertphillips@google.com
2012-05-11Remove support for vertex attribute matricesbsalomon@google.com
2012-05-11add dox for Shaders, and how the paint's alpha modulates the shader's colors.reed@google.com
2012-05-10Warn if return values from SkRect's Make* methods are ignoredrobertphillips@google.com
2012-05-10add SkPath::isLine(), similar to isRect()reed@google.com
2012-05-10move SkStrokePathEffect into hiding for now, as its functionality is rethought.reed@google.com
2012-05-10Added documentation of stage/TU allocationrobertphillips@google.com
2012-05-10Move convolution from code in GrGLProgram to new GrConvolutionEffecttomhudson@google.com
2012-05-08allow SkAutoTUnref to be used syntactially as the object is refsreed@google.com
2012-05-07Comment improvements to GrGLInterfacebsalomon@google.com
2012-05-07Move GL function prototype typdefs to a separate headerbsalomon@google.com
2012-05-07remove unused ptr/len parameters from CreateTypefacereed@google.com
2012-05-07revert TLS change (until we impl windows backend)reed@google.com
2012-05-07allow thread-local font cachereed@google.com
2012-05-07move more stuff that should be private out from GrGLConfig.hbsalomon@google.com
2012-05-07Make GrGLDefines.h be a private headerbsalomon@google.com
2012-05-07Move function decls and macros out of public headers that are meant for inter...bsalomon@google.com
2012-05-07Just use std qsortreed@google.com