| Commit message (Expand) | Author | Age | Files | Lines |
* | SkColorType instead of (deprecated) SkBitmap::Config | reed@google.com | 2014-03-25 | 2 | -9/+4 |
* | change SoftwareOutputDevice CopyToBitmap to CopyToPixels, and remove device_ ... | reed@google.com | 2014-03-25 | 3 | -18/+11 |
* | Move SoftwareFrameData overflow checks to the IPC code. | danakj@chromium.org | 2014-03-20 | 2 | -0/+17 |
* | Switch to use SharedBitmapManager all the time in cc_unittests | jbauman@chromium.org | 2014-03-20 | 2 | -29/+66 |
* | Start of hardware overlay support in CC with Ubercompositor. | alexst@chromium.org | 2014-03-20 | 9 | -0/+733 |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -2/+3 |
* | cc: Refactor and cleanup of TaskGraphRunner class. | reveman@chromium.org | 2014-03-17 | 3 | -7/+9 |
* | Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..." | jbauman@chromium.org | 2014-03-14 | 1 | -2/+2 |
* | cc: Fix to rasterize on demand with multiple worker threads. | vmpstr@chromium.org | 2014-03-14 | 3 | -11/+20 |
* | Revert 256955 "Add shared bitmap managers for browser and render..." | jbauman@chromium.org | 2014-03-14 | 1 | -2/+2 |
* | Add shared bitmap managers for browser and renderer processes. | jbauman@chromium.org | 2014-03-13 | 1 | -2/+2 |
* | cc: Fix damage when the HUD is enabled. | danakj@chromium.org | 2014-03-10 | 7 | -72/+7 |
* | cc: Add visible_rect to Draw*Quad::SetNew(). | danakj@chromium.org | 2014-03-07 | 2 | -156/+177 |
* | don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ... | reed@google.com | 2014-03-05 | 1 | -2/+1 |
* | [#8] Pass gfx::Point by const ref. | prashant.n@samsung.com | 2014-03-05 | 5 | -12/+12 |
* | Revert 254567 "don't create SkDevice directly, use SkBitmap or (..." | timurrrr@chromium.org | 2014-03-04 | 1 | -1/+2 |
* | SkBitmap::Config is deprecated, switch to using SkColorType | reed@google.com | 2014-03-04 | 1 | -3/+3 |
* | don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ... | reed@google.com | 2014-03-03 | 1 | -2/+1 |
* | fold AnalysisDevice functionality into AnalysisCanvas, | reed@google.com | 2014-02-28 | 2 | -0/+2 |
* | don't explicitly create SkDevice, as it is intended to be private. Skia now h... | reed@google.com | 2014-02-27 | 3 | -25/+18 |
* | Revert of fold AnalysisDevice functionality into AnalysisCanvas, to simplify ... | waffles@chromium.org | 2014-02-25 | 2 | -2/+0 |
* | fold AnalysisDevice functionality into AnalysisCanvas, to simplify setup and ... | reed@google.com | 2014-02-25 | 2 | -0/+2 |
* | gpu: Generate mailboxes on client side | piman@chromium.org | 2014-02-15 | 1 | -5/+0 |
* | CC: Add 'cc-benchmark' traces for minimal tracing in benchmarks. | epenner@chromium.org | 2014-02-14 | 3 | -2/+3 |
* | Revert 250798 "Revert of Read compositor VSync information from ..." | sergeyu@chromium.org | 2014-02-12 | 3 | -11/+14 |
* | Revert of Read compositor VSync information from platform, when possible (htt... | sheu@chromium.org | 2014-02-12 | 3 | -14/+11 |
* | cc: Only make num_threads - 1 SkPicture clones. | reveman@chromium.org | 2014-02-12 | 4 | -7/+117 |
* | Map delegated software bitmaps only when they're about to be read from. | jbauman@chromium.org | 2014-02-11 | 1 | -0/+8 |
* | cc: Prevent usage of rasterize on-demand with delegating renderer. | reveman@chromium.org | 2014-02-11 | 5 | -1/+9 |
* | Read compositor VSync information from platform, when possible | sheu@chromium.org | 2014-02-11 | 3 | -11/+14 |
* | [cc] Avoid "skip" optimizations when drawing layers that have copy requests. | miu@chromium.org | 2014-02-06 | 1 | -1/+2 |
* | Pass gfx structs by const ref (gfx::Vector2d) | ajay.berwal@samsung.com | 2014-02-05 | 4 | -6/+5 |
* | [cc] cleanup: re-arrange some file locations in cc/scheduler | simonhong@chromium.org | 2014-02-04 | 1 | -1/+1 |
* | Add gpu::MailboxHolder to hold state for a gpu::Mailbox | sheu@chromium.org | 2014-02-03 | 1 | -1/+1 |
* | cc: Make PrepareToDraw return an enum for why it aborts | enne@chromium.org | 2014-01-30 | 1 | -8/+8 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-29 | 15 | -18/+18 |
* | Apply automatic range checks to CC enum types across IPC. | tsepez@chromium.org | 2014-01-29 | 1 | -0/+1 |
* | Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview... | mnissler@chromium.org | 2014-01-28 | 15 | -18/+18 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-28 | 15 | -18/+18 |
* | Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox" | danakj@chromium.org | 2014-01-21 | 1 | -1/+1 |
* | Add gpu::MailboxHolder to hold state for a gpu::Mailbox | sheu@chromium.org | 2014-01-18 | 1 | -1/+1 |
* | cc: Delete ContextProvider::MakeGrContextCurrent. | alokp@chromium.org | 2014-01-17 | 2 | -7/+0 |
* | Add cc:DrawQuad type for surfaces | jamesr@chromium.org | 2014-01-17 | 2 | -0/+10 |
* | [#3] Pass gfx structs by const ref (gfx::SizeF) | r.kasibhatla@samsung.com | 2014-01-16 | 2 | -3/+3 |
* | Remove WebGraphicsContext3D getter from cc::ContextProvider | jamesr@chromium.org | 2014-01-16 | 5 | -9/+4 |
* | Remove remaining blink/WebKit refs from cc | jamesr@chromium.org | 2014-01-15 | 1 | -14/+0 |
* | cc: Add RendererCapabilitiesImpl | boliu@chromium.org | 2014-01-15 | 8 | -10/+53 |
* | Remove WebString refs from cc/, they are all dead code | jamesr@chromium.org | 2014-01-14 | 1 | -18/+0 |
* | cc: ContextProvider::Capabilities compose gpu::Capabilities | boliu@chromium.org | 2014-01-12 | 5 | -54/+17 |
* | Remove unnecessary use of blink typedefs | jamesr@chromium.org | 2014-01-11 | 1 | -113/+87 |