| Commit message (Expand) | Author | Age |
* | Remove offscreen supersampler. | bsalomon@google.com | 2012-03-02 |
* | Restore SkImageDecoder_libjpeg, which may still be used by the Android build. | tomhudson@google.com | 2012-03-02 |
* | restore old no-gamma behavior when requested | reed@google.com | 2012-03-02 |
* | Remove libjpeg image decoder, since we've never built it since we changed | tomhudson@google.com | 2012-03-02 |
* | minor fix: remove unnecessary init | bsalomon@google.com | 2012-03-02 |
* | move the post cleanup of the rec until after we wack it for maskfilter | reed@google.com | 2012-03-01 |
* | Fix cycling through buffers in buffer alloc pool | bsalomon@google.com | 2012-03-01 |
* | allow gamma params to be changed in .gyp | reed@google.com | 2012-03-01 |
* | fix clipping of lcd edge pixels | reed@google.com | 2012-03-01 |
* | add experimental files to encapsulate device-level font settings | reed@google.com | 2012-03-01 |
* | Remove ref in buffer alloc pool. | bsalomon@google.com | 2012-03-01 |
* | Workaround for chrome on mac buffer object performance issue. | bsalomon@google.com | 2012-03-01 |
* | fix edgecase in chopcubic where we computed duplicate tvalues | reed@google.com | 2012-02-29 |
* | apply contrast before blend-gamma-calc | reed@google.com | 2012-02-29 |
* | fix bug and add test for aaclip when blitV is called | reed@google.com | 2012-02-29 |
* | move SKPaint's defaults (that might be configurable) into a header | reed@google.com | 2012-02-29 |
* | implement gamma correction for freetype text. | reed@google.com | 2012-02-28 |
* | handle checking for large bounds correctly when SkScalar is fixed | reed@google.com | 2012-02-28 |
* | Improve SSE2 code for Blending BlitRow functions, producing 10% speedup. | tomhudson@google.com | 2012-02-28 |
* | SSE2 version of ClampX_ClampY_{no}filter_affine, courtesy of Jin Yang. | tomhudson@google.com | 2012-02-28 |
* | since SkScalarCeil/Floor do not explicitly detect overflows from float->int, | reed@google.com | 2012-02-28 |
* | reverting r3268 because of test failures | junov@chromium.org | 2012-02-28 |
* | build fix | junov@chromium.org | 2012-02-28 |
* | SkDeferredCanvas, performance: small refactor to remove unnecessary condition... | junov@chromium.org | 2012-02-28 |
* | Disable check for large bounds in antipath | reed@google.com | 2012-02-27 |
* | reapply r3259 (that was reverted) with fix. | djsollen@google.com | 2012-02-27 |
* | Coding style corrections in SkDeferredCanvas.cpp: brace placement, 80col, etc. | junov@chromium.org | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | reverting r3259 because of gm/test failure. | djsollen@google.com | 2012-02-24 |
* | Enable quickRejectY in SkCanvas to be inlined. | djsollen@google.com | 2012-02-24 |
* | reverting r3257 because of gm failure. | junov@chromium.org | 2012-02-24 |
* | Fix copy/paste issue in GrInOrderDrawBuffer. | bsalomon@google.com | 2012-02-24 |
* | Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri... | junov@chromium.org | 2012-02-24 |
* | Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not... | bungeman@google.com | 2012-02-24 |
* | Remove unused member from GrInOrderDrawBuffer | bsalomon@google.com | 2012-02-24 |
* | check for null-device in iterator | reed@google.com | 2012-02-24 |
* | add SkCreateDataProviderFromStream to SkCGUtils | reed@google.com | 2012-02-24 |
* | Fix for crash in SkDeferredCanvas when optional SkPaint argument is NULL | junov@chromium.org | 2012-02-23 |
* | Fix math in coverage_to_alpha() (renamed coverage_to_partial_alpha()), behind | tomhudson@google.com | 2012-02-23 |
* | always allocate (only) the width of the clip for the AA row, since it will | reed@google.com | 2012-02-23 |
* | In convex path renderer, translate polygon to origin for fanPt computation | bsalomon@google.com | 2012-02-23 |
* | remove bogus assert (leftover from some long-forgotten debugging session) | reed@google.com | 2012-02-23 |
* | Fix memory leak in GetTableData() and add unittests for it | reed@google.com | 2012-02-23 |
* | GPU device preserves pixel values across read/write/read of unpremul pixel va... | bsalomon@google.com | 2012-02-23 |
* | remove unused variable | bsalomon@google.com | 2012-02-23 |
* | Provide fallbacks for web fonts. | caryclark@google.com | 2012-02-23 |
* | Use nested template expansions to implement Config8888 conversions. | bsalomon@google.com | 2012-02-22 |
* | Adding more unit testing for SkCanvas and derived classes. | junov@chromium.org | 2012-02-22 |
* | SSE2 version of ClampX_ClampY_{no}filter_scale; yields 10-20% speedup in | tomhudson@google.com | 2012-02-22 |
* | Remove incorrect GrAssert calls in GrResourceCache::removeAll | twiz@google.com | 2012-02-21 |