summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Mac: Disable elastic overscroll when pages are not user scrollableChristopher Cameron2015-02-272-0/+11
* [Android] Disable pull-to-refresh with overflow-y:hiddenJared Duke2015-02-184-1/+35
* cc: Fix multiple outstanding output surface requestsAdrienne Walker2015-02-052-10/+29
* Hide pinch viewport scrollbars when near minimum scale.David Bokan2015-01-297-9/+101
* compositor: Fix texture flipping for SW mirroring with surfacelessachaulk2015-01-271-0/+1
* Add the ability for test contexts to generate unique render & framebuffer IDsachaulk2015-01-276-16/+157
* Check output_surface_ is not null before calling ForceReclaimResourcesJohn Bauman2015-01-241-1/+1
* Cache viewport rect for tile priority in UpdateTilesHui Shu2015-01-235-15/+74
* Reland: V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-101-0/+1
* cc: Remove unused code in BeginFrameArgs.sunnyps2015-01-092-10/+0
* Enable partial texture upload support for browser compositor with Surfacesjbauman2015-01-094-5/+26
* separate picture info from cc.debugjungjik.lee2015-01-091-5/+5
* CC: Allow cubic-bezier timing inputs outside the range [0, 1]loyso2015-01-091-0/+62
* cc: Include pictures in trace output for DisplayItemListsajuma2015-01-0912-47/+145
* base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().danakj2015-01-0817-38/+38
* cc: Fix race in SurfaceLayer unittests.sohan.jyoti2015-01-081-1/+1
* switch to onDraw virtuals for SkCanvasreed2015-01-081-1/+1
* cc: Make NamedTaskSet::ALL last TaskSet. Ensure ALL is notified last.vmiura2015-01-083-5/+17
* cc: Move tiling raster tile iterator to be a tiling set queue class.vmpstr2015-01-088-472/+424
* Revert of cc: Re-enable prepaint for GPU rasterization (patchset #1 id:1 of h...hendrikw2015-01-072-6/+17
* Revert hardware decoder changes causing ChromeOS HW test crash.Rahul Chaturvedi2015-01-071-1/+0
* V4L2VDA: Generalize EGLImage import and query driver for output formats.posciak2015-01-071-0/+1
* CC: Allow per-curve timing functions to be steps timing functionsloyso2015-01-076-24/+74
* Add rTree factory to beginRecording call in RasterBufferImpl ctorrobertphillips2015-01-061-1/+2
* Added ability to dynamically toggle frame throttling in the scheduler.bajones2015-01-0615-42/+228
* Remove #ifs related to WebDisplayItemListajuma2015-01-064-17/+1
* cc: ensure we initialize disable_lcd_text_hendrikw2015-01-061-1/+2
* Fix inclusion of SkDrawPictureCallback.hrobertphillips2015-01-063-0/+3
* cc: Fix races in LTHDelegatedTestsohan.jyoti2015-01-061-9/+0
* cc: Define FloatClip display itemajuma2015-01-066-0/+137
* cc: Turn off verify_property_treeshendrikw2015-01-061-0/+10
* cc: Remove call to SetNeedsBeginFrames on losing output surface.sunnyps2015-01-055-36/+44
* cc: Re-enable prepaint for GPU rasterizationhendrikw2015-01-052-17/+6
* Add targetValue and updateTarget to WebScrollOffsetAnimationCurveImpl.skobes2015-01-032-0/+12
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Revert of cc: Remove tile and scale specific code from raster source (patchse...jdduke2015-01-0310-36/+37
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-0310-37/+36
* cc: GPU rasterize tiles synchronously in PrepareToDrawhendrikw2015-01-0322-172/+641
* Stop using std::list for UI resource requestsjdduke2015-01-028-13/+4
* cc: Initialize eviction_priority_queue_is_up_to_date_ in TileManagervmpstr2015-01-021-0/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-313-3/+3
* Permit null in some WebScrollbarLayerImpl methods.skobes2014-12-311-2/+4
* cc: Clean up tile draw info function naming.vmpstr2014-12-302-9/+6
* cc: Make begin retro frame task cancelable.sunnyps2014-12-302-16/+14
* cc: Clean up tile size usage.vmpstr2014-12-3011-66/+38
* Clean up parameterization of cc/content scroll elasticityccameron2014-12-303-2/+6
* cc: Call modify tile priorities once per UpdateTiles/DidBecomeActive.vmpstr2014-12-298-28/+80
* cc: TextureUploader - Reset GL_UNPACK_ALIGNMENT after Gpu Raster.vmiura2014-12-259-12/+92
* cc: Prevent recursion in *TileTaskWorkerPool methods.vmiura2014-12-243-65/+83
* Fix forward declarationslof842014-12-233-3/+12