| Commit message (Expand) | Author | Age |
* | Bug fixes: | suyang1 | 2011-10-10 |
* | Add xps device to skia. | bungeman@google.com | 2011-10-10 |
* | implement region-ops | reed@google.com | 2011-10-10 |
* | Setting perspective in fixed point. | bungeman@google.com | 2011-10-07 |
* | bug fix for character 0x200B : zero-advance-space | reed@google.com | 2011-10-06 |
* | change gamma for white and neutral text | reed@google.com | 2011-10-06 |
* | 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 |
* | fix text for Lion, Leopard, Skia on Mac | caryclark@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 |
* | Remove debug messages that are no longer needed. | vandebo@chromium.org | 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 |
* | Now that layout tests are fixed, remove flag to ignore margin fix. | 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 |
* | Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f... | vandebo@chromium.org | 2011-10-03 |
* | invert gamma for non-black/white text | reed@google.com | 2011-10-03 |
* | Fix nits | bsalomon@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 |
* | Add SK_RESTRICT inside radial gradient shader - we can't currently see a bene... | tomhudson@google.com | 2011-09-30 |
* | Fix some VS2010 warnings | bsalomon@google.com | 2011-09-29 |
* | Add license | bsalomon@google.com | 2011-09-29 |
* | remove clearing gamma for BW, since caller does that now | reed@google.com | 2011-09-28 |
* | add gamma-correct text | reed@google.com | 2011-09-28 |
* | move specialization of 16 -vs- 32 lcd format to the fonthost | reed@google.com | 2011-09-28 |
* | support gamma correction for lcd text | reed@google.com | 2011-09-28 |
* | kill gamma flags if we're drawing BW | reed@google.com | 2011-09-28 |
* | roll in fixes from android when we have to compress sections of "stretchy" | reed@google.com | 2011-09-28 |
* | Add debug trap to track down crash. | vandebo@chromium.org | 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 |
* | fix bw bits when width >= 16 | reed@google.com | 2011-09-27 |
* | doh -- fix conversion to BW from color/gray | reed@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 |
* | Optimize software radial gradients (remove branches from the inner loop where | tomhudson@google.com | 2011-09-26 |
* | set gamma flag for white, since GDI gives us different (better) values | reed@google.com | 2011-09-26 |
* | Add asserts to track down Chrome crash (bug 94421). | vandebo@chromium.org | 2011-09-22 |
* | tweak check for BW to avoid cmp | reed@google.com | 2011-09-22 |
* | 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 |