summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Invalidate appropriate FBO attachment for offscreen renderingskyostil@chromium.org2013-09-114-5/+52
* cc: Improve TileManager::GetMemoryStats() performance.reveman@chromium.org2013-09-115-38/+35
* Add a thinning scrollbar animator for desktop overlay scrollbars.tony@chromium.org2013-09-1125-44/+509
* DCHECK that we have no surface if we early out at the end of CalcDrawEtc.vollick@chromium.org2013-09-111-1/+3
* [cc] Evict UIResources when the renderer is not visibleccameron@chromium.org2013-09-119-39/+185
* cc: Fix flaky readback+forced draw testsbrianderson@chromium.org2013-09-102-65/+107
* cc: Drop ContextProvider references on the impl thread before quittingdanakj@chromium.org2013-09-1013-43/+270
* cc: Tell the LayerTreeHost that the filter context is needed.danakj@chromium.org2013-09-107-3/+191
* Sets the mapped memory reclaim limit for the renderer compositor on Android. ...kaanb@chromium.org2013-09-1014-39/+144
* [cc] Update UIResource test threadingccameron@chromium.org2013-09-091-95/+167
* Disable flaky test LayerTreeHostTestCompositeAndReadbackDuringForcedDrawrouslan@chromium.org2013-09-091-1/+2
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-0924-343/+340
* CC: Fix missing swap-used-incomplete-tile updatesepenner@chromium.org2013-09-0710-17/+132
* cc: Fix precision loss causing AA quadsenne@chromium.org2013-09-074-22/+98
* cc: Add readback and forced draw states to the Scheduler.brianderson@chromium.org2013-09-0717-466/+971
* cc: Fixed computation of dropped frames.ernstm@chromium.org2013-09-071-1/+2
* Suppress scrollbar animation if the scroll gesture does not scrolljdduke@chromium.org2013-09-066-26/+123
* Added ScopedSetActiveTexture to auto reset activeTexture to GL_TEXTURE0.skaslev@chromium.org2013-09-061-13/+23
* cc: Speed up CleanUpImageDecodeTasks a bit.vmpstr@chromium.org2013-09-065-30/+25
* Allow NOLINT to skip the std::abs PRESUBMIT check.shawnsingh@chromium.org2013-09-062-6/+12
* Use ThreadNow() for recording times.dsinclair@chromium.org2013-09-061-2/+8
* Unit test for freeing tiles when going invisible.aelias@chromium.org2013-09-051-0/+23
* cc: Be robust against invalid RenderPassDrawQuads.danakj@chromium.org2013-09-054-19/+93
* Convert most run_all_unittests.cc files to use new unit test launcher.phajdan.jr@chromium.org2013-09-051-2/+5
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-0520-59/+197
* [cc] Consolidate UI resource destruction and recreationccameron@chromium.org2013-09-054-23/+22
* cc: Invalidate framebuffer contents when clearingskyostil@chromium.org2013-09-056-14/+35
* Fix some missing const reference on function parameter.etienneb@chromium.org2013-09-053-5/+5
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-0526-69/+293
* [cc] Enable specifying a overhang/gutter texture.ccameron@chromium.org2013-09-047-37/+204
* Take time_offset into account when ticking animations that are Startingajuma@chromium.org2013-09-043-10/+41
* cc: Adopt new skia object when it's created to avoid memory leak.danakj@chromium.org2013-09-041-2/+3
* [cc_perftests] Output results in a format the perf dashboard understands.tonyg@chromium.org2013-09-046-91/+83
* cc: Use map_image with delegating renderer if LayerTreeSettings allow.danakj@chromium.org2013-09-041-1/+2
* cc: Changed picture clones to emit an alias trace.vmpstr@chromium.org2013-09-044-2/+46
* cc: Some tests for LayerTreeHost SetVisible, SetNeedsRedraw and SetViewportSizedanakj@chromium.org2013-09-032-5/+229
* cc: Make DelayBasedTimeSource robust to large deltasenne@chromium.org2013-09-022-13/+31
* Add ability to retrieve the width and height from a SKP file.dsinclair@chromium.org2013-09-013-0/+75
* cc: Added inline to Tile::IsReadyToDrawvmpstr@chromium.org2013-08-301-1/+1
* CC: Delete unused code and fix priority_ array definition toepenner@chromium.org2013-08-304-19/+1
* Refactor cc scrollbar layers architecture.wjmaclean@chromium.org2013-08-3019-310/+691
* cc: Prevent warnings from mocks in TextureLayer tests.danakj@chromium.org2013-08-301-1/+3
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-302-2/+2
* Early out from CleanUpUnusedImageDecodeTasks().tomhudson@chromium.org2013-08-301-0/+3
* cc: Remove incorrect TODO.danakj@chromium.org2013-08-301-4/+0
* cc: Block commit on activate by setting a flag on LayerTreeHost.danakj@chromium.org2013-08-3018-65/+442
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-3012-178/+23
* Fix cc::Layer debug namerharrison@chromium.org2013-08-301-1/+0
* cc: Avoid updating animations in the background without an active treebrianderson@chromium.org2013-08-308-16/+171
* Revert 220418 "cc: Block commit on activate by setting a flag on..."danakj@chromium.org2013-08-3018-434/+65