summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* Reuse Skia functions for converting to/from NSImage.dcheng@chromium.org2013-11-203-21/+30
* ozone: Support building without cairospang@chromium.org2013-11-196-24/+22
* Add diagnostic information for CreateDIBSection failuresjamesr@chromium.org2013-11-181-0/+58
* Revert 234641 "cc: Combine analysis and raster"enne@chromium.org2013-11-133-29/+35
* Override drawRRect in fake SkBitmapDevices.scroggo@google.com2013-11-134-0/+22
* cc: Combine analysis and rasterenne@chromium.org2013-11-123-35/+29
* Switch from (deprecated) setIsOpaque to setAlphaType.tfarina@chromium.org2013-11-062-4/+12
* Add discardable memory emulation for non-android/mac platformsvollick@chromium.org2013-10-301-2/+0
* replace setIsOpaque (deprecated) with explicit SkAlphaTypereed@google.com2013-10-245-26/+21
* Roll Skia DEPS to r11890robertphillips@google.com2013-10-221-4/+4
* Improve Skia configuration.bungeman@chromium.org2013-10-211-88/+0
* Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator.pliard@chromium.org2013-10-212-23/+16
* skia/ext: Clip lazy pixel refs to canvas.vmpstr@chromium.org2013-10-202-8/+8
* Add sk_calloc and sk_calloc_throw to SkMemory_new_handler.cpp.mtklein@google.com2013-10-081-36/+54
* Clean up remaining unused globals (on mac).thakis@chromium.org2013-09-261-3/+1
* Add more support for FreeBSDGeo.Liaskos@gmail.com2013-09-212-2/+2
* add missing #include of <algorithm>, needed on VS2013 for std::min/maxscottmg@chromium.org2013-09-121-0/+2
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-3/+2
* remove unused include (a step towards removing SkTScopedPtr)mtklein@google.com2013-08-291-1/+0
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-294-13/+3
* Optimize alpha software PictureDrawQuads.aelias@chromium.org2013-08-292-0/+60
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-2623-106/+115
* skia: Added chrome implementation of SkDiscardableMemory.ernstm@chromium.org2013-08-242-0/+82
* Remove double allocation of pixels when constructing an SkDevice backed by Co...bsalomon@google.com2013-08-231-3/+5
* Roll Skia DEPS to r10765robertphillips@google.com2013-08-166-7/+13
* Disable Convolver.SIMDVerification under the ThreadSanitizer.glider@chromium.org2013-08-071-1/+7
* Fully qualify includes in skia ext/ code.torne@chromium.org2013-08-061-13/+12
* [skia_benchmarking_extension] fix off-by-one timing reporting.fmalita@chromium.org2013-08-061-1/+2
* [SkiaBenchmarkingExtension] Add draw command timing info.fmalita@chromium.org2013-07-302-0/+287
* Roll Skia DEPS to r10377 & update skia/extrobertphillips@google.com2013-07-265-7/+2
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-1/+1
* Update include paths in skia for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Document that GetTopDevice may return NULL. Check for null in GetPlatformDevi...reed@google.com2013-07-222-9/+8
* include missing headers in skia/ext/analysis_canvas.{h,cc}mostynb@opera.com2013-07-172-0/+2
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-284-5/+5
* Add SkColorToSRGBNSColor to skia_mac_utilstapted@chromium.org2013-06-282-1/+15
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-242-4/+6
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-242-20/+26
* Make sure skia doesn't try to scale images with less than 32 bits per pixel.hubbe@chromium.org2013-06-152-2/+13
* Turn on lightweight image decode check.tomhudson@chromium.org2013-06-142-0/+9
* Revert 206227 "Make sure skia doesn't try to scale images with l..."hashimoto@chromium.org2013-06-142-13/+2
* Make sure skia doesn't try to scale images with less than 32 bits per pixel.hubbe@chromium.org2013-06-132-2/+13
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-115-7/+7
* skia/ext: Updated lazy_pixel_ref_utils style.vmpstr@chromium.org2013-06-112-56/+50
* Skia/ext analysis canvas style changevmpstr@chromium.org2013-06-083-344/+392
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-072-2/+2
* cc: Add a gathers pixel refs with positions util.vmpstr@chromium.org2013-05-313-0/+1180
* (Patch by Teodora Novkovic <teodora.petrovic@gmail.com>, originally reviewed ...senorblanco@chromium.org2013-05-246-4/+519
* cc: Early out on text in analysis canvasvmpstr@chromium.org2013-05-242-1/+11
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-212-5/+5