summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* SkColorType instead of (deprecated) SkBitmap::Configreed@google.com2014-03-252-9/+4
* change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ...reed@google.com2014-03-253-18/+11
* Move SoftwareFrameData overflow checks to the IPC code.danakj@chromium.org2014-03-202-0/+17
* Switch to use SharedBitmapManager all the time in cc_unittestsjbauman@chromium.org2014-03-202-29/+66
* Start of hardware overlay support in CC with Ubercompositor.alexst@chromium.org2014-03-209-0/+733
* Fix "unreachable code" warnings (MSVC warning 4702), misc. edition.pkasting@chromium.org2014-03-181-2/+3
* cc: Refactor and cleanup of TaskGraphRunner class.reveman@chromium.org2014-03-173-7/+9
* Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."jbauman@chromium.org2014-03-141-2/+2
* cc: Fix to rasterize on demand with multiple worker threads.vmpstr@chromium.org2014-03-143-11/+20
* Revert 256955 "Add shared bitmap managers for browser and render..."jbauman@chromium.org2014-03-141-2/+2
* Add shared bitmap managers for browser and renderer processes.jbauman@chromium.org2014-03-131-2/+2
* cc: Fix damage when the HUD is enabled.danakj@chromium.org2014-03-107-72/+7
* cc: Add visible_rect to Draw*Quad::SetNew().danakj@chromium.org2014-03-072-156/+177
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-051-2/+1
* [#8] Pass gfx::Point by const ref.prashant.n@samsung.com2014-03-055-12/+12
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-1/+2
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-041-3/+3
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-2/+1
* fold AnalysisDevice functionality into AnalysisCanvas,reed@google.com2014-02-282-0/+2
* don't explicitly create SkDevice, as it is intended to be private. Skia now h...reed@google.com2014-02-273-25/+18
* Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ...waffles@chromium.org2014-02-252-2/+0
* fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ...reed@google.com2014-02-252-0/+2
* gpu: Generate mailboxes on client sidepiman@chromium.org2014-02-151-5/+0
* CC: Add 'cc-benchmark' traces for minimal tracing in benchmarks.epenner@chromium.org2014-02-143-2/+3
* Revert 250798 "Revert of Read compositor VSync information from ..."sergeyu@chromium.org2014-02-123-11/+14
* Revert of Read compositor VSync information from platform, when possible (htt...sheu@chromium.org2014-02-123-14/+11
* cc: Only make num_threads - 1 SkPicture clones.reveman@chromium.org2014-02-124-7/+117
* 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-115-1/+9
* Read compositor VSync information from platform, when possiblesheu@chromium.org2014-02-113-11/+14
* [cc] Avoid "skip" optimizations when drawing layers that have copy requests.miu@chromium.org2014-02-061-1/+2
* Pass gfx structs by const ref (gfx::Vector2d)ajay.berwal@samsung.com2014-02-054-6/+5
* [cc] cleanup: re-arrange some file locations in cc/schedulersimonhong@chromium.org2014-02-041-1/+1
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-02-031-1/+1
* cc: Make PrepareToDraw return an enum for why it abortsenne@chromium.org2014-01-301-8/+8
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-2915-18/+18
* Apply automatic range checks to CC enum types across IPC.tsepez@chromium.org2014-01-291-0/+1
* Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview...mnissler@chromium.org2014-01-2815-18/+18
* [#7] Pass gfx::Size by const ref.prashant.n@samsung.com2014-01-2815-18/+18
* Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"danakj@chromium.org2014-01-211-1/+1
* Add gpu::MailboxHolder to hold state for a gpu::Mailboxsheu@chromium.org2014-01-181-1/+1
* cc: Delete ContextProvider::MakeGrContextCurrent.alokp@chromium.org2014-01-172-7/+0
* Add cc:DrawQuad type for surfacesjamesr@chromium.org2014-01-172-0/+10
* [#3] Pass gfx structs by const ref (gfx::SizeF)r.kasibhatla@samsung.com2014-01-162-3/+3
* Remove WebGraphicsContext3D getter from cc::ContextProviderjamesr@chromium.org2014-01-165-9/+4
* Remove remaining blink/WebKit refs from ccjamesr@chromium.org2014-01-151-14/+0
* cc: Add RendererCapabilitiesImplboliu@chromium.org2014-01-158-10/+53
* Remove WebString refs from cc/, they are all dead codejamesr@chromium.org2014-01-141-18/+0
* cc: ContextProvider::Capabilities compose gpu::Capabilitiesboliu@chromium.org2014-01-125-54/+17
* Remove unnecessary use of blink typedefsjamesr@chromium.org2014-01-111-113/+87