summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* Add cc::RendererSettings for use in with cc::Displayjbauman2014-11-2015-38/+97
* cc: Remove readability/inheritance exception for linter in cc.danakj2014-11-143-31/+13
* cc: Make separate interface for BeginFrame ipc from OutputSurfacesimonhong2014-11-113-11/+0
* cc: Remove references to picture pile impl from more areas.vmpstr2014-11-102-4/+4
* Use blending shaders for background filters.rosca2014-11-106-220/+67
* cc: Remove PicturePileBase as a base class of PicturePileImpl.vmpstr2014-11-071-88/+30
* Fix white line on tile boundaries when scrolling.timav2014-11-073-108/+196
* cc: Avoid use of uninit values in the GLRenderer::draw_cache_.danakj2014-11-062-3/+12
* Fix assertions in cc::LayerQuad::Edge::Edge caused by empty bounding boxes.rosca2014-11-062-74/+88
* Re-land: cc: Make Overlay unit tests work when sync query extension is availa...reveman2014-11-051-0/+16
* cc: Remove some of the instrumentation plumbinghendrikw2014-11-042-4/+4
* cc: Remove empty viewport check in GLRenderer::BeginDrawingFrame.reveman2014-10-301-3/+0
* cc: Support texture rect targets for masksenne2014-10-304-83/+103
* Make ListContainer Consistently Act as Container of Pointersweiliangc2014-10-294-13/+10
* cc: Move FallbackFence implementation from GLRenderer to ResourceProvider.reveman2014-10-291-31/+2
* Revert of cc: Make Overlay unit tests work when sync query extension is avail...reveman2014-10-292-14/+3
* cc: Add WaitReadLockIfNeeded function to ResourceProvider API.reveman2014-10-291-0/+5
* cc: Make Overlay unit tests work when sync query extension is available.reveman2014-10-292-3/+14
* Re-upload: Change FlippedFramebuffer return for surfacelessachaulk2014-10-288-19/+193
* cc: Added raster source.vmpstr2014-10-281-1/+1
* Revert "Accelerate the lighten blendmode if GL_EXT_blend_minmax is enabled."ed2014-10-282-9/+0
* Prevent division by 0 in set_luminance shader function.rosca2014-10-271-2/+2
* cc cleanup: Update paths to geometry headersheejin.r.chung2014-10-234-4/+4
* Add support for all blendmodes if we have GL_KHR_blend_equation_advanced.ed2014-10-232-10/+80
* cc: Fix shader.cc lint warningsenne2014-10-221-7/+7
* Implement mix-blend-mode in GL renderer using shaders.rosca2014-10-227-520/+1023
* cc: turn on distance field text on animated layershendrikw2014-10-224-43/+20
* Standardize usage of virtual/override/final in cc/dcheng2014-10-2113-191/+155
* cc: clang-format shader.ccenne2014-10-161-669/+795
* Stop using AutoScratchTexture.bsalomon2014-10-161-19/+16
* Include mask texture size in RenderPassDrawQuadenne2014-10-163-44/+45
* cc: Make RenderPassAndMaskWithPartialQuad not use arbitrary uvsenne2014-10-151-7/+6
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-134-4/+27
* cc: Make OutputSurface::SwapBuffers pure virtualsievers2014-10-105-50/+41
* Accelerate the 'lighten' blendmode.ed2014-10-102-44/+64
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-101-0/+4
* Remove GpuHostMsg_FrameDrawn and replace with client channel swap acksievers2014-10-091-0/+2
* Refactoring the GLRenderer::GetBackgroundWithFilters method.rosca2014-10-082-73/+135
* Revert "Change FlippedFramebuffer return for surfaceless"Stephen White2014-10-077-127/+16
* Change FlippedFramebuffer return for surfacelessachaulk2014-10-077-16/+127
* Clean the usage of QuadList (Const)Iteratorweiliangc2014-10-074-17/+10
* replace OVERRIDE and FINAL with override and final in cc/mostynb2014-10-0613-109/+109
* Make browser compositor and display share a contextjbauman2014-10-031-2/+3
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-021-5/+6
* Revert of cc:: Add LatencyQuery logic back into OutputSurface. (patchset #2 i...orglofch2014-10-012-104/+0
* cc: Leave using_image capability as false when using software.reveman2014-09-301-1/+0
* gpu: Rename Capabilities::map_image to Capabilities::image.reveman2014-09-304-6/+7
* Refactoring the way begin frame sources inside scheduler work.mithro2014-09-303-11/+69
* Implement mix-blend-mode=screen using glBlendFunc.ed2014-09-302-6/+31
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-278-39/+34