| Commit message (Expand) | Author | Age |
* | (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 |
* | fix warning (add default in switch) | reed@google.com | 2011-10-18 |
* | move LCD blits into opts, so they can have assembly versions | reed@google.com | 2011-10-18 |
* | add tests for read/writePackedUInt, and fix a bug there. | reed@google.com | 2011-10-18 |
* | add FillIRect variant that takes a rasterclip | reed@google.com | 2011-10-13 |
* | checkpoint -- more support changes for soft clipping | reed@google.com | 2011-10-13 |
* | add rasterclip entrypoints for scan converting paths | reed@google.com | 2011-10-12 |
* | trim off extra alpha==0 spans before and after our bounds | reed@google.com | 2011-10-12 |
* | forgot explicit return statements | 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 arg to clipRect and clipPath | reed@google.com | 2011-10-12 |
* | add bool argument to canvas' clipRect and clipPath for antialiasing | reed@google.com | 2011-10-12 |
* | fix warnings (failed to return a bool) | reed@google.com | 2011-10-11 |
* | add op(rgn, op) | reed@google.com | 2011-10-11 |
* | 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 experimental wrapper for region+aaclip | reed@google.com | 2011-10-10 |
* | add setRegion and doAA parameter to setPath | reed@google.com | 2011-10-10 |
* | implement region-ops | reed@google.com | 2011-10-10 |
* | make no promises if we see a looper | reed@google.com | 2011-10-06 |
* | use SK_OVERRIDE | reed@google.com | 2011-10-06 |
* | check-point for aaclip | reed@google.com | 2011-10-06 |
* | remove unused variable "inside", begin fixing coding style | 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 |
* | check-point for aaclip | reed@google.com | 2011-10-05 |
* | first cut at aaclipping | reed@google.com | 2011-10-04 |
* | Change SkAutoMaskImage so that we're less likely to write leaky code. | bungeman@google.com | 2011-10-04 |
* | disable CHECK_NOTHING_TO_DRAW for now, since it doesn't play well with DrawLo... | reed@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 |
* | don't autoset forceaa (yet), but require the caller to do that. In the future | reed@google.com | 2011-09-30 |
* | disable auto-detection of non-opaque devices for LCD for now | reed@google.com | 2011-09-30 |
* | Detect that we're drawing to a device that has per-pixel alpha, and if so, | reed@google.com | 2011-09-30 |
* | move specialization of 16 -vs- 32 lcd format to the fonthost | reed@google.com | 2011-09-28 |
* | kill gamma flags if we're drawing BW | reed@google.com | 2011-09-28 |
* | 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 |
* | Fix 2333. Be sure fImage is assigned before giving to SkAutoMaskImage. | bungeman@google.com | 2011-09-26 |
* | Fix leak of mask in draw. | bungeman@google.com | 2011-09-26 |
* | Fix some warnings | bsalomon@google.com | 2011-09-21 |
* | detect when LCD is really just BW, and remark the glyph as that. | reed@google.com | 2011-09-21 |
* | flatten/unflatten fSegmentMask | reed@google.com | 2011-09-21 |
* | update fSegmentMask inside ::transform() (thank you validate!) | reed@google.com | 2011-09-21 |
* | add segment types query to SkPath (i.e. does it have any quads) | reed@google.com | 2011-09-21 |
* | revert match for newAlpha to exactly match old math, so we don't drive | reed@google.com | 2011-09-19 |
* | use new SkDrawTreatAsHairline method to decide when to approximate a thin-line | reed@google.com | 2011-09-19 |