summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu/compositor_software_output_device.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for re-enabling more MSVC level 4 warnings: content/renderer/ editionpkasting@chromium.org2014-07-081-4/+10
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-4/+3
* Make delegated software renderer work on Macccameron@chromium.org2014-05-211-12/+16
* Use SharedBitmapManager to allocate software frames.jbauman@chromium.org2014-04-091-18/+12
* change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...reed@google.com2014-03-251-6/+5
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-291-1/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-281-1/+1
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-281-1/+1
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-1/+2
* Add debugging info for software compositor swap.jbauman@chromium.org2013-10-231-0/+3
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-2/+2
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-201-0/+15
* Fix DCHECK in browser software compositing.aelias@chromium.org2013-06-111-7/+6
* [Aura] Added Support for rendering software compositor frames as cc::TextureL...skaslev@chromium.org2013-06-081-66/+131
* Create DIBs through the RenderProcess class which correctly usesskaslev@chromium.org2013-04-251-29/+22
* Browser side changes for software compositing.skaslev@chromium.org2013-04-061-29/+36
* Implemented software output device for Aura.skaslev@chromium.org2013-04-021-0/+149