summaryrefslogtreecommitdiffstats
path: root/cc/quads
Commit message (Expand)AuthorAgeFilesLines
* cc: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2510-0/+17
* Added sync token generation for more resources.dyen2016-02-241-0/+6
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-093-13/+61
* Switch cc::RenderPassId and cc::DrawQuad::Resources to use uint32_t instead o...jam2016-02-082-3/+5
* Revert of Add support for 9- and 10-bit h264 videos. (patchset #27 of https:/...flackr2016-02-053-61/+13
* Add support for 9- and 10-bit h264 videos.hubbe2016-02-053-13/+61
* Switch cc to std::unordered_*.davidben2016-01-282-14/+11
* cc cleanup: simplify mask_uv_scale and MaskUVRect().senorblanco2016-01-271-5/+1
* Allow std::unordered_*.davidben2016-01-223-4/+6
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-213-6/+4
* Allow std::unordered_*.davidben2016-01-213-4/+6
* Switch to standard integer types in cc/.avi2015-12-2119-5/+39
* Replace inverse transform with Cross-product computation.petermayo2015-12-103-10/+166
* List all child surfaces (including occluded) in CompositorFramejbauman2015-12-092-7/+0
* Revert of List all child surfaces (including occluded) in CompositorFrame (pa...jbauman2015-11-252-0/+7
* List all child surfaces (including occluded) in CompositorFramejbauman2015-11-202-7/+0
* Use std::tie() for operator< in cc/jsbell2015-11-201-2/+3
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-183-10/+10
* Simplify SideComparepetermayo2015-11-182-37/+43
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-183-14/+11
* Decrease the presumed thickness of polygons.petermayo2015-11-062-2/+23
* Code cleanup, change parameter order to EXPECT_EQ.petermayo2015-11-061-12/+12
* Don't include trace_event.h from trace_event_argument.h.jbroman2015-10-221-0/+1
* Remove unused variable.petermayo2015-10-221-5/+1
* cc: Remove the base RasterSourcehendrikw2015-10-193-29/+31
* cc: Remove redundant overlay argumentsccameron2015-10-087-80/+20
* cc: Remove PicturePile and PicturePileImpl.vmpstr2015-09-241-5/+3
* cc: Refactor SurfaceHittest for readabilityfsamuel2015-09-113-4/+6
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-053-8/+14
* Allow IOSurfaceDrawQuad to be a candidate for overlaysandresantoso2015-08-213-10/+29
* 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-058-181/+38
* Avoid destroying webview Surface too earlyjbauman2015-07-312-0/+8
* Change wrong BeginDictionary() to BeginArray in RenderPassDrawQuad::ExtentVal...wangxianzhu2015-06-291-2/+2
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-199-62/+48
* cc: Remove TiledLayer and ContentLayer.danakj2015-06-171-4/+4
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-105-14/+95
* Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-085-17/+13
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-055-13/+17
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-055-17/+13
* cc: Move list_container_unittest.cc to cc/base/.prashant.n2015-06-051-765/+0
* cc: Implement RemoveLast for DisplayItemList.jbroman2015-06-051-0/+112
* Fix function name style issues in cc::DrawQuadenne2015-06-041-11/+0
* cc: Remove DrawQuad::IterateResorucesvmpstr2015-06-0227-179/+161
* cc: Added draw_quad_perftest, IterateResources test.vmpstr2015-05-291-0/+116
* Remove resource_provider.h include from draw_quad.hjbauman2015-05-282-1/+2
* cc: Move ListContainer to cc/base/.jbroman2015-05-284-994/+19
* Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its ...jbauman2015-05-194-23/+21
* cc: Move files out of cc/resources/.danakj2015-05-182-2/+2
* Add detection for rotation and flip overlay transformshalliwell2015-05-133-16/+16