summaryrefslogtreecommitdiffstats
path: root/skia/ext/pixel_ref_utils_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Update GatherPixelRefDevice to the new SkImage/SkPixelRef APIfmalita2015-08-211-23/+174
* cc: Plumb more details about pixel refs to tile manager.vmpstr2015-08-131-13/+15
* Remove a few friend lines referring to nonexistent classes.thakis2015-07-071-1/+0
* skia/ext: Add matrix and filter quality to gather pixel refs.vmpstr2015-04-301-6/+112
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-081-13/+23
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Standardize usage of virtual/override/final specifiers in skia/.dcheng2014-12-231-1/+9
* Clean up SK_SUPPORT_LEGACY_DEEPFLATTENING.mtklein2014-12-011-2/+0
* Standardize usage of virtual/override/final in skia/dcheng2014-10-221-7/+5
* Replace OVERRIDE with its C++11 counterparts in src/skiar.nagaraj2014-10-091-3/+3
* tweak TestDiscardableShader in preparation for big flattening change from skiareed@google.com2014-08-201-1/+9
* remove unncessary includehalcanary@google.com2014-08-181-1/+0
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-9/+1
* setConfig is deprecated, use setInfo or allocPixels instead.reed@google.com2014-07-021-5/+1
* Remove use of kUsePathBoundsForClip_RecordingFlagrobertphillips@google.com2014-06-121-5/+2
* stop using deprecated setConfigreed@google.com2014-06-071-2/+1
* remove unnessary overrides, as base class now does this for shadersreed@google.com2014-05-021-7/+1
* Update Chromium to new Skia headers & beginRecording signaturerobertphillips@google.com2014-04-241-0/+2
* Roll Skia DEPS to 14324 from 14292bsalomon@google.com2014-04-231-1/+10
* Switching unit tests to use new Skia SkPictureRecorder APIrobertphillips@google.com2014-04-231-33/+41
* Remove use of deprecated kOptimizeForClippedPlayback_RecordingFlag flagrobertphillips@google.com2014-04-201-2/+1
* replace TestPixelRef with bitmap.allocPixels()reed@google.com2014-01-161-52/+3
* implement onNewLockPixels for SkPixelRefreed@google.com2014-01-131-0/+15
* cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...reveman@chromium.org2014-01-081-0/+700