summaryrefslogtreecommitdiffstats
path: root/cc/output/software_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys.danakj@chromium.org2014-05-151-8/+0
* setLocalMatrix is deprecated, so pass the matrix to the factoryreed@google.com2014-05-141-8/+6
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-101-2/+2
* cc: Delete GrContext resources when tab becomes invisible.alokp@chromium.org2014-04-301-7/+2
* cc: Remove use of "internal" namespace for TaskGraph.reveman@chromium.org2014-04-131-3/+3
* Always set using_map_image when using software renderer.jbauman@chromium.org2014-04-091-1/+1
* use builder for layerrasterizerreed@google.com2014-04-081-2/+4
* change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...reed@google.com2014-03-251-5/+1
* cc: Refactor and cleanup of TaskGraphRunner class.reveman@chromium.org2014-03-171-3/+4
* cc: Fix to rasterize on demand with multiple worker threads.vmpstr@chromium.org2014-03-141-1/+6
* fold AnalysisDevice functionality into AnalysisCanvas,reed@google.com2014-02-281-0/+1
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-271-17/+13
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-251-1/+0
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-251-0/+1
* CC: Add 'cc-benchmark' traces for minimal tracing in benchmarks.epenner@chromium.org2014-02-141-0/+1
* cc: Only make num_threads - 1 SkPicture clones.reveman@chromium.org2014-02-121-2/+40
* Map delegated software bitmaps only when they're about to be read from.jbauman@chromium.org2014-02-111-0/+8
* cc: Prevent usage of rasterize on-demand with delegating renderer.reveman@chromium.org2014-02-111-0/+2
* Add cc:DrawQuad type for surfacesjamesr@chromium.org2014-01-171-0/+5
* cc: Add RendererCapabilitiesImplboliu@chromium.org2014-01-151-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-9/+12
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-061-1/+1
* 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