summaryrefslogtreecommitdiffstats
path: root/cc/test
Commit message (Expand)AuthorAgeFilesLines
* Fix Enum Style Throughout CC.ericrk2015-02-205-42/+26
* cc: Remove UpdateDrawProperties during sync compositeenne2015-02-192-5/+3
* Resolve FIXMEs in cc for Display Item Lists.schenney2015-02-191-9/+7
* cc: Calculate "can use lcd text" on the compositor threadenne2015-02-194-4/+7
* cc: Remove unused PictureDrawQuad support from GLRenderer.danakj2015-02-191-0/+0
* [cc]: Add a BeginMainFrameNotExpectedSoon signal and route it to the Renderer...rmcilroy2015-02-182-0/+2
* cc: Commit directly to active tree when using single thread.danakj2015-02-172-0/+5
* cc: Make raster source members constenne2015-02-144-144/+167
* cc: Stop passing the occlusion explicitly to AppendQuads.danakj2015-02-143-6/+5
* cc: Add threaded GPU rasterization.vmiura2015-02-1410-11/+58
* cc: Fix bug in generating picture layer pairs from 2 lists.danakj2015-02-132-0/+8
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-133-2/+12
* Add a lock on context provider for use from multiple threads.jbauman2015-02-134-0/+22
* Revert of cc: Make PaintedScrollbarLayer not use ContentsScalingLayer (patchs...enne2015-02-123-12/+2
* cc: Make PaintedScrollbarLayer not use ContentsScalingLayerenne2015-02-123-2/+12
* cc: Update TestContextProvider to use SkNullGLContext.vmiura2015-02-121-5/+5
* cc: Translate filter when texture is larger than quad recthendrikw2015-02-123-0/+9
* cc: Stop passing OcclusionTracker to RenderSurfaceImpl.danakj2015-02-112-7/+5
* mechanical rename of base::debug -> base::trace_event for /ccssid2015-02-098-26/+27
* cc: Remove UseSkiaGpuBackend and ExpandedViewport from pixel tests.danakj2015-02-061-59/+0
* Modify rasterize_and_record for DisplayItemList recording.schenney2015-02-055-20/+19
* Add initial CC support for scroll-blocks-onrbyers2015-02-051-0/+17
* Remove scroll_delta flooring hackmiletus2015-02-043-6/+6
* DevTools: unwire WebDevToolsAgent from CC, emit trace events directly in CCcaseq2015-02-042-4/+2
* Clamp YUV videos to their visible size in the shaderenne2015-02-022-10/+4
* cc: Refactor additional code from BuildRasterQueue.vmpstr2015-02-021-0/+1
* cc: Control defer_commits logic by Schedulersimonhong2015-01-312-12/+97
* Convert scroll offsets to use SyncedProperty.aelias2015-01-314-9/+47
* Revert of cc: Control defer_commits logic by Scheduler (patchset #12 id:25000...danakj2015-01-302-97/+12
* Revert of cc: Stop pushing properties every activation for picture layers. (p...danakj2015-01-301-1/+0
* cc: Control defer_commits logic by Schedulersimonhong2015-01-292-12/+97
* cc: Fix flakiness in LayerTreeHostCopyRequestTestMultipleDrawsHiddenCopyRequestdanakj2015-01-292-6/+0
* cc: Dirty the RenderSurfaceLayerList when taking copy requests.danakj2015-01-292-0/+6
* cc: Remove the RenderPassId field from AppendQuadsData.danakj2015-01-294-9/+10
* cc: Change the activation/ready for draw check from layer to queue.vmpstr2015-01-282-9/+0
* cc: Cleanup - remove unused 'Webkit' forward declaration.tfarina2015-01-281-4/+0
* Mechanical rename of tracing includes for /ccprimiano2015-01-283-5/+5
* cc: Clean up tilings in UpdateTiles as well as in AppendQuads.vmpstr2015-01-281-0/+8
* cc: Stop pushing properties every activation for picture layers.danakj2015-01-271-0/+1
* Add a command-line flag to set GPU rasterization multisampling.senorblanco2015-01-271-1/+1
* Remove the default format from ResourcePool.peterp2015-01-273-20/+12
* cc: Remove tile and scale specific code from raster sourcehendrikw2015-01-272-9/+14
* cc: Render to destination transform when rendering into a separate surfacehendrikw2015-01-262-0/+0
* cc: Make eviction queue building consistent with raster.vmpstr2015-01-232-2/+7
* cc: Split RasterTilePriorityQueue into required and all based on type.vmpstr2015-01-232-3/+9
* Add the ability for test contexts to generate unique render & framebuffer IDsachaulk2015-01-225-16/+109
* cc: Make LayerAnimationController keep state for clearing scroll deltaajuma2015-01-222-16/+1
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-221-5/+7
* Cache viewport rect for tile priority in UpdateTileshush2015-01-222-2/+5
* [Android] Show autofill popup after animation.rouslan2015-01-223-0/+3