| Commit message (Expand) | Author | Age |
* | Add EGL context for Windows. | bungeman@google.com | 2011-06-02 |
* | remove unneeded check for thumb. see http://codereview.appspot.com/4539048/ | reed@google.com | 2011-06-02 |
* | speed-up SkMatrix::preScale by 3x, by special-casing it instead of just calling | reed@google.com | 2011-06-01 |
* | Add gyp for bench and make run on Windows. | bungeman@google.com | 2011-05-31 |
* | [PDF] Add pages accessor to SkPDFDocument. | vandebo@chromium.org | 2011-05-31 |
* | Port the SampleApp (raster) to Android. | Scroggo | 2011-05-31 |
* | Add more SK_API declarations to fix Chrome. | vandebo@chromium.org | 2011-05-30 |
* | [PDF] Add plumbing and accessors so that Chrome can record the font types use... | vandebo@chromium.org | 2011-05-29 |
* | Removal of obsolete interface, SkMatrixClipObserver. | twiz@google.com | 2011-05-26 |
* | [PDF] Improve the SkClipStack skipping prefix code. | vandebo@chromium.org | 2011-05-25 |
* | [PDF] Reuse the invert function object for xform object masks. | vandebo@chromium.org | 2011-05-25 |
* | [PDF] Rename ContentEntryAccessor to ScopedContentEntry. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Fix regression - correct for fInitialTrnasform in form xobjects. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add helper class to manage ContentEntry set up and completion. | vandebo@chromium.org | 2011-05-24 |
* | [PDF] Add clip support and some optimizations for "complex" xfer modes. | vandebo@chromium.org | 2011-05-24 |
* | Warn when an SkScalar is passed into SkIntToScalar() (converted twice) | epoger@google.com | 2011-05-24 |
* | add optoinal bytesRead argument (output) to playback() | reed@google.com | 2011-05-23 |
* | add cross-process option to gpipe | reed@google.com | 2011-05-23 |
* | Expose SkComposeShader as SK_API. | ctguil@chromium.org | 2011-05-20 |
* | Add Mesa as a GL backend. | bungeman@google.com | 2011-05-19 |
* | Fix windows color order | bsalomon@google.com | 2011-05-19 |
* | [PDF] Implement clear xfermode with a mask instead of pushing the clip down. | vandebo@chromium.org | 2011-05-18 |
* | [PDF] Fix windows compile warning. | vandebo@chromium.org | 2011-05-18 |
* | move SHIFT default definitions from SkColorPriv.h to SkPostConfig.h, so that | reed@google.com | 2011-05-18 |
* | encode current LCD orientation and order into font-cache-key | reed@google.com | 2011-05-18 |
* | add more keys | reed@google.com | 2011-05-17 |
* | [PDF] Improve path effect and drawPath(prePathMatrix) support. | vandebo@chromium.org | 2011-05-17 |
* | get tests closer to passing for SKIA_SCALAR=fixed | epoger@google.com | 2011-05-17 |
* | Add GL context creation for X so that gm can run GPU on Linux. | bungeman@google.com | 2011-05-17 |
* | separate coverage stages from color stages. | bsalomon@google.com | 2011-05-16 |
* | fully expand the initialization for rect (android compiler didn't like {0}) | reed@google.com | 2011-05-16 |
* | use SkPath for GrPath, removing GrPathIter entirely | reed@google.com | 2011-05-16 |
* | Change getConvexity() to now compute it if the value is set to kUnkown. | reed@google.com | 2011-05-16 |
* | Optimize colorfilter path when using a constant color.\nReviewed at http://co... | Scroggo | 2011-05-16 |
* | add Convexity enum to SkPath | reed@google.com | 2011-05-15 |
* | [PDF] Add support for SrcIn, SrcOut, DstIn, DstOut xfermodes. | vandebo@chromium.org | 2011-05-13 |
* | update dox | reed@google.com | 2011-05-12 |
* | [PDF] Fix Chrome crash - don't assume that SkDraw.fClipStack != NULL. | vandebo@chromium.org | 2011-05-11 |
* | git-svn-id: http://skia.googlecode.com/svn/trunk@1292 2bbb7eff-a529-9590-31e7... | twiz@google.com | 2011-05-10 |
* | fix bug where we wrote uninitialized data to the flatten stream for shaders. | reed@google.com | 2011-05-10 |
* | Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. | bsalomon@google.com | 2011-05-10 |
* | Fixes from Sk/Gr rect unification. | bsalomon@google.com | 2011-05-09 |
* | [PDF] Add a ToUnicode mapping for fonts. | vandebo@chromium.org | 2011-05-09 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | [PDF] Add support for Clear, Src, Dst, DstOver xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Fix setting of existing clip for layers. | vandebo@chromium.org | 2011-05-09 |
* | [PDF] Refactor content stream creation in SkPDFDevice to support more xfermodes. | vandebo@chromium.org | 2011-05-09 |
* | use SkPoint, creating an alias for GrPoint | reed@google.com | 2011-05-06 |
* | Replace GrStringBuilder with SkString. First step in cleaning up the shader g... | bsalomon@google.com | 2011-05-06 |
* | Tab -> spaces | bsalomon@google.com | 2011-05-06 |