| Commit message (Expand) | Author | Age | Files | Lines |
* | Chrome-side change to add two Chinese fonts (licensed). | jshin@chromium.org | 2012-11-01 | 1 | -13/+24 |
* | Free the dibsection (HBITMAP) in PlatformBitmap's destructor, so we don't leak! | reed@google.com | 2012-11-01 | 3 | -2/+9 |
* | [MIPS] Add build support in Skia for MIPS. | petarj@mips.com | 2012-11-01 | 1 | -5/+16 |
* | Fix skia build when not on armv7. | phajdan.jr@chromium.org | 2012-11-01 | 1 | -8/+10 |
* | Roll Skia DEPS to r6227 & add suppressions for improved drawing of clipped ha... | robertphillips@google.com | 2012-11-01 | 1 | -2/+10 |
* | Modifications to skia.gyp for WebKit side code suppressions. | bungeman@chromium.org | 2012-10-31 | 1 | -11/+9 |
* | Revert 165005 - Modifications to skia.gyp for WebKit side code suppressions. | bungeman@chromium.org | 2012-10-30 | 1 | -8/+11 |
* | Revert 165006 - Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 1 | -1/+1 |
* | Revert 165005 until skia_webkit.gyp is present everywhere. | bungeman@chromium.org | 2012-10-30 | 1 | -1/+1 |
* | Modifications to skia.gyp for WebKit side code suppressions. | bungeman@chromium.org | 2012-10-30 | 1 | -11/+8 |
* | reapply 164660 w/ fix to add UI_EXPORT to new classes, so we can link in comp... | reed@google.com | 2012-10-30 | 6 | -425/+0 |
* | Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx... | sergeyu@chromium.org | 2012-10-29 | 6 | -0/+425 |
* | Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatly | reed@google.com | 2012-10-29 | 6 | -425/+0 |
* | Moved SkCanvasVideoRenderer to media/filters. | skaslev@chromium.org | 2012-10-24 | 1 | -26/+0 |
* | Sets the proper device scale factor on iOS. | rohitrao@chromium.org | 2012-10-23 | 2 | -2/+5 |
* | remove hack in extractSubset | reed@google.com | 2012-10-16 | 2 | -3/+10 |
* | Roll Skia DEPS to 5950, add suppressing define in skia.gyp & suppress issue in | robertphillips@google.com | 2012-10-15 | 2 | -0/+5 |
* | Revert 161335 - Abandon older drawBitmapRect behavior, to get the new src-can... | robertphillips@google.com | 2012-10-12 | 2 | -40/+4 |
* | Abandon older drawBitmapRect behavior, to get the new src-can-be-float behavior. | reed@google.com | 2012-10-11 | 2 | -4/+40 |
* | Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmap | reed@google.com | 2012-10-10 | 6 | -31/+148 |
* | Only define SK_SUPPORT_HINTING_SCALE_FACTOR when building for chromeOS | tdanderson@chromium.org | 2012-10-10 | 1 | -6/+13 |
* | Disable VectorCanvasTest.* on Aura since they crash. | jam@chromium.org | 2012-10-10 | 2 | -0/+12 |
* | Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler. | glotov@chromium.org | 2012-10-05 | 1 | -28/+0 |
* | Fix skia gyp to allow implementation of SkPixelRef in WebKit | hclam@chromium.org | 2012-10-05 | 1 | -0/+5 |
* | Turn on extra debugging around SkPathRef in valgrind builds to track down htt... | bsalomon@google.com | 2012-10-04 | 1 | -0/+10 |
* | roll skia DEPS to r5797 & update skia.gyp | robertphillips@google.com | 2012-10-04 | 1 | -1/+0 |
* | remove calls to deprecated SkCanvas::setBitmapDevice. | reed@google.com | 2012-10-01 | 1 | -7/+4 |
* | Revert 159477 - remove reference to deprecated setBitmapDevice | reed@google.com | 2012-10-01 | 1 | -1/+10 |
* | remove reference to deprecated setBitmapDevice | reed@google.com | 2012-10-01 | 1 | -10/+1 |
* | setBitmapDevice is going away from Skia (and has no callers in Skia or Chrome) | reed@google.com | 2012-10-01 | 2 | -13/+0 |
* | skia: Fix clang warnings about missing virtual and OVERRIDE annotations. | tfarina@chromium.org | 2012-09-29 | 1 | -5/+6 |
* | Cleanup: avoid foo ? true : false, part 1. | thestig@chromium.org | 2012-09-27 | 1 | -2/+2 |
* | Revert 159096 - Revert 159066 - roll skia to 5710 | michaeln@google.com | 2012-09-27 | 1 | -0/+4 |
* | Revert 159066 - roll skia to 5710 | michaeln@google.com | 2012-09-27 | 1 | -4/+0 |
* | roll skia to 5710 | reed@google.com | 2012-09-27 | 1 | -0/+4 |
* | Call exit(1) if we mean to crash, rather than *(char*)0 = 0 | reed@google.com | 2012-09-26 | 1 | -1/+2 |
* | Remove layout test suppressions | hclam@chromium.org | 2012-09-26 | 1 | -297/+0 |
* | Fix half-pixel misalignment in skia::ImageOperations | hclam@chromium.org | 2012-09-25 | 3 | -28/+308 |
* | Properly flip the CGContext during UIImage->SkBitmap conversions. | rohitrao@chromium.org | 2012-09-24 | 1 | -0/+6 |
* | check for valid device before using | reed@google.com | 2012-09-24 | 1 | -1/+1 |
* | convert comments in the test expectations files from // to # | dpranke@chromium.org | 2012-09-21 | 1 | -50/+50 |
* | Fix the iOS build. | droger@chromium.org | 2012-09-20 | 1 | -1/+1 |
* | unchecked_malloc() for Skia on OSX. | shess@chromium.org | 2012-09-19 | 1 | -0/+6 |
* | Now that we can handle NULL from BitmapPlatformDevice::Create, remove the | reed@google.com | 2012-09-18 | 1 | -66/+1 |
* | skia: Rename PlatformDevice::IsNativeFontRenderingAllowed to PlatformDevice::... | reveman@chromium.org | 2012-09-18 | 5 | -8/+6 |
* | zero out skia test expectations after jamesr merged the expectations upstream | dpranke@chromium.org | 2012-09-17 | 1 | -28/+0 |
* | Define SK_SUPPORT_HINTING_SCALE_FACTOR by default | tdanderson@chromium.org | 2012-09-17 | 1 | -0/+6 |
* | repeat http://codereview.chromium.org/10908266/ but w/o the android change, | reed@google.com | 2012-09-17 | 2 | -0/+18 |
* | Revert 156969 - Add define to limit recommended offscreen allocations. This a... | ilevy@chromium.org | 2012-09-15 | 3 | -21/+0 |
* | Add define to limit recommended offscreen allocations. This avoids some failures | reed@google.com | 2012-09-15 | 3 | -0/+21 |