summaryrefslogtreecommitdiff
path: root/gpu
AgeCommit message (Expand)Author
2011-03-03Add support for clipstack to Gr. GrClip is now a list of rects and paths with...bsalomon@google.com
2011-02-24Add asAGradient shader extraction API.vandebo@chromium.org
2011-02-22change virtual setMatrixClip() to take a SkClipStack parameter.reed@google.com
2011-02-22Make a separate path renderer object. Move enum types to GrTypes.hbsalomon@google.com
2011-02-17Hide alloc size vs content size below APIbsalomon@google.com
2011-02-16need to apply the prepathmatrix (or perhaps push it on our mv stack)reed@google.com
2011-02-16upload generated mask for maskfilter to gpu (does not work with complex-paint...reed@google.com
2011-02-16first steps for supporting maskfilters (disabled right now)reed@google.com
2011-02-03Fix warnings on linux build (strict aliasing, cons init order, vars used only...bsalomon@google.com
2011-02-01Attempt to simplify NPOT texture caps. Also fixes case where textures would u...bsalomon@google.com
2011-02-01Adds ability to draw rects using a unit square vertex buffer. Useful when mat...bsalomon@google.com
2011-01-28fix slow performance on desktops by uping our max-texture-dim from 512 toreed@google.com
2011-01-21make xfermode warning printf be debug-onlyreed@google.com
2011-01-21Rev the GrContext interface. Context has draw* functions that take a new GrPa...bsalomon@google.com
2011-01-18Remove notion of default rendertarget. This doesn't map well to usage pattern...bsalomon@google.com
2011-01-13Towards issue #106bsalomon@google.com
2011-01-11expose gpu-device-factoryreed@google.com
2011-01-05add template macro to "safely" perform casts w/o breaking strict-aliasingreed@google.com
2011-01-04fix build for scalar==fixedreed@google.com
2010-12-23add gpu to the default makefilereed@google.com