summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer.cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move files out of cc/resources/.Dana Jansens2015-05-191-2/+2
* ui: Disable the use_cached_picture option in DisplayListRecordingSourcedanakj2015-05-051-9/+11
* Use SkPictureRecorder::endRecordingAsPicture() instead of endRecording()thestig2015-04-081-1/+2
* cc: Remove invalidation historyenne2015-04-071-1/+0
* Implement DisplayList GatherPixelRefsweiliangc2015-04-031-2/+4
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-011-4/+2
* Revert of Revert of Implement DisplayList GatherPixelRefs (patchset #1 id:1 o...weiliangc2015-04-011-1/+2
* Revert of Implement DisplayList GatherPixelRefs (patchset #5 id:80001 of http...weiliangc2015-04-011-2/+1
* Enable skp dump for SPpan.deng2015-04-011-2/+20
* Implement DisplayList GatherPixelRefsweiliangc2015-04-011-1/+2
* cc: Keep tilings texture size in synchendrikw2015-03-231-0/+2
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-0/+1
* Define cc::RendererCapabilities in its own header, fix up includesjamesr2015-03-161-0/+1
* cc: Add raster_enabled settingenne2015-03-101-12/+15
* cc: Clear the invalidation history when moving between compositors.danakj2015-02-261-0/+1
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-191-22/+6
* cc: Make raster source members constenne2015-02-141-3/+4
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-051-4/+3
* Convert scroll offsets to use SyncedProperty.aelias2015-01-311-1/+2
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-271-4/+3
* Revert of cc: Remove tile and scale specific code from raster source (patchse...jdduke2015-01-031-3/+4
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-031-4/+3
* cc: Make the PictureLayerImpl raster source null until commit.danakj2014-12-161-1/+1
* [cc] Add nearest neighbor filtering for PictureLayer.jackhou2014-12-131-1/+12
* cc: Don't swap PictureLayerTilingSet on activate.danakj2014-12-111-7/+6
* cc: Implement a display-list-based RecordingSource and RasterSourceajuma2014-11-271-1/+8
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-181-15/+13
* cc: Refactor RecordingSourcehendrikw2014-11-181-8/+12
* Revert of cc: Toggle LCD text at raster time instead of record time. (patchse...jyasskin2014-11-181-13/+16
* cc: Toggle LCD text at raster time instead of record time.danakj2014-11-171-16/+13
* SetNeedsRedraw directly when updating a visible tile.danakj2014-11-141-0/+6
* cc: Remove PicturePileBasehendrikw2014-11-121-7/+9
* cc: Add RecordingSource and replace references to PicturePileshendrikw2014-11-111-19/+21
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-101-1/+1
* cc: Remove main thread rendering statshendrikw2014-11-081-11/+5
* cc: DCHECK that pile size == layer size during draw if pile isn't empty.danakj2014-11-061-9/+15
* cc: UpdateTiles when CanHaveTilings changeboliu2014-10-291-1/+1
* cc: Added raster source.vmpstr2014-10-281-21/+20
* cc: Remove DCHECK code from production.danakj2014-10-241-5/+4
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-231-1/+1
* CC: Decouple tile-grid-size from tile-size.epenner2014-10-211-1/+1
* Remove obsolete SkRecord preview code.mtklein2014-10-171-12/+1
* cc: Stop converting update rect from int to float to int.danakj2014-10-111-5/+4
* [C++11 Allowed Features] Declares a type-safe null pointer converting from NU...kulkarni.a2014-10-101-2/+2
* Revert of "Converted LayerImpl::bounds() to return SizeF."bokan2014-10-081-3/+1
* Converted LayerImpl::bounds() to return SizeF.bokan2014-10-071-1/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-1/+1
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-1/+1
* cc: Remove the opaque rect return-parameter from ContentLayerClient.danakj2014-09-151-2/+0