| Commit message (Expand) | Author | Age |
* | support lcd16 in text atlas (sans shader support) | reed@google.com | 2011-03-15 |
* | Upstreaming changes from android. | djsollen@google.com | 2011-03-14 |
* | Don't use LCD16 if SK_SUPPORT_LCDTEXT is defined (for compatibility) | reed@google.com | 2011-03-14 |
* | check-point for kLCD16_Format mask support | reed@google.com | 2011-03-10 |
* | Correct blitmask procs to recognize that we pass them an SkColor, and if they | reed@google.com | 2011-03-09 |
* | http://codereview.appspot.com/3980041/ | reed@google.com | 2011-03-09 |
* | add const to SkColorShader's asABitmap | reed@google.com | 2011-03-08 |
* | make asABitmap() const | reed@google.com | 2011-03-07 |
* | add origin to device | reed@google.com | 2011-03-04 |
* | Update windows port of of SkFontHost::GetAdvancedTypefaceMetrics to use calcu... | ctguil@chromium.org | 2011-03-04 |
* | Implement SkScalerContext_Windows::generateGlyphCount() and provide access vi... | ctguil@chromium.org | 2011-03-04 |
* | Expose explicit functions to stringify float's and fixed's. | vandebo@chromium.org | 2011-03-03 |
* | Our region blitter (invoked by region::setPath()) must have its scanlines | reed@google.com | 2011-03-03 |
* | Add support for clipstack to Gr. GrClip is now a list of rects and paths with... | bsalomon@google.com | 2011-03-03 |
* | Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanline | reed@google.com | 2011-03-02 |
* | check that alloc() succeeded before calling the scaler's getImage() | reed@google.com | 2011-03-01 |
* | bump SkStrAppendScalar_MaxSize to 14 to accomodate the largest string now that | reed@google.com | 2011-03-01 |
* | use sprintf to generate float->string for SkString routines, removing the | reed@google.com | 2011-02-28 |
* | http://codereview.appspot.com/4233041/ | reed@google.com | 2011-02-25 |
* | Add SkBitmap::getColor(int x, int y) - return the color of a pixel in a bitmap. | vandebo@chromium.org | 2011-02-24 |
* | Guard globalRef() virtual with #ifdef ANDROID, as these are not implemented | reed@google.com | 2011-02-24 |
* | disable assert on validateClip in default build for now | reed@google.com | 2011-02-24 |
* | Add asAGradient shader extraction API. | vandebo@chromium.org | 2011-02-24 |
* | add fClipStack optional field to SkDraw (it is always set by canvas) | reed@google.com | 2011-02-23 |
* | set the rgn to empty if the clipstack says empty (in our validate routine) | reed@google.com | 2011-02-23 |
* | merge from android tree: | djsollen@google.com | 2011-02-23 |
* | refactor to use a shared function (clipPathHelper) between | reed@google.com | 2011-02-23 |
* | Cleanup issues related to SkBitmap getSize()/extractSubset(). | wjmaclean@chromium.org | 2011-02-22 |
* | change virtual setMatrixClip() to take a SkClipStack parameter. | reed@google.com | 2011-02-22 |
* | add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) that | reed@google.com | 2011-02-22 |
* | rename SkDeque::Iter to SkDeque::F2BIter, since it runs front-to-back (in pre... | reed@google.com | 2011-02-22 |
* | call glyph::init() on tmpGlyph, so we have a properly initialized fMaskFormat | reed@google.com | 2011-02-18 |
* | fix compile error for linux | reed@google.com | 2011-02-15 |
* | Fix file modes. | vandebo@chromium.org | 2011-02-14 |
* | Provide windows font host implementation needed to support TrueType text in p... | vandebo@chromium.org | 2011-02-14 |
* | reformatting to match coding style -- no logic changes | reed@google.com | 2011-02-08 |
* | reformat for coding style, no logic changes | reed@google.com | 2011-02-08 |
* | add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali... | reed@google.com | 2011-02-08 |
* | [PDF] Add support for xfermodes / blend modes. | vandebo@chromium.org | 2011-02-08 |
* | clear the convex-hint in reset() and rewind(), to match its state in a newly | reed@google.com | 2011-02-07 |
* | Proposed fix for crash in Cr70244. | wjmaclean@chromium.org | 2011-02-07 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | Cleanup SkPDFTypfaceInfo and make it more generic. | vandebo@chromium.org | 2011-02-02 |
* | remove debugging code around gUseExt | reed@google.com | 2011-01-26 |
* | embed a refdict inside SkDevice | reed@google.com | 2011-01-25 |
* | add refdict class, for holding a dictionary of reference-counted objects | reed@google.com | 2011-01-25 |
* | Add Truetype and Type 1 font embedding support | vandebo@chromium.org | 2011-01-25 |
* | detect empty/inverted rect before using autobounds helper (as with prev. rev.) | reed@google.com | 2011-01-18 |
* | don't use SkAutoPathBoundsUpdate until after we've checked for degenerate | reed@google.com | 2011-01-18 |
* | If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps | reed@google.com | 2011-01-13 |