| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 17 | -79/+90 |
* | Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D | jamesr@chromium.org | 2014-01-10 | 5 | -64/+63 |
* | replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variants | reed@google.com | 2014-01-06 | 1 | -1/+1 |
* | Remove some LatencyInfo merging code path | miletus@chromium.org | 2014-01-02 | 1 | -1/+3 |
* | Pass cancelable callback to gpu::ContextSupport::SignalQuery() in GLRenderer | sergeyu@chromium.org | 2013-12-26 | 1 | -1/+4 |
* | Update uses of Value in android_webview, apps, ash, cc to use the base:: name... | avi@chromium.org | 2013-12-21 | 2 | -3/+3 |
* | Use the GL in process bindings directly in cc_unittests | jamesr@chromium.org | 2013-12-20 | 4 | -45/+43 |
* | Implicitly ensure backbuffer creation on draw | jamesr@chromium.org | 2013-12-13 | 2 | -6/+0 |
* | Add GL entry points for DiscardBackbufferCHROMIUM | jamesr@chromium.org | 2013-12-13 | 2 | -5/+2 |
* | Convert cc::GeometryBinding over to GLES2Interface | jamesr@chromium.org | 2013-12-11 | 3 | -82/+81 |
* | Convert cc resource system over to GLES2Interface | jamesr@chromium.org | 2013-12-11 | 1 | -5/+6 |
* | Use GLES2Interface in GLRenderer | jamesr@chromium.org | 2013-12-11 | 2 | -512/+456 |
* | cc: Remove dead function declaration | enne@chromium.org | 2013-12-10 | 1 | -2/+0 |
* | cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...} | danakj@chromium.org | 2013-12-10 | 8 | -38/+27 |
* | Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo... | reed@google.com | 2013-12-10 | 1 | -11/+26 |
* | cc: Remove DeviceViewport and DeviceClip from the RendererClient | danakj@chromium.org | 2013-12-10 | 9 | -459/+638 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 5 | -58/+11 |
* | cc: Inline GLRenderer::Initialize into the constructor | danakj@chromium.org | 2013-12-09 | 3 | -33/+6 |
* | Rely on lost context callbacks intead of polling | jamesr@chromium.org | 2013-12-08 | 6 | -52/+22 |
* | Use GLES2Interface for shaders and programs | jamesr@chromium.org | 2013-12-08 | 8 | -168/+180 |