summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
* Merge 168943 - Fix for 128506: Random Chinese/Japanese characters are missing...thestig@chromium.org2012-11-272-8/+70
* Merge 165458 - Chrome-side change to add two Chinese fonts (licensed).jungshik@google.com2012-11-061-13/+24
* Merge 165424 - Free the dibsection (HBITMAP) in PlatformBitmap's destructor, ...epoger@google.com2012-11-053-2/+9
* Revert 164660 - Change CanvasPaintT from a template to just a subclass of gfx...sergeyu@chromium.org2012-10-296-0/+425
* Change CanvasPaintT from a template to just a subclass of gfx::Canvas. Greatlyreed@google.com2012-10-296-425/+0
* Moved SkCanvasVideoRenderer to media/filters.skaslev@chromium.org2012-10-241-26/+0
* Sets the proper device scale factor on iOS.rohitrao@chromium.org2012-10-232-2/+5
* remove hack in extractSubsetreed@google.com2012-10-162-3/+10
* Roll Skia DEPS to 5950, add suppressing define in skia.gyp & suppress issue in robertphillips@google.com2012-10-152-0/+5
* Revert 161335 - Abandon older drawBitmapRect behavior, to get the new src-can...robertphillips@google.com2012-10-122-40/+4
* Abandon older drawBitmapRect behavior, to get the new src-can-be-float behavior.reed@google.com2012-10-112-4/+40
* Introduce PlatformBitmap, which is a minimal helper class that wraps an SkBitmapreed@google.com2012-10-106-31/+148
* Only define SK_SUPPORT_HINTING_SCALE_FACTOR when building for chromeOStdanderson@chromium.org2012-10-101-6/+13
* Disable VectorCanvasTest.* on Aura since they crash.jam@chromium.org2012-10-102-0/+12
* Honor mmintrin.h intrinics when instrumenting Chrome with cygprofiler.glotov@chromium.org2012-10-051-28/+0
* Fix skia gyp to allow implementation of SkPixelRef in WebKithclam@chromium.org2012-10-051-0/+5
* Turn on extra debugging around SkPathRef in valgrind builds to track down htt...bsalomon@google.com2012-10-041-0/+10
* roll skia DEPS to r5797 & update skia.gyprobertphillips@google.com2012-10-041-1/+0
* remove calls to deprecated SkCanvas::setBitmapDevice.reed@google.com2012-10-011-7/+4
* Revert 159477 - remove reference to deprecated setBitmapDevicereed@google.com2012-10-011-1/+10
* remove reference to deprecated setBitmapDevicereed@google.com2012-10-011-10/+1
* setBitmapDevice is going away from Skia (and has no callers in Skia or Chrome)reed@google.com2012-10-012-13/+0
* skia: Fix clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-291-5/+6
* Cleanup: avoid foo ? true : false, part 1.thestig@chromium.org2012-09-271-2/+2
* Revert 159096 - Revert 159066 - roll skia to 5710michaeln@google.com2012-09-271-0/+4
* Revert 159066 - roll skia to 5710michaeln@google.com2012-09-271-4/+0
* roll skia to 5710reed@google.com2012-09-271-0/+4
* Call exit(1) if we mean to crash, rather than *(char*)0 = 0reed@google.com2012-09-261-1/+2
* Remove layout test suppressionshclam@chromium.org2012-09-261-297/+0
* Fix half-pixel misalignment in skia::ImageOperationshclam@chromium.org2012-09-253-28/+308
* Properly flip the CGContext during UIImage->SkBitmap conversions.rohitrao@chromium.org2012-09-241-0/+6
* check for valid device before usingreed@google.com2012-09-241-1/+1
* convert comments in the test expectations files from // to #dpranke@chromium.org2012-09-211-50/+50
* Fix the iOS build.droger@chromium.org2012-09-201-1/+1
* unchecked_malloc() for Skia on OSX.shess@chromium.org2012-09-191-0/+6
* Now that we can handle NULL from BitmapPlatformDevice::Create, remove thereed@google.com2012-09-181-66/+1
* skia: Rename PlatformDevice::IsNativeFontRenderingAllowed to PlatformDevice::...reveman@chromium.org2012-09-185-8/+6
* zero out skia test expectations after jamesr merged the expectations upstreamdpranke@chromium.org2012-09-171-28/+0
* Define SK_SUPPORT_HINTING_SCALE_FACTOR by defaulttdanderson@chromium.org2012-09-171-0/+6
* repeat http://codereview.chromium.org/10908266/ but w/o the android change,reed@google.com2012-09-172-0/+18
* Revert 156969 - Add define to limit recommended offscreen allocations. This a...ilevy@chromium.org2012-09-153-21/+0
* Add define to limit recommended offscreen allocations. This avoids some failuresreed@google.com2012-09-153-0/+21
* When allocating a bitmap canvas on Linux, move the cairo surface allocation v...senorblanco@chromium.org2012-09-141-4/+4
* Revert 156912 - This compile-time flag will need to be defined for chromium o...msw@chromium.org2012-09-141-5/+0
* This compile-time flag will need to be defined for chromium once https://code...varunjain@chromium.org2012-09-141-0/+5
* Adds an iOS implementation of gfx::Image.rohitrao@chromium.org2012-09-143-0/+115
* GYP changes to get skia compiling on iOS.rohitrao@chromium.org2012-09-111-21/+98
* Set gamma correction settings to match platform.bungeman@chromium.org2012-08-291-1/+21
* Roll Skia DEPS to 5310 + skia.gyp & skia_test_expectations changesrobertphillips@google.com2012-08-282-0/+5
* Retry of warnings-as-errors for Windows third_party.scottmg@google.com2012-08-241-1/+1