| Commit message (Expand) | Author | Age |
* | 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 |
* | add rasterclip entrypoints for scan converting paths | reed@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 |
* | 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 |
* | 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 |
* | Make SkMath.h less visible in public header files. | tomhudson@google.com | 2011-09-27 |
* | experimental | reed@google.com | 2011-09-23 |
* | add segment types query to SkPath (i.e. does it have any quads) | reed@google.com | 2011-09-21 |
* | Resubmit 2289 with fix for glsl version | bsalomon@google.com | 2011-09-20 |
* | Revert 2289. GLSL version detection not robust enough. May think we don't hav... | bsalomon@google.com | 2011-09-20 |
* | [GPU] Use new Var type for inputs/outputs of FS and VS | bsalomon@google.com | 2011-09-20 |
* | make string's reference counting thread-safe | reed@google.com | 2011-09-14 |
* | Fix compilation error related to using nonexistent sk_malloc instead of sk_ma... | bsalomon@google.com | 2011-09-14 |
* | GrTArray->SkTArray & docs | bsalomon@google.com | 2011-09-14 |
* | Shutup strict aliasing warnings in SkTLazy | bsalomon@google.com | 2011-09-14 |
* | Fix some issues in gpu device with perspective. Add a gm that would have caug... | bsalomon@google.com | 2011-09-13 |
* | Add SkCanvas::getClipDescription() and getClipDeviceBounds() so clients don't | tomhudson@google.com | 2011-09-13 |
* | Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy use | tomhudson@google.com | 2011-09-13 |
* | write 0 to our refcnt in the destructor, in the off-chance of it helping us | reed@google.com | 2011-09-12 |
* | Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(), | tomhudson@google.com | 2011-09-12 |
* | Add perspective support to the gpu aa hairline renderer. | bsalomon@google.com | 2011-09-12 |
* | [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat... | bsalomon@google.com | 2011-09-09 |
* | Improve gpu path subdiv with perspective, remove tolerance scale, fix comment | bsalomon@google.com | 2011-09-07 |