| Commit message (Expand) | Author | Age |
* | remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) | reed@google.com | 2011-11-01 |
* | add getDeviceSize() so callers won't need to call getDevice() so much | reed@google.com | 2011-11-01 |
* | warning fixes | bsalomon@google.com | 2011-10-27 |
* | Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac... | bsalomon@google.com | 2011-10-27 |
* | Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa | bsalomon@google.com | 2011-10-27 |
* | Recommit r2510 now that mac build bot issue has been fixed. | bsalomon@google.com | 2011-10-24 |
* | fix scalar=fixed by implementing SkRegion form of AntiFillRect | reed@google.com | 2011-10-24 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | add SkRect::intersect(a, b), matching what was already available in SkIRect | reed@google.com | 2011-10-21 |
* | Temporary revert of r2510. The test that it introduced fails on the Mac build... | bsalomon@google.com | 2011-10-20 |
* | Add test that validates GrGLInterfaces | bsalomon@google.com | 2011-10-20 |
* | Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. | bsalomon@google.com | 2011-10-20 |
* | Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,... | bsalomon@google.com | 2011-10-19 |
* | add SK_API to our malloc functions | reed@google.com | 2011-10-19 |
* | oops, init fSize to 0 before calling resize | reed@google.com | 2011-10-18 |
* | add OnShrink options to SkAutoMalloc | reed@google.com | 2011-10-18 |
* | remove unused optional param to SkAutoMalloc | reed@google.com | 2011-10-18 |
* | move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.h | reed@google.com | 2011-10-18 |
* | (re)add SkMask::getAddr() which now checks its pixel-size at runtime. | reed@google.com | 2011-10-18 |
* | rename SkMask::getAddr to getAddr8, to match the specificity of the others | reed@google.com | 2011-10-18 |
* | move LCD blits into opts, so they can have assembly versions | reed@google.com | 2011-10-18 |
* | commit http://codereview.chromium.org/8274009/ | reed@google.com | 2011-10-13 |
* | add FillIRect variant that takes a rasterclip | reed@google.com | 2011-10-13 |
* | move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty... | bsalomon@google.com | 2011-10-13 |
* | add rasterclip entrypoints for scan converting paths | reed@google.com | 2011-10-12 |
* | Move gpu/include/* to include/gpu and gpu/src/* to src/gpu | bsalomon@google.com | 2011-10-12 |
* | use SkRasterClip inside canvas (check-point for soft clipping) | reed@google.com | 2011-10-12 |
* | separate SkBlitMask decl into its own header | reed@google.com | 2011-10-12 |
* | add bool argument to canvas' clipRect and clipPath for antialiasing | reed@google.com | 2011-10-12 |
* | change getLastPt to return a bool | reed@google.com | 2011-10-11 |
* | add getTotalClipBounds() as a partial replacement for getTotalClip. This can be | reed@google.com | 2011-10-10 |
* | Add xps device to skia. | bungeman@google.com | 2011-10-10 |
* | Setting perspective in fixed point. | bungeman@google.com | 2011-10-07 |
* | Don't let templates live in shadows. | bungeman@google.com | 2011-10-07 |
* | Separate code paths of SkTArray at compile time. | bungeman@google.com | 2011-10-07 |
* | add SkAlphaBlend255 | reed@google.com | 2011-10-06 |
* | remove mention of obsolete symbol SK_SUPPORT_888_TEXT | reed@google.com | 2011-10-06 |
* | use SK_OVERRIDE | reed@google.com | 2011-10-06 |
* | move call to nothingToDraw into our iterator, so it sees the results of filte... | reed@google.com | 2011-10-06 |
* | Fixup rendering of empty paths (including inverted fills) | bsalomon@google.com | 2011-10-05 |
* | Change SkAutoMaskImage so that we're less likely to write leaky code. | bungeman@google.com | 2011-10-04 |
* | Make asBlur method const. | bungeman@google.com | 2011-10-04 |
* | quick-rejects based on xfermode, using SkPaint::nothingToDraw() | reed@google.com | 2011-10-04 |
* | add force-rle parameter to help with aaclip testing | reed@google.com | 2011-10-03 |
* | add accessors to irect | reed@google.com | 2011-10-03 |
* | Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f... | vandebo@chromium.org | 2011-10-03 |
* | Use SK_OVERRIDE to add a little extra robustness against name changes. | tomhudson@google.com | 2011-10-03 |
* | need these for the forceaa change | reed@google.com | 2011-09-30 |
* | Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic | bsalomon@google.com | 2011-09-27 |
* | Replace SkMath.h includes as required for fixed point. | tomhudson@google.com | 2011-09-27 |