summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 214144 "Add PRESUBMIT check to cc to ensure that C++ std:..."shawnsingh@google.com2013-07-297-53/+10
* Add PRESUBMIT check to cc to ensure that C++ std::abs is usedshawnsingh@google.com2013-07-287-10/+53
* Newly re-enable test fails consistently on the Win 7 botsmpearson@chromium.org2013-07-281-3/+3
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-282-5/+11
* Re-enable cc_unittest LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutse...senorblanco@chromium.org2013-07-281-3/+3
* cc: Add unit tests for scroll offset delegateenne@chromium.org2013-07-261-0/+161
* Don't let scrollbar thumbs run off their tracks.ccameron@chromium.org2013-07-261-1/+5
* cc: Hidden layers should not occlude non-hidden layers.danakj@chromium.org2013-07-262-0/+129
* cc: A pixel test for readbacks of layers with CanClipSelf == true.danakj@chromium.org2013-07-267-5/+322
* cc: Use a struct for CalcDrawProps inputsenne@chromium.org2013-07-2612-969/+532
* cc: Add unit tests for Layer::HasAncestor() method.tfarina@chromium.org2013-07-263-9/+30
* Disable BackgroundFilterBlurOutsets until the upcoming skia roll.senorblanco@chromium.org2013-07-251-6/+3
* Mark test BackgroundFilterBlurOutsets as fuzzy on all platforms, and add the ...senorblanco@chromium.org2013-07-252-2/+5
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-3/+3
* cc: Get rid of cc_source_files variable.tfarina@chromium.org2013-07-241-353/+350
* cc: Rename LayerTreeHost::commit_number to source_frame_number.danakj@chromium.org2013-07-2411-55/+54
* Revert 213493 "cc: Use a struct for CalcDrawProps inputs"enne@chromium.org2013-07-2412-528/+958
* cc: Use a struct for CalcDrawProps inputsenne@chromium.org2013-07-2412-958/+528
* cc: Add some unit tests for readbacks outside of the viewport.danakj@chromium.org2013-07-242-0/+81
* Revert 213338 "cc: Allow the main thread to cancel commits"jochen@chromium.org2013-07-2434-581/+114
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-2434-114/+581
* cc: Rename clip rects in CalcDrawProps.danakj@chromium.org2013-07-241-47/+58
* Don't leak CopyResult textures.danakj@chromium.org2013-07-241-1/+4
* cc: Don't leak a ref to SkColorFilter.danakj@chromium.org2013-07-241-3/+9
* cc: Remove some DCHECKs in CopyOutputRequest code.danakj@chromium.org2013-07-233-5/+75
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-234-3/+27
* cc: Fix activation typoenne@chromium.org2013-07-232-4/+4
* Use the correct fragment-shader for non-premultiplied program.alokp@chromium.org2013-07-233-7/+12
* Add LayerTreeHostClient::{will,did}UpdateLayer, report layer updates to DevToolscaseq@chromium.org2013-07-233-3/+41
* Only reset overscroll accumulation for axes that have scrolledjdduke@chromium.org2013-07-232-8/+24
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-2312-100/+134
* cc: Deflake LayerTreeHostTestDeferredInitializeboliu@chromium.org2013-07-221-3/+16
* CC: Add command-line flag to disable AA.epenner@chromium.org2013-07-226-3/+13
* cc: Constantify parameter of HasAncestor() method. Cleanup.tfarina@chromium.org2013-07-222-2/+2
* cc: No need to include trees/single_thread_proxy.h in animation/ unittest.tfarina@chromium.org2013-07-201-1/+0
* cc: Add coverage tiles to PictureLayerImpl's trace.vmpstr@chromium.org2013-07-201-0/+17
* Avoid costly transform math in UpdateTilePrioritiesshawnsingh@chromium.org2013-07-192-2/+822
* cc: Don't leak ContextSharedDatadanakj@chromium.org2013-07-191-5/+10
* cc: Remove invalid ancient dchecksenne@chromium.org2013-07-191-2/+0
* Adds a new callback as this signal is required to pass up to the applicationjoth@chromium.org2013-07-199-0/+117
* cc: add picture id to Picture::Recordenne@chromium.org2013-07-192-5/+17
* cc: Fix hud bounds on the first frame it is displayed.danakj@chromium.org2013-07-193-15/+11
* cc: Use simplified region for pending invalidation.vmpstr@chromium.org2013-07-197-2/+92
* cc: Clean up the RenderSurface objects in the RenderSurfaceLayerListdanakj@chromium.org2013-07-1820-950/+1200
* Revert 212008 "cc: Remove TextureLayer::SetTextureId and Texture..."aberent@google.com2013-07-183-254/+152
* Define cc::FilterKeyframe and cc::KeyframedFilterAnimationCurveajuma@chromium.org2013-07-185-12/+257
* cc: Re-enable the VideoResourceUpdater tests.danakj@chromium.org2013-07-181-8/+7
* Workaround for WebView needing full page contentjoth@chromium.org2013-07-181-0/+5
* Fix page scale factor affecting transforms higher on the tree.aelias@chromium.org2013-07-177-89/+111
* Add the current delta to InputHandlerClient::DidOverscroll.mkosiba@chromium.org2013-07-173-6/+13