| Commit message (Expand) | Author | Age | Files | Lines |
* | Reuse Skia functions for converting to/from NSImage. | dcheng@chromium.org | 2013-11-20 | 3 | -21/+30 |
* | ozone: Support building without cairo | spang@chromium.org | 2013-11-19 | 6 | -24/+22 |
* | Add diagnostic information for CreateDIBSection failures | jamesr@chromium.org | 2013-11-18 | 1 | -0/+58 |
* | Revert 234641 "cc: Combine analysis and raster" | enne@chromium.org | 2013-11-13 | 3 | -29/+35 |
* | Override drawRRect in fake SkBitmapDevices. | scroggo@google.com | 2013-11-13 | 4 | -0/+22 |
* | cc: Combine analysis and raster | enne@chromium.org | 2013-11-12 | 3 | -35/+29 |
* | Switch from (deprecated) setIsOpaque to setAlphaType. | tfarina@chromium.org | 2013-11-06 | 2 | -4/+12 |
* | Add discardable memory emulation for non-android/mac platforms | vollick@chromium.org | 2013-10-30 | 1 | -2/+0 |
* | replace setIsOpaque (deprecated) with explicit SkAlphaType | reed@google.com | 2013-10-24 | 5 | -26/+21 |
* | Roll Skia DEPS to r11890 | robertphillips@google.com | 2013-10-22 | 1 | -4/+4 |
* | Improve Skia configuration. | bungeman@chromium.org | 2013-10-21 | 1 | -88/+0 |
* | Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator. | pliard@chromium.org | 2013-10-21 | 2 | -23/+16 |
* | skia/ext: Clip lazy pixel refs to canvas. | vmpstr@chromium.org | 2013-10-20 | 2 | -8/+8 |
* | Add sk_calloc and sk_calloc_throw to SkMemory_new_handler.cpp. | mtklein@google.com | 2013-10-08 | 1 | -36/+54 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -3/+1 |
* | Add more support for FreeBSD | Geo.Liaskos@gmail.com | 2013-09-21 | 2 | -2/+2 |
* | add missing #include of <algorithm>, needed on VS2013 for std::min/max | scottmg@chromium.org | 2013-09-12 | 1 | -0/+2 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -3/+2 |
* | remove unused include (a step towards removing SkTScopedPtr) | mtklein@google.com | 2013-08-29 | 1 | -1/+0 |
* | Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that... | robertphillips@google.com | 2013-08-29 | 4 | -13/+3 |
* | Optimize alpha software PictureDrawQuads. | aelias@chromium.org | 2013-08-29 | 2 | -0/+60 |
* | Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic... | robertphillips@google.com | 2013-08-26 | 23 | -106/+115 |
* | skia: Added chrome implementation of SkDiscardableMemory. | ernstm@chromium.org | 2013-08-24 | 2 | -0/+82 |
* | Remove double allocation of pixels when constructing an SkDevice backed by Co... | bsalomon@google.com | 2013-08-23 | 1 | -3/+5 |
* | Roll Skia DEPS to r10765 | robertphillips@google.com | 2013-08-16 | 6 | -7/+13 |
* | Disable Convolver.SIMDVerification under the ThreadSanitizer. | glider@chromium.org | 2013-08-07 | 1 | -1/+7 |
* | Fully qualify includes in skia ext/ code. | torne@chromium.org | 2013-08-06 | 1 | -13/+12 |
* | [skia_benchmarking_extension] fix off-by-one timing reporting. | fmalita@chromium.org | 2013-08-06 | 1 | -1/+2 |
* | [SkiaBenchmarkingExtension] Add draw command timing info. | fmalita@chromium.org | 2013-07-30 | 2 | -0/+287 |
* | Roll Skia DEPS to r10377 & update skia/ext | robertphillips@google.com | 2013-07-26 | 5 | -7/+2 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Update include paths in skia for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Document that GetTopDevice may return NULL. Check for null in GetPlatformDevi... | reed@google.com | 2013-07-22 | 2 | -9/+8 |
* | include missing headers in skia/ext/analysis_canvas.{h,cc} | mostynb@opera.com | 2013-07-17 | 2 | -0/+2 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 4 | -5/+5 |
* | Add SkColorToSRGBNSColor to skia_mac_utils | tapted@chromium.org | 2013-06-28 | 2 | -1/+15 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 2 | -4/+6 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 2 | -20/+26 |
* | Make sure skia doesn't try to scale images with less than 32 bits per pixel. | hubbe@chromium.org | 2013-06-15 | 2 | -2/+13 |
* | Turn on lightweight image decode check. | tomhudson@chromium.org | 2013-06-14 | 2 | -0/+9 |
* | Revert 206227 "Make sure skia doesn't try to scale images with l..." | hashimoto@chromium.org | 2013-06-14 | 2 | -13/+2 |
* | Make sure skia doesn't try to scale images with less than 32 bits per pixel. | hubbe@chromium.org | 2013-06-13 | 2 | -2/+13 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 5 | -7/+7 |
* | skia/ext: Updated lazy_pixel_ref_utils style. | vmpstr@chromium.org | 2013-06-11 | 2 | -56/+50 |
* | Skia/ext analysis canvas style change | vmpstr@chromium.org | 2013-06-08 | 3 | -344/+392 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 2 | -2/+2 |
* | cc: Add a gathers pixel refs with positions util. | vmpstr@chromium.org | 2013-05-31 | 3 | -0/+1180 |
* | (Patch by Teodora Novkovic <teodora.petrovic@gmail.com>, originally reviewed ... | senorblanco@chromium.org | 2013-05-24 | 6 | -4/+519 |
* | cc: Early out on text in analysis canvas | vmpstr@chromium.org | 2013-05-24 | 2 | -1/+11 |
* | Add flag for drawing layers to screen with Ganesh | enne@chromium.org | 2013-05-21 | 2 | -5/+5 |