summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-1/+1
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-052-9/+3
* Skia is moving to have SkCanvas' clip* methods be non-virtual and call onClip...robertphillips@google.com2014-03-055-53/+65
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-042-3/+9
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-032-9/+3
* Remove Skia suppressions.fmalita@chromium.org2014-03-031-8/+0
* Remove obsolete files and comment from skia/yukawa@chromium.org2014-03-013-326/+0
* fold AnalysisDevice functionality into AnalysisCanvas,reed@google.com2014-02-283-268/+200
* defer to skia_for_chromium_defines.gypi for temporary guard definesreed@google.com2014-02-271-4/+9
* Temporarily add SK_SUPPORT_LEGACY_LAYERRASTERIZER_API define.dominikg@chromium.org2014-02-261-0/+1
* Split Convolver.SIMDVerification into two testshubbe@chromium.org2014-02-261-112/+108
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-253-195/+268
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-253-268/+195
* Roll Skia DEPS to r13570robertphillips@google.com2014-02-251-0/+1
* Roll Skia DEPS to r13562robertphillips@google.com2014-02-241-0/+1
* SkDevice virtual changed from onCreateCompatibleDevice to onCreateDevicereed@google.com2014-02-228-34/+28
* create cairo before we hand-off the surface, in case the surface is destroyedreed@google.com2014-02-202-7/+15
* Roll Skia DEPS to r13509robertphillips@google.com2014-02-202-0/+9
* Revert 252017 "Roll to r13493"robertphillips@google.com2014-02-192-9/+0
* Roll to r13493robertphillips@google.com2014-02-192-0/+9
* Add temporary define to make some Skia constructors public.dominikg@chromium.org2014-02-181-0/+1
* Revert 251775 "roll skia DEPS to 13482"robertphillips@google.com2014-02-182-10/+0
* call clear() instead of using deprecated API accessBitmap()reed@chromium.org2014-02-183-3/+3
* roll skia DEPS to 13482robertphillips@google.com2014-02-182-0/+10
* #define SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG to guard against Skia api c...reed@google.com2014-02-171-0/+1
* Roll Skia DEPS to r13441robertphillips@google.com2014-02-141-0/+3
* Remove Skia suppressions.fmalita@chromium.org2014-02-121-16/+0
* Roll Skia DEPS to r13390robertphillips@google.com2014-02-112-2/+5
* More instrumentation for GDI allocation failurescpu@chromium.org2014-02-111-54/+6
* Remove Skia suppressions.fmalita@chromium.org2014-02-101-19/+0
* undef SK_SUPPORT_LEGACY_ONLOCKPIXELS since all subclass now support the new v...reed@google.com2014-02-081-1/+0
* Roll Skia DEPS to r13333robertphillips@google.com2014-02-061-0/+23
* Use bitmap.installPixels() for BitmapPlatformDevicehalcanary@google.com2014-02-061-28/+21
* plumbing for skia trace events into Chrome's about://tracing frameworkhumper@google.com2014-02-054-0/+93
* remove custom pixelref, using new installPixels() instead.reed@google.com2014-02-041-66/+17
* Roll Skia DEPS to r13264robertphillips@google.com2014-02-011-0/+14
* Make the Convolver unit tests run in a sane amout of time in DEBUG.senorblanco@chromium.org2014-01-301-1/+8
* roll skia DEPS to 13227robertphillips@google.com2014-01-291-0/+5
* Roll Skia DEPS to r13188robertphillips@google.com2014-01-271-0/+4
* Replace CairoSurfacePixelRef with SkMallocPixelRef.halcanary@google.com2014-01-251-53/+29
* Adding skia null gl context sources to chromium's build of skia so it can be ...junov@chromium.org2014-01-161-0/+1
* replace TestPixelRef with bitmap.allocPixels()reed@google.com2014-01-161-52/+3
* Remove Skia suppressions.fmalita@chromium.org2014-01-151-18/+0
* implement onNewLockPixels for SkPixelRefreed@google.com2014-01-131-0/+15
* skia: Stop overriding drawPosTextOnPath() on AnalysisCanvas.tfarina@chromium.org2014-01-112-23/+0
* remove SK_SUPPORT_LEGACY_COLORTYPE as all callsites have been updatedreed@google.com2014-01-101-1/+0
* remove SK_SUPPORT_LEGACY_SK64, as all call-sites have been updatedreed@google.com2014-01-101-1/+0
* cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...reveman@chromium.org2014-01-085-163/+152
* skia: Use discardable memory for scaled image cache.reveman@chromium.org2014-01-081-0/+2
* base: Discardable memory types.reveman@chromium.org2014-01-081-3/+3