summaryrefslogtreecommitdiffstats
path: root/cc/output/software_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-061-1/+0
* Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()miletus@chromium.org2013-11-271-2/+2
* Removed ResourceProvider::GetWrapMode.skaslev@chromium.org2013-11-251-7/+6
* Add support for GL_REPEAT in software compositor.ccameron@chromium.org2013-11-201-10/+38
* Enable general CSS filters in the software compositorajuma@chromium.org2013-11-011-11/+35
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-4/+0
* Revert 229569 "Enable general CSS filters in the software compos..."grt@chromium.org2013-10-191-36/+11
* Enable general CSS filters in the software compositorajuma@chromium.org2013-10-191-11/+36
* Make Android WebView filtering depend on scrolling status.aelias@chromium.org2013-10-091-1/+2
* cc: Delete RenderSurface caching.alokp@chromium.org2013-10-011-1/+1
* Add support for converting cc::FilterOperations into an SkImageFilterajuma@chromium.org2013-09-261-3/+9
* cc: Don't discard framebuffer when using partial swapspiman@chromium.org2013-09-201-1/+5
* Fix copy_rect calculation in CopyCurrentRendererPassToBitmap().miu@chromium.org2013-09-171-5/+2
* cc: Tell the LayerTreeHost that the filter context is needed.danakj@chromium.org2013-09-101-0/+1
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-091-12/+13
* cc: Adopt new skia object when it's created to avoid memory leak.danakj@chromium.org2013-09-041-2/+3
* Optimize alpha software PictureDrawQuads.aelias@chromium.org2013-08-291-21/+13
* Don't draw invisible portions of quads in software renderer.jbauman@chromium.org2013-08-271-10/+26
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-3/+3
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-201-3/+27
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-301-0/+1
* CC: Add command-line flag to disable AA.epenner@chromium.org2013-07-221-1/+2
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-131-0/+2
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-2/+22
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-101-0/+1
* cc: Make impl-side painting work with software renderer.reveman@chromium.org2013-07-031-3/+1
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-291-0/+6
* cc: Replace FIXMEs with TODO(danakj)enne@chromium.org2013-06-281-2/+2
* cc: Allow output readback/copy requests to specify a sub-rect to copy.danakj@chromium.org2013-06-201-3/+11
* Zero-budget TileManager in resourceless software modeboliu@chromium.org2013-06-201-0/+4
* cc: Don't flip render passes when rendering them.danakj@chromium.org2013-06-121-2/+1
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-111-4/+10
* [Software Compositor] Explicitly handle checkerboard draw quads.skaslev@chromium.org2013-06-111-4/+20
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-23/+9
* cc: Disable anti-aliasing in software compositor for tiled layers.danakj@chromium.org2013-06-101-1/+8
* Revert 205218 "cc: Enable AntiAliasing for sub-pixel translation..."danakj@chromium.org2013-06-101-10/+4
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-101-4/+10
* Revert 205076 "cc: Enable AntiAliasing for sub-pixel translation..."tkent@chromium.org2013-06-091-10/+4
* cc: Enable AntiAliasing for sub-pixel translations in software rendererdanakj@chromium.org2013-06-081-4/+10
* [Aura] Added Support for rendering software compositor frames as cc::TextureL...skaslev@chromium.org2013-06-081-1/+1
* Implement transform/clip support for Android WebView.aelias@chromium.org2013-06-061-13/+14
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-1/+1
* cc: Add CopyAsBitmapRequest class to hold the readback callback.danakj@chromium.org2013-05-241-2/+3
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-211-16/+4
* cc: Add tile-free software compositing mode.aelias@chromium.org2013-05-101-2/+42
* cc: Fix readback from non-root layers.danakj@chromium.org2013-05-081-0/+1
* cc: Make async readback path use async glReadPixels.danakj@chromium.org2013-05-011-3/+8
* Remove bool return for Renderer SwapBuffersjbauman@chromium.org2013-04-301-2/+1
* Moved default resource choice logic in ResourceProvider.skaslev@chromium.org2013-04-271-2/+0
* cc: Async readback.danakj@chromium.org2013-04-261-0/+9