| Commit message (Expand) | Author | Age |
* | Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather... | bsalomon@google.com | 2012-01-18 |
* | Subpixel text 3/8 of a pixel too far to the right. | bungeman@google.com | 2012-01-13 |
* | drawPosText with center or right align skips every other character. | bungeman@google.com | 2012-01-04 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | use AsMode instead of deprecated IsMode | mike@reedtribe.org | 2011-11-17 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | Remove warnings (trailing \, signed vs unsigned, parenthesization). | tomhudson@google.com | 2011-10-27 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | Change SkAutoMaskImage so that we're less likely to write leaky code. | bungeman@google.com | 2011-10-04 |
* | quick-rejects based on xfermode, using SkPaint::nothingToDraw() | reed@google.com | 2011-10-04 |
* | 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 |
* | 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 |
* | Reduce size of filter mask. | bungeman@google.com | 2011-09-02 |
* | respect subpixel positioning | reed@google.com | 2011-08-23 |
* | Gpu can draw underlined text. | bungeman@google.com | 2011-08-22 |
* | Allow the y-baseline to float except when text is horizontal, as we were already | reed@google.com | 2011-08-22 |
* | Include <new> required for placement new in SkTLazy. | bungeman@google.com | 2011-07-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | include <new> for SkTLazy, since windows seems to need it. | reed@google.com | 2011-07-27 |
* | don't modify a const paint | reed@google.com | 2011-07-27 |
* | don't modify const SkDraw, since multiple threads may be watching it... | reed@google.com | 2011-07-25 |
* | don/t modify const paint, since it could be used in different threads | reed@google.com | 2011-07-25 |
* | defer allocating blitter until we know we need it (i.e. gpu-devices don't need, | reed@google.com | 2011-07-05 |
* | Increase use of SkMatrix::hasPerspective(), merge in has_perspective(). | tomhudson@google.com | 2011-06-06 |
* | unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value | reed@google.com | 2011-04-08 |
* | export SkDraw::ComputeRectType() and share that with SkGpuDevice | reed@google.com | 2011-04-05 |
* | handle scale < 0 for stroke-rects | reed@google.com | 2011-04-05 |
* | reenable fast stroked rects, now that we correctly handle non-square scale | reed@google.com | 2011-04-04 |
* | temporarily disable fast stroking, until we handle non-square scales in matrix | reed@google.com | 2011-04-04 |
* | add #ifdef SK_DISABLE_FAST_AA_STROKE_RECT to disable new 8x faster antialiased | reed@google.com | 2011-04-04 |
* | faster stroke rects | mike@reedtribe.org | 2011-04-04 |
* | Initialize fClip in SkBounder, in case doIRect() is called before it is used | reed@google.com | 2011-03-23 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps | reed@google.com | 2011-01-13 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | PDF: Add text support with a font framework (font embedding to come). | vandebo@chromium.org | 2010-11-11 |
* | Fix SkDraw::validate to work with vector Devices. | vandebo@chromium.org | 2010-10-26 |
* | Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" | agl@chromium.org | 2010-04-27 |
* | Revert "Use hairline when line width <= 1.0, instead of < 1.0." | agl@chromium.org | 2010-04-26 |
* | Use hairline when line width <= 1.0, instead of < 1.0. | anatoly@google.com | 2010-04-12 |
* | if we're strokeandfill+hairline, just draw fill (they way paths do) instead | reed@android.com | 2010-03-25 |
* | convert matrix <--> matrix44 | reed@android.com | 2010-03-01 |
* | check bounder before lockPixels on the bitmap | reed@android.com | 2010-02-09 |
* | Added a virtual to SkBounder, called by text, that passes | reed@android.com | 2010-01-04 |
* | outset the bounds if we're in hairline before quick-reject in SkDraw.cpp | reed@android.com | 2009-11-23 |
* | don't magically convert to hairline unless we're < 1.0 in both X and Y. The n... | reed@android.com | 2009-09-03 |
* | handle cap==round for drawPoints | reed@android.com | 2009-07-10 |