summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Directly use GrGLInterface in cc tests rather than SkNullGLContext.bsalomon2016-03-251-4/+5
* Add SurfaceId::id_namespace()enne2016-03-252-0/+17
* cc : Fix layer transform changed tracking bugjaydasika2016-03-252-2/+30
* cc: Force a redraw on initializing a new output surface for remote compositor.khushalsagar2016-03-255-8/+40
* Add more out of line copy ctors for complex classes.vmpstr2016-03-2412-0/+24
* Handle out of order tile priorities when building graphericrk2016-03-241-6/+14
* cc: Remove more code that was only used by CDPajuma2016-03-248-197/+1
* cc : Determine if a layer is root by using the value in LayerTreeImpljaydasika2016-03-247-47/+74
* Remove some dead code in LayerImplvollick2016-03-232-14/+0
* cc: Fix LayerTree deserialization for commit.khushalsagar2016-03-238-115/+211
* Fixes cc_blink_unittests in a better way.yukishiino2016-03-231-2/+2
* cc : Update render surfaces using LayerListIterator instead of treewalkjaydasika2016-03-238-166/+230
* Enable LayerTreeHostTestGpuRasterDeviceSizeChanged test on winjaydasika2016-03-221-9/+5
* Remove unused LayerImpl::GetPicture()fmalita2016-03-224-14/+0
* Update secure output flags on display changes.dcastagna2016-03-2218-12/+45
* Disable LayerTreeHostTestGpuRasterDeviceSizeChanged test on win.dgozman2016-03-221-0/+3
* Transfer LayerImpl ownership to LayerTreeImplvollick2016-03-2251-585/+577
* Use sk_sp-based picture recording APIsfmalita2016-03-2223-72/+57
* Switch SkImageFilter::filterBounds() calls over to non-deprecated API.senorblanco2016-03-222-7/+4
* Make a command buffer workaround for glReadPixels on IOSurface backed textures.erikchen2016-03-221-50/+0
* Make more of content pass "gn check"brettw2016-03-211-1/+3
* cc: Remove a default constructor argument.vmpstr2016-03-212-1/+5
* Bind GrContext to GLES2Interface rather than C GLES interfacebsalomon2016-03-211-33/+1
* cc : Make tree synchronization independent of layer tree hierarchy (2)jaydasika2016-03-2118-784/+470
* Re-land fix display of wheel event listeners on a page.dtapuska2016-03-212-14/+13
* CC Animation: Use unordered_map instead of vector.loyso2016-03-213-41/+37
* Revert of Fix display of wheel event listeners on a page. (patchset #1 id:1 o...leviw2016-03-182-13/+14
* Add CONTEXT_TYPE_OPENGLES2_PEPPERericrk2016-03-184-2/+53
* Remove lots of usage of WebCString.dtapuska2016-03-181-1/+0
* Fix display of wheel event listeners on a page.dtapuska2016-03-182-14/+13
* Allow null begin frame sources in cc::Schedulerenne2016-03-184-10/+68
* cc: Removed unused layer of redirection on functionweiliangc2016-03-181-28/+19
* Store recording invalidations in DisplayListRecordingSource, save them via Up...chrishtr2016-03-1813-30/+127
* Use preferred format to allocate memory for decoded imagesbashi2016-03-183-7/+42
* CC Animation: Use bitset instead of unordered_set in LayerAnimationControllerloyso2016-03-183-19/+33
* Trim some headers from base/memory/scoped_ptr.hdcheng2016-03-171-0/+1
* Allow cc::Scheduler begin frame source to be changedenne2016-03-174-15/+197
* cc: Add test for the fix in https://codereview.chromium.org/1808043002/vmpstr2016-03-171-0/+67
* Monitor VideoResourceUpdater reusing destructed resource in Debug mode.xjz2016-03-172-3/+84
* cc: Impl thread scroll on ScrollNode instead of LayerImplsunxd2016-03-1711-75/+153
* cc: Ensure to process active low res pending high res tilings at rastervmpstr2016-03-171-5/+5
* Fold BeginFrameSource::SetClientReady into AddObserverenne2016-03-176-19/+0
* Re-enable IOSurface Canvas2D.erikchen2016-03-161-2/+4
* Hoist begin frame sources out of schedulerenne2016-03-1613-749/+131
* cc: Remove some unnecessary const scoped_refptr&.vmpstr2016-03-1619-93/+90
* cc: Make sure to set clip rect to empty on layers when neededweiliangc2016-03-162-49/+88
* Clean scroll logic in LayerTreeImpl:sunxd2016-03-1618-116/+187
* cc: Skip image predecode tasks for LOW_RESOLUTION tiles.vmpstr2016-03-151-5/+14
* CC Animation: Erase LayerTreeSettings::accelerated_animation_enabled flag.loyso2016-03-156-191/+79
* CC Animation: Redirect ScrollAnimationAbort via LayerTreeImplloyso2016-03-153-3/+9