summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove ImplSidePaintingSettings.danakj2015-06-1718-66/+47
* cc: Turn impl_side_painting and use_one_copy on in LayerTreeSettings.danakj2015-06-1643-165/+331
* Don't hold provider lock when calling out of VFPCI.dalecurtis2015-06-161-11/+17
* cc: Fix occlusion tracker tests with property tree verificationenne2015-06-161-0/+5
* Bounds delta change should update clip treemiletus2015-06-163-5/+17
* cc: Fix LTHPicture unittest failure with property tree verificationenne2015-06-151-2/+6
* cc: Clip projected tile priorities viewport to padded bounds.vmpstr2015-06-151-0/+15
* cc: Remove LayerTreeSettings::raster_enabled.danakj2015-06-158-263/+4
* cc: Remove maximum_number_of_failed_draws_before_draw_is_forced_ settingdanakj2015-06-156-11/+7
* cc: Fix DRLI unit test failure with property tree verificationenne2015-06-151-0/+3
* cc: De-templatize the OcclusionTracker class.danakj2015-06-158-1449/+527
* cc: Remove per-tile-painting.danakj2015-06-159-249/+1
* Replace SetCurrentBeginFrameArgs with AdvanceToNextFrame.mithro2015-06-155-211/+68
* cc: Restore ListContainer::RemoveLast unittests.jbroman2015-06-151-0/+112
* cc: Make test BeginFrameArgs deadlines more realistic.brianderson2015-06-151-2/+4
* Remove use of deprecated SkImage::getTexture() from gl_renderer.ccbsalomon2015-06-151-18/+21
* Replaced TestNowSource with SimpleTestTickClock.ankur1.verma2015-06-1315-368/+175
* Abort copy requests from never-drawn treesenne2015-06-124-85/+30
* cc: Remove the non-implside flavour of LayerTreeTests.Dana Jansens2015-06-1216-745/+161
* cc: Re-enable LayerTreeHostTestNumFramesPending testsbrianderson2015-06-121-8/+1
* cc: Stop using occlusion tracker on the main thread.danakj2015-06-1231-568/+104
* Revert "cc: DCHECK if SDOS::SwapBuffersComplete is called prematurely"brianderson2015-06-123-21/+2
* cc: Remove reference to ContentLayer from WebContentLayerImpl.danakj2015-06-121-2/+0
* Remove "mixin" from BeginFrameSource/Observer base classes.deepak.s2015-06-1211-75/+75
* VideoFrame: extract AccessType from StorageType, allow clients to add DmaBuf ...mcasas2015-06-122-4/+4
* Use SkPaintFilterCanvas for paint filteringfmalita2015-06-121-18/+21
* cc: Remove ImageLayer and ImageLayerUpdater.danakj2015-06-127-293/+0
* cc: Fix lost context handling when using native GpuMemoryBuffers.reveman2015-06-122-17/+23
* Rebuild property_tree after LayerImpl::SetTransform() is called in testsmiletus2015-06-111-0/+4
* Synchronously drop tile textures in android webviewboliu2015-06-111-0/+14
* cc: Only clear edge pixels that fall inside the canvas_playback_rectdanakj2015-06-112-3/+8
* cc: Enable size_t truncation warnings for msvs in cc.gypvmpstr2015-06-113-17/+0
* Remove non-impl-side painting as an option for blink.danakj2015-06-114-42/+10
* Scroll bubbling in the compositor should use the layer's scroll parent.bokan2015-06-112-1/+87
* cc: Call DidSwapBuffers earlier for Surfaces.brianderson2015-06-111-2/+3
* VideoFrame cleanup: change |allow_overlay_| to metadata and |has_alpha| to Fo...mcasas2015-06-114-17/+18
* cc: Fix size_t truncations in unittests.vmpstr2015-06-1012-51/+60
* cc: Delete FakeContentLayer and FakeContentLayerImpl.danakj2015-06-108-979/+63
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-1030-212/+230
* Pipe impl_latency_takes_priority_ to the RenderScheduler.alexclarke2015-06-106-2/+44
* cc: DCHECK if SDOS::SwapBuffersComplete is called prematurelybrianderson2015-06-103-2/+20
* cc: Fix more size_t -> int truncations.vmpstr2015-06-1018-32/+32
* cc: Init PaintedScrollbarLayer::internal_contents_scale_ to 1.danakj2015-06-101-1/+1
* content: Partial copy workaround for devices with known upload performance pr...reveman2015-06-105-10/+20
* Force property_trees rebuild for DamageTrackerTestmiletus2015-06-101-0/+2
* Unify Android Webview and Chrome's flinghush2015-06-109-22/+66
* cc: Fix size_t to int truncations in tiles/ and trees/vmpstr2015-06-0917-118/+126
* Remove ContextProvider::IsContextLost.danakj2015-06-0911-22/+22
* cc: Always call PrepareTiles on visibility change.sunnyps2015-06-091-4/+5
* Added experiment for changing viewport scroll ordering.bokan2015-06-096-17/+88