summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Make disable_low_res_tiling independent of is_gpu_rasterization_enableanton@chromium.org2014-03-282-3/+3
* Make scaled_scroll_bounds floaat to avoid truncating intermediate results.wjmaclean@chromium.org2014-03-281-1/+1
* Removed pinch viewport scroll offset distributionbokan@chromium.org2014-03-285-175/+0
* cc: Support texcoord offsets in YUVVideoDrawQuadsheu@chromium.org2014-03-2714-89/+129
* Audit/fix use of media::VideoFrame::coded_size()sheu@chromium.org2014-03-272-34/+8
* cc: Use needs_animate_layers()simonhong@chromium.org2014-03-271-4/+3
* Replace CurrentPhysicalTimeTicks with a fallback in CurrentFrameTimeTicks.aelias@chromium.org2014-03-267-32/+22
* Avoid unnecessary gloweffect callssataya.m@samsung.com2014-03-262-2/+44
* cc: Apply occlusion before creating quads in DelegatedRendererLayerImpl.danakj@chromium.org2014-03-266-21/+201
* Remove NOTIMPLEMENTED from DelegatingRenderer::SendManagedMemoryStatsjbauman@chromium.org2014-03-261-2/+2
* cc: Fix typo in comment.reveman@chromium.org2014-03-261-1/+1
* Add GL_TEXTURE_EXTERNAL_OES as supported texture target for CHROMIUM_map_image.sohan.jyoti@samsung.com2014-03-261-4/+0
* cc: Add missing DCHECKs to RasterTaskGraphRunner.reveman@chromium.org2014-03-261-0/+2
* cc: Move WorkerPoolTask implementations to tile_manager.cc.reveman@chromium.org2014-03-2510-349/+265
* Use QuadSink::Append for debug borders.danakj@chromium.org2014-03-252-5/+5
* Show pictures layer_rect in tracewangxianzhu@chromium.org2014-03-251-2/+1
* SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-2524-159/+93
* cc: Reduce size of cc::ResourceProvider::Resource classjadahl@opera.com2014-03-252-28/+31
* update VIDEO_HOLE block wrt recent cc changesmostynb@opera.com2014-03-251-2/+1
* plumbing fills_bounds_completely from aura to content_layer_updaterluken@chromium.org2014-03-2524-27/+88
* change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...reed@google.com2014-03-253-18/+11
* Disable LayerTreeHostTestNumFramesPending for flakiness.aelias@chromium.org2014-03-221-2/+3
* cc: Apply occlusion before creating quads in RenderSurfaceImpl.danakj@chromium.org2014-03-2110-6/+129
* cc: Don't consider borders when iterating pixel refsenne@chromium.org2014-03-213-3/+84
* cc: Add minimal GLES2Interface implementation required to run RasterWorkerPoo...reveman@chromium.org2014-03-201-2/+23
* cc: Apply occlusion before creating quads in SolidColorScrollbarLayerImpl.danakj@chromium.org2014-03-204-5/+95
* cc: Add layer raster tile iteratorvmpstr@chromium.org2014-03-206-3/+361
* Do not clip inside OcclusionTracker: Contributing Surfaces Edition.danakj@chromium.org2014-03-205-194/+74
* Move SoftwareFrameData overflow checks to the IPC code.danakj@chromium.org2014-03-202-0/+17
* cc: Apply occlusion before creating quads in VideoLayerImpl.danakj@chromium.org2014-03-204-11/+102
* cc: Apply occlusion before creating quads in SurfaceLayerImpl.danakj@chromium.org2014-03-203-2/+72
* cc: Pass task runner to schedulerboliu@chromium.org2014-03-205-75/+107
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-2060-294/+622
* cc: Apply occlusion before creating quads in UIResourceLayerImpl.danakj@chromium.org2014-03-203-2/+66
* cc: Revert all RasterWorkerPoolDelegate optimizations.reveman@chromium.org2014-03-203-80/+12
* Start of hardware overlay support in CC with Ubercompositor.alexst@chromium.org2014-03-2019-15/+802
* cc: Ignore occlusion in the HUD LayerImpl when appending quads.danakj@chromium.org2014-03-191-1/+1
* cc: Apply occlusion before creating quads in TextureLayerImpl.danakj@chromium.org2014-03-197-61/+166
* cc: Use QuadSink::Append instead of MaybeAppend in DRLImpl tests.danakj@chromium.org2014-03-191-14/+14
* cc: Register picture layers into tile manager.vmpstr@chromium.org2014-03-197-2/+253
* cc: Prevent overlapping picture playbackenne@chromium.org2014-03-192-6/+107
* Fix and reenable BrowserCompositorInvalidateLayerTreePerfTest.DenseBrowserUIclholgat@chromium.org2014-03-191-7/+8
* Fix broken assumption in ResourceProviderTest.TransferSoftwareResources/1.earthdok@chromium.org2014-03-191-8/+19
* CC: Make TaskGraphRunner::RunTask a toplevel event.epenner@chromium.org2014-03-191-1/+1
* cc: Replace recorded region with direct map lookupenne@chromium.org2014-03-1914-97/+204
* Add --disable-low-res-tiling. Disable low res tiling to save power.anton@chromium.org2014-03-184-2/+8
* Clean up repeated code in picture pile unittestenne@chromium.org2014-03-181-164/+94
* cc: Change #if !defined(NDEBUG) to #if DCHECK_IS_ON.danakj@chromium.org2014-03-1814-48/+44
* cc: Change always-true if statement to a DCHECK().danakj@chromium.org2014-03-181-2/+2
* cc: Skip commit state timer on sync compositorboliu@chromium.org2014-03-181-2/+5