summaryrefslogtreecommitdiffstats
path: root/skia/ext
Commit message (Expand)AuthorAgeFilesLines
* [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
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-181-3/+23
* Revert r200891, "Added MIPS DSPr2 optimization for BGRAConvolve2D routine."senorblanco@chromium.org2013-05-176-551/+4
* Added MIPS DSPr2 optimization for BGRAConvolve2D routine.senorblanco@chromium.org2013-05-176-4/+551
* As in the title. I stumbled upon that problem while integrating the code. The...motek@chromium.org2013-05-152-13/+65
* An implementation of recursive gaussian filters.motek@chromium.org2013-05-106-3/+782
* Revert "cc: Move canvas clear from picture to picture_pile_implvmpstr@chromium.org2013-05-072-14/+2
* skia: Remove gather pixel refs from AnalysisCanvas.reveman@chromium.org2013-05-063-230/+0
* cc: Move canvas clear from picture to picture_pile_implvmpstr@chromium.org2013-05-042-2/+14
* cc: Reduce special casing of transparent tiles.reveman@chromium.org2013-05-013-47/+28
* cc: Remove cheapness estimator from AnalysisCanvas.reveman@chromium.org2013-04-293-141/+11
* This is an exact copy of rolledback CL 13947013 with a fix to a compliationmotek@chromium.org2013-04-183-3/+396
* Convert an OS_SUN use to OS_SOLARIS.shess@chromium.org2013-04-171-2/+2
* Revert 194565 "Complete (but inefficient) implementation of the ..."kinuko@chromium.org2013-04-173-396/+3
* Complete (but inefficient) implementation of the image retargetting method.motek@chromium.org2013-04-173-3/+396
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-3/+2
* enable SSE2 in skia/convolver for linux32hubbe@chromium.org2013-04-096-511/+596
* Fix typo: s/Aquire/Acquire/ mdempsky@google.com2013-04-081-1/+1
* Smart layer invalidation for LCD text.alokp@chromium.org2013-04-083-2/+145
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-12/+16
* Skia upscaling uses filters that are too small. This CL fixes that.hubbe@chromium.org2013-03-302-11/+94
* enable SSE2 when using msvchclam@chromium.org2013-03-251-1/+1
* remove obsolete skia_sandbox_support_win files, and call SkTypeface_win's apireed@google.com2013-03-252-46/+0
* Disable SSE2 in skia/ext on Linux 32-bitshclam@chromium.org2013-03-241-1/+4
* enable more SSE2hubbe@chromium.org2013-03-241-2/+0
* Removed skia::ScopedPlatformCanvas.skaslev@chromium.org2013-03-212-12/+4
* Pass our logfont-accessible function-ptr directly to skia, in preparation forreed@google.com2013-03-211-0/+6
* Improve detection of cheap-to-rasterize SkPictures.tomhudson@chromium.org2013-03-202-41/+101
* cc: Merge GatherPixelRefs and AnalyzeInRectvmpstr@chromium.org2013-03-183-3/+228