summaryrefslogtreecommitdiffstats
path: root/skia
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of https://codereview.chromium.org/63443003/enne@chromium.org2014-01-083-29/+35
* cc: Combine analysis and rasterenne@chromium.org2014-01-073-35/+29
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-065-22/+23
* Roll Skia DEPS to r12910robertphillips@google.com2014-01-061-1/+1
* Roll Skia DEPS to r12906robertphillips@google.com2014-01-062-0/+5
* remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been u...reed@google.com2014-01-022-11/+0
* roll skia DEPS to 12846reed@google.com2014-01-021-1/+2
* Updated Khronos GLES2 headers. (Take 2, Original: https://codereview.chromium...bajones@chromium.org2013-12-301-2/+1
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* remove SK_SUPPORT_LEGACY_PIXELREF_CONSTRUCTOR now that call-sites have been u...reed@google.com2013-12-203-47/+34
* Roll Skia DEPS to r12791robertphillips@google.com2013-12-201-1/+2
* Roll Skia DEPS to r12762robertphillips@google.com2013-12-192-3/+18
* Add base:: to some string16s in skia/.dbeam@chromium.org2013-12-191-2/+2
* Revert of https://codereview.chromium.org/99053007/bajones@chromium.org2013-12-182-18/+3
* Updated Khronos GLES2 headers.bajones@chromium.org2013-12-182-3/+18
* Roll Skia DEPS to r12723robertphillips@google.com2013-12-181-1/+2
* Move Skia's variables and defines to skia_common.bungeman@chromium.org2013-12-172-147/+161
* This is based on a failed roll attempt to r12698 (https://codereview.chromium...robertphillips@google.com2013-12-171-0/+5
* Revert 241277 "Roll Skia DEPS to r12698"robertphillips@google.com2013-12-171-5/+0
* Roll Skia DEPS to r12698robertphillips@google.com2013-12-171-0/+5
* Roll Skia DEPS to r12678robertphillips@google.com2013-12-161-0/+1
* pass SkImageInfo to pixelref constructorreed@google.com2013-12-111-10/+25
* Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo...reed@google.com2013-12-102-1/+12
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-2/+2
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-2/+2
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-2/+2
* Roll Skia DEPS to r12494robertphillips@google.com2013-12-052-1/+7
* In order to respect Win32 semantics (and appease Dr.Memory), stash the initia...senorblanco@chromium.org2013-12-042-5/+8
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* Remove BitmapPlatformDeviceData, and merge its functionality into the appropr...senorblanco@chromium.org2013-12-028-253/+212
* Roll Skia DEPS to r12430robertphillips@google.com2013-12-021-0/+1
* ozone: Fix embedded component build with enable_printing==0spang@chromium.org2013-11-221-0/+4
* Removed the SKIA_IGNORE_GPU_MIPMAPS macro since we set glGenMipmap inskaslev@chromium.org2013-11-201-2/+0
* Reuse Skia functions for converting to/from NSImage.dcheng@chromium.org2013-11-203-21/+30
* ozone: Support building without cairospang@chromium.org2013-11-199-29/+39