| Commit message (Expand) | Author | Age | Files | Lines |
* | replace setIsOpaque (deprecated) with explicit SkAlphaType | reed@google.com | 2013-10-24 | 1 | -7/+3 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Make sure skia doesn't try to scale images with less than 32 bits per pixel. | hubbe@chromium.org | 2013-06-15 | 1 | -2/+2 |
* | Revert 206227 "Make sure skia doesn't try to scale images with l..." | hashimoto@chromium.org | 2013-06-14 | 1 | -2/+2 |
* | Make sure skia doesn't try to scale images with less than 32 bits per pixel. | hubbe@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | enable SSE2 in skia/convolver for linux32 | hubbe@chromium.org | 2013-04-09 | 1 | -3/+2 |
* | Skia upscaling uses filters that are too small. This CL fixes that. | hubbe@chromium.org | 2013-03-30 | 1 | -11/+8 |
* | Add allocator to ImageOperations | nduca@chromium.org | 2013-01-18 | 1 | -13/+20 |
* | Move stack_container and linked_list to the new containers subdirectory. | brettw@chromium.org | 2012-11-10 | 1 | -3/+3 |
* | Fix half-pixel misalignment in skia::ImageOperations | hclam@chromium.org | 2012-09-25 | 1 | -10/+3 |
* | [Android] Fix ImageOperations.ResizeShouldAverageColors | yfriedman@chromium.org | 2012-07-26 | 1 | -1/+1 |
* | Upstream the rest of skia diff | michaelbai@chromium.org | 2012-07-24 | 1 | -2/+2 |
* | Fix some gcc 4.6 compiler warnings in skia/ext. | tony@chromium.org | 2012-02-24 | 1 | -1/+3 |
* | Fix Coverity defects in skia/ext: | vandebo@chromium.org | 2012-01-03 | 1 | -11/+1 |
* | check for allocPixels failures during resize | reed@google.com | 2011-08-24 | 1 | -0/+11 |
* | Adding traces around skia image resizes so we know when they happen. | jbates@chromium.org | 2011-08-23 | 1 | -0/+7 |
* | Fixed a few UNINIT coverity messages | groby@chromium.org | 2011-06-22 | 1 | -0/+3 |
* | SIMD implementation of Convolver for Lanczos filter etc. | jiesun@chromium.org | 2011-03-09 | 1 | -2/+6 |
* | Integration of most changes from the GoogleTV project around the convolver/sc... | brettw@chromium.org | 2011-01-30 | 1 | -10/+119 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | chunk of straightforward ifdef/include changes for BSD port | pvalchev@google.com | 2010-05-19 | 1 | -4/+4 |
* | Add library support for subpixel rendering of images during Resize(). | brettw@chromium.org | 2010-03-01 | 1 | -1/+113 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-24 | 1 | -381/+26 |
* | Reverting 26975. | pkasting@chromium.org | 2009-09-23 | 1 | -26/+381 |
* | Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ... | pkasting@chromium.org | 2009-09-23 | 1 | -381/+26 |
* | Avoids the use of "namespace using-directives" in a few places. | thakis@chromium.org | 2009-09-07 | 1 | -3/+0 |
* | Attempt to fix the ImageOperations::CreateMaskedBitmap UMR by bringing the un... | glen@chromium.org | 2009-07-25 | 1 | -2/+2 |
* | Our masker didn't account for the source image also having alpha. | glen@chromium.org | 2009-07-25 | 1 | -2/+2 |
* | Make our HSL shifting match Photoshop's. | glen@chromium.org | 2009-07-15 | 1 | -43/+4 |
* | Fix a unit test failure. One of the tests sends an empty bitmap through this | brettw@chromium.org | 2009-06-09 | 1 | -3/+1 |
* | Add a mipmap-like divide-by-two image scaling algorithm. I am going to use this | brettw@chromium.org | 2009-06-09 | 1 | -0/+81 |
* | Add ability to theme our buttons. | glen@chromium.org | 2009-06-04 | 1 | -0/+53 |
* | Histogram the time we spend resampling images. We suspect this may be causing | brettw@chromium.org | 2009-05-20 | 1 | -0/+8 |
* | Fix Skia includes to use the whole path name. | brettw@chromium.org | 2009-05-19 | 1 | -2/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 1 | -15/+14 |
* | Redo of http://codereview.chromium.org/100097 to make work on Linux and Mac. | glen@chromium.org | 2009-05-06 | 1 | -4/+207 |
* | Reverting 14712 on behalf of glen. | hbono@chromium.org | 2009-04-28 | 1 | -206/+4 |
* | Add bitmap manipulation functions in advance of themes. | glen@chromium.org | 2009-04-28 | 1 | -4/+206 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -30/+33 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -62/+70 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -70/+62 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -0/+362 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -366/+0 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -0/+366 |