summaryrefslogtreecommitdiffstats
path: root/cc/test
Commit message (Expand)AuthorAgeFilesLines
* Revert 278654 "cc: Start using raster/eviction iterators in tile..."vmpstr@google.com2014-06-232-1/+4
* Removed QuadSink and MockQuadCullerweiliangc@chromium.org2014-06-238-111/+30
* Small layer_tree_json_parser fix for Is3dSortedthildebr@chromium.org2014-06-211-1/+1
* cc: Support on demand raster with gpu rasterizationboliu@chromium.org2014-06-213-0/+27
* cc: Start using raster/eviction iterators in tile managervmpstr@chromium.org2014-06-202-4/+1
* cc: Don't add new tilings while syncing a tiling.danakj@chromium.org2014-06-201-10/+0
* Adding a test hook for ScheduledActionAnimate.mithro@mithis.com2014-06-192-11/+17
* cc: Early out sooner in UpdateTilePriorities when !CanHaveTilings().danakj@chromium.org2014-06-191-1/+1
* Removed ManagedMemoryStats.vmpstr@chromium.org2014-06-193-6/+0
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-194-11/+25
* Remove QuadCuller class and make QuadSink concreteweiliangc@chromium.org2014-06-172-33/+13
* Change GLInternalFormat param from GLint to GLenum.jungjik.lee@samsung.com2014-06-172-2/+2
* MockQC stops create its own RP and MockOcclusionTrackerweiliangc@chromium.org2014-06-135-39/+24
* Create MockOcclusionTracker for testingweiliangc@chromium.org2014-06-133-25/+78
* cc: Move tiling management out of draw properties calculation.sohan.jyoti@samsung.com2014-06-132-0/+15
* cc: Removed LCD text settings from the impl side.alokp@chromium.org2014-06-132-3/+3
* cc: Refactor how picture layers are exposed to the tile manager.reveman@chromium.org2014-06-122-1/+21
* cc: Test losing the output surface during deferred commits.danakj@chromium.org2014-06-112-0/+2
* Fix flaky test LayerTreeHostTestMaxTransferBufferUsageBytes.danakj@chromium.org2014-06-102-13/+14
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-102-3/+8
* Revert of Invert DSF to map from delegated frame to layer space (https://code...acleung@chromium.org2014-06-072-8/+3
* Invert DSF to map from delegated frame to layer spacejamesr@chromium.org2014-06-062-3/+8
* Added LayerSorter::Sort perfteststhildebr@chromium.org2014-06-063-0/+3550
* Get rid of graphics layer anchor points, and replace withchrishtr@chromium.org2014-06-058-22/+16
* Fixing crash in PictureLayerImpl::MarkVisibleResourcesAsRequired when low-res...p.sergey@samsung.com2014-05-301-3/+6
* cc: Add message passing mechanism to micro benchmarking.ernstm@chromium.org2014-05-301-0/+1
* cc: Introduce OrderedSimpleTaskRunnersimonhong@chromium.org2014-05-293-0/+139
* Re-land: cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-273-15/+3
* Revert 272635 "cc: Examine layers to determine if we're ready to..."kbr@chromium.org2014-05-243-3/+15
* cc: Examine layers to determine if we're ready to activate.reveman@chromium.org2014-05-233-15/+3
* cc: Get rid of rasterizer delegate.alokp@chromium.org2014-05-221-3/+0
* cc: Prevent tiles that are required for activation from being placed in NEVER...reveman@chromium.org2014-05-222-0/+8
* cc: Allow DeferredInitialize to use DelegatingRendererboliu@chromium.org2014-05-223-5/+22
* cc: Add testing stubs for proxy testsimonhong@chromium.org2014-05-222-4/+68
* Make delegated software renderer work on Macccameron@chromium.org2014-05-212-5/+7
* cc: Remove CreateAndInitializeOutputSurface from the Proxy interface.danakj@chromium.org2014-05-202-6/+0
* cc: Reset raster scale if we didn't sync high res tiling.vmpstr@chromium.org2014-05-201-0/+4
* Adding gtest helpers for BeginFrameArgs.mithro@mithis.com2014-05-192-0/+29
* Do not use MockQuadCuller when only testing with RenderPassweiliangc@chromium.org2014-05-161-16/+10
* cc: Change tile manager perftest to use layers.vmpstr@chromium.org2014-05-161-0/+5
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-155-28/+3
* Remove hit-testing-only RSLL entriesvollick@chromium.org2014-05-152-19/+1
* Use LapTimer in rasterize_and_record micro benchmark.dominikg@chromium.org2014-05-132-144/+0
* Hit test on the layer tree rather than the RSLLvollick@chromium.org2014-05-122-0/+242
* cc: Unify use of DidSwapBuffers() and did_request_swapsimonhong@chromium.org2014-05-122-8/+7
* cc: Do not limit number of raster tasks for upload limit.alokp@chromium.org2014-05-104-32/+0
* Refactoring the debug creation of BeginFrameArgs objects to be in unittest co...mithro@mithis.com2014-05-103-1/+61
* Use ThreadNow() in LapTimer if supported.dominikg@chromium.org2014-05-091-2/+14
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-082-26/+16
* Create SharedQuadState on RenderPassweiliangc@chromium.org2014-05-073-43/+28