summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert of cc: Remove use of PassAs() and constructor-casting with scoped_ptr....dcheng2014-09-278-34/+39
* cc: Remove use of PassAs() and constructor-casting with scoped_ptr.danakj2014-09-278-39/+34
* cc: Removed DCHECK that asserted MapPoint returns clipped as truehendrikw2014-09-271-5/+3
* Use custom ListContainer to allocate DrawQuadsweiliangc2014-09-266-23/+28
* cc: Add BitmapRasterWorkerPool.reveman2014-09-241-1/+0
* cc: Null-check the result of GrContext::wrapBackendTexture.danakj2014-09-241-2/+22
* remove unneeded reference to SkBitmapDevice.hreed2014-09-192-2/+0
* Declaring the weak_ptr_factory in proper order in src/cc.kulkarni.a2014-09-172-8/+8
* cc:: Add LatencyQuery logic back into OutputSurface.orglofch2014-09-112-3/+109
* Adding support for blending in cc::SoftwareRendererrosca2014-09-092-10/+4
* Revert of Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBi...arv2014-09-051-41/+49
* Revert of Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc...bsalomon2014-09-051-49/+41
* Use SkSurface and SkImage instead of SkGpuDevice and SkBitmap in cc.bsalomon2014-09-051-41/+49
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-1/+1
* cc: Use correct message loop proxy in BlockingTaskRunnerskyostil2014-09-045-54/+138
* Manual fixups in compositor code scoped_refptr operator T* removal.dcheng2014-08-282-3/+2
* cc: Remove OutputSurface::SetThrottleFrameProduction()simonhong2014-08-281-3/+0
* Minor scoped_refptr cleanup in cc::OutputSurface.dcheng2014-08-264-11/+12
* Remove implicit conversions from scoped_refptr to T* in cc/dcheng2014-08-264-22/+24
* Plumb selection edge points through the compositorjdduke@chromium.org2014-08-222-3/+4
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-229-108/+110
* cc: Remove all traces of SkPicture cloning.reveman@chromium.org2014-08-226-96/+5
* Replace overdraw_bottom_height with top_controls_layout_height.aelias@chromium.org2014-08-222-3/+1
* cc: Use a normal texture for background texture.dongseong.hwang@intel.com2014-08-215-29/+32
* Early wait on texture resource sync points in gl_renderer.vmiura@chromium.org2014-08-165-5/+33
* Fix interchange of red and blue content when using rgba_4444_texturese.hakkinen@samsung.com2014-08-131-0/+42
* Remove unused RenderPassDrawQuad fieldsdanakj@chromium.org2014-08-121-14/+0