summaryrefslogtreecommitdiffstats
path: root/cc/output/direct_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Mac Overlays: Cleanup and prep for render passes draw quadsccameron2016-03-071-43/+40
* Allocating the IOSurface for OpenGL's backbuffer is expensive, and canccameron2016-02-161-1/+9
* Delete an unused variable in DirectRenderer.chrishtr2016-02-091-1/+0
* Switch cc to std::unordered_*.davidben2016-01-281-12/+11
* cc: make partially-resident textures use 1 - y, not h - y.senorblanco2016-01-281-1/+1
* cc: remove unused texture rect params, functions.senorblanco2016-01-261-1/+1
* Switch to standard integer types in cc/.avi2015-12-211-0/+2
* Change output surface opacity to match root render pass.jbauman2015-12-151-1/+2
* OverlayProcessor subtracts damage by underlay planes if possiblewatk2015-12-041-1/+3
* Reland: DirectRenderer allows empty swap rects for CommitOverlayPlaneswatk2015-12-041-6/+12
* Revert of DirectRenderer allows empty swap rects for CommitOverlayPlanes (pat...watk2015-12-031-12/+6
* DirectRenderer allows empty swap rects for CommitOverlayPlaneswatk2015-12-021-6/+12
* cc: Fix overlay damage tracking bugccameron2015-11-191-49/+31
* cc: Replace Pass() with std::move() in some subdirs.danakj2015-11-181-2/+2
* cc: Remove ScopedPtrVector and cc::remove_if.vmpstr2015-11-181-17/+15
* cc: Fork OverlayCandidate to CALayerOverlayccameron2015-11-171-18/+31
* cc: Remove ScopedPtrDeque.vmpstr2015-11-141-5/+6
* Avoid rendering using GL in case damage rect is composited by overlaykalyan.kondapally2015-11-121-0/+19
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-11-061-1/+2
* cc: Remove instances of RGBA where best_texture_format should be usedccameron2015-11-041-2/+3
* Revert of Avoid Copying damage rect when using Overlays (patchset #13 id:2400...ccameron2015-10-301-2/+1
* Revert of Avoid rendering using GL in case damage rect is composited by overl...ccameron2015-10-301-19/+0
* Avoid rendering using GL in case damage rect is composited by overlaykalyan.kondapally2015-10-291-0/+19
* Reland: Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-281-2/+2
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-10-281-1/+2
* Revert of Avoid Copying damage rect when using Overlays (patchset #12 id:2200...oshima2015-10-271-2/+1
* Avoid Copying damage rect when using Overlayskalyan.kondapally2015-10-271-1/+2
* Revert of Remove DCHECK_IMPLIES/CHECK_IMPLIES. (patchset #3 id:40001 of https...jbudorick2015-10-271-2/+2
* Remove DCHECK_IMPLIES/CHECK_IMPLIES.vmpstr2015-10-271-2/+2
* cc: Remove redundant overlay argumentsccameron2015-10-081-2/+2
* Overlays: Remove special casing of primary overlay planeccameron2015-10-031-0/+14
* cc: Remove implicit conversions from Rect to RectF in src/cc/.danakj2015-09-051-2/+3
* cc: Rename visible_content_rect and content stuff on quads.danakj2015-06-191-4/+3
* cc: Rework overlays to not use the ResourceProvider and pass texture sizeachaulk2015-06-101-2/+1
* Reland: cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-081-2/+4
* Revert of cc: Fix size_t to int truncations in layers/ output/ playback/ quad...vmpstr2015-06-051-4/+2
* cc: Fix size_t to int truncations in layers/ output/ playback/ quads/vmpstr2015-06-051-2/+4
* Fix function name style issues in cc::DrawQuadenne2015-06-041-8/+10
* Fixes sync point processing for overlayshalliwell2015-05-061-7/+8
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-5/+2
* Disable overlays if the root render pass has copy requestsachaulk2015-04-141-2/+6
* cc: Remove orphaned RenderPasses and RenderPassDrawQuads from frames.danakj2015-04-141-5/+2
* Remove SetDrawViewportericrk2015-03-271-2/+1
* Refactor discard/clear behavior in DirectRendererericrk2015-03-211-72/+98
* Splitting of layers for correct intersectionsawoloszyn2015-03-121-15/+90
* Revert of Splitting of layers for correct intersections (patchset #20 id:3700...gab2015-03-111-90/+15
* Splitting of layers for correct intersectionsawoloszyn2015-03-111-15/+90
* Revert of Splitting of layers for correct intersections (patchset #17 id:3100...eroman2015-02-271-90/+15
* Splitting of layers for correct intersectionsawoloszyn2015-02-271-15/+90
* Fix Enum Style Throughout CC.ericrk2015-02-201-1/+1