summaryrefslogtreecommitdiffstats
path: root/cc/quads/render_pass_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* List all child surfaces (including occluded) in CompositorFramejbauman2015-12-091-3/+0
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-251-0/+3
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-201-3/+0
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-3/+3
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-4/+3
* cc: Remove render_pass_test_common, move to render_pass_test_utils.danakj2015-08-181-7/+4
* cc: Remove code for drawing checkerboard quads, it's not used.danakj2015-08-051-38/+38
* Avoid destroying webview Surface too earlyjbauman2015-07-311-0/+3
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-2/+2
* cc: Scale checkerboard quads by the device scale factor.danakj2015-03-041-23/+16
* Use EXPECT_EQ when possible.hush2014-12-041-4/+4
* Include mask texture size in RenderPassDrawQuadenne2014-10-161-3/+4
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-071-3/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+3
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-271-3/+3
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-271-3/+3
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-261-6/+7
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-221-6/+6
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-121-2/+0
* Implement HiDPI and pinch-zoom scaling of filter paramsgarykac@chromium.org2014-08-081-0/+1
* Make DrawQuad constructors public, rm DQ::Create() functionweiliangc@chromium.org2014-07-161-1/+2
* Use RenderPass to create DrawQuad in unittestsweiliangc@chromium.org2014-07-101-25/+16
* Rendering context information added to SharedQuadStatethildebr@chromium.org2014-06-191-8/+16
* Use RenderPass CreateAndAppendSQS whenever possibleweiliangc@chromium.org2014-05-081-16/+9
* cc: Change damage tracking from floats to integers.danakj@chromium.org2014-04-071-1/+1
* Plumb overlay processing into DirectRenderer.alexst@chromium.org2014-03-281-15/+4
* Start of hardware overlay support in CC with Ubercompositor.alexst@chromium.org2014-03-201-4/+15
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-071-15/+30
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-16/+56
* cc: RenderPass::CopyAll should not break if quads are culled.danakj@chromium.org2013-10-251-24/+92
* cc: Delete RenderSurface caching.alokp@chromium.org2013-10-011-14/+3
* cc: Add RenderPass::CopyAll().danakj@chromium.org2013-09-271-0/+132
* Move implementation of WebFilterOperations into ccajuma@chromium.org2013-06-251-1/+0
* cc: Add ability to request copy of compositor output as a texture.danakj@chromium.org2013-06-181-2/+1
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-291-1/+1
* cc: Add CopyAsBitmapRequest class to hold the readback callback.danakj@chromium.org2013-05-241-4/+8
* cc: Async readback.danakj@chromium.org2013-04-261-0/+5
* Revert 196713 "cc: Async readback."danakj@chromium.org2013-04-261-5/+0
* cc: Async readback.danakj@chromium.org2013-04-261-0/+5
* Revert 196592 "cc: Async readback."kinuko@chromium.org2013-04-261-5/+0
* cc: Async readback.danakj@chromium.org2013-04-261-0/+5
* This fixes all lint issues (except for false positives) in:jamesr@chromium.org2013-03-261-1/+2
* cc chromification: render_pass_unittest.ccpiman@chromium.org2013-03-181-41/+45
* Part 6 of cc/ directory shuffles: quadsjamesr@chromium.org2013-03-181-0/+74