aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* add SK_API to our malloc functionsGravatar reed@google.com2011-10-19
* oops, init fSize to 0 before calling resizeGravatar reed@google.com2011-10-18
* add OnShrink options to SkAutoMallocGravatar reed@google.com2011-10-18
* remove unused optional param to SkAutoMallocGravatar reed@google.com2011-10-18
* move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.hGravatar reed@google.com2011-10-18
* (re)add SkMask::getAddr() which now checks its pixel-size at runtime.Gravatar reed@google.com2011-10-18
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* commit http://codereview.chromium.org/8274009/Gravatar reed@google.com2011-10-13
* add FillIRect variant that takes a rasterclipGravatar reed@google.com2011-10-13
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* add rasterclip entrypoints for scan converting pathsGravatar reed@google.com2011-10-12
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* separate SkBlitMask decl into its own headerGravatar reed@google.com2011-10-12
* add bool argument to canvas' clipRect and clipPath for antialiasingGravatar reed@google.com2011-10-12
* change getLastPt to return a boolGravatar reed@google.com2011-10-11
* add getTotalClipBounds() as a partial replacement for getTotalClip. This can beGravatar reed@google.com2011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Setting perspective in fixed point.Gravatar bungeman@google.com2011-10-07
* Don't let templates live in shadows.Gravatar bungeman@google.com2011-10-07
* Separate code paths of SkTArray at compile time.Gravatar bungeman@google.com2011-10-07
* add SkAlphaBlend255Gravatar reed@google.com2011-10-06
* remove mention of obsolete symbol SK_SUPPORT_888_TEXTGravatar reed@google.com2011-10-06
* use SK_OVERRIDEGravatar reed@google.com2011-10-06
* move call to nothingToDraw into our iterator, so it sees the results of filte...Gravatar reed@google.com2011-10-06
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* Change SkAutoMaskImage so that we're less likely to write leaky code.Gravatar bungeman@google.com2011-10-04
* Make asBlur method const.Gravatar bungeman@google.com2011-10-04
* quick-rejects based on xfermode, using SkPaint::nothingToDraw()Gravatar reed@google.com2011-10-04
* add force-rle parameter to help with aaclip testingGravatar reed@google.com2011-10-03
* add accessors to irectGravatar reed@google.com2011-10-03
* Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...Gravatar vandebo@chromium.org2011-10-03
* Use SK_OVERRIDE to add a little extra robustness against name changes.Gravatar tomhudson@google.com2011-10-03
* need these for the forceaa changeGravatar reed@google.com2011-09-30
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Replace SkMath.h includes as required for fixed point.Gravatar tomhudson@google.com2011-09-27
* Make SkMath.h less visible in public header files.Gravatar tomhudson@google.com2011-09-27
* experimentalGravatar reed@google.com2011-09-23
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16