summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Move anti-aliasing decision to parent compositor.reveman@chromium.org2013-01-143-24/+15
* Move pending tile priorities to active on tree activationbrianderson@chromium.org2013-01-1310-0/+42
* Decouple texture upload checks, tree activation, and drawing.brianderson@chromium.org2013-01-1212-42/+55
* [cc] Raster worker pool needs to accumlate paint time not overwrite itnduca@chromium.org2013-01-123-13/+17
* cc: Walk layer tree to determine if pending tree can be activated.reveman@chromium.org2013-01-1212-71/+72
* Separate layer property pushes from tree structure syncs and clean up scrollb...jamesr@chromium.org2013-01-1215-82/+132
* Delay consuming the mailbox in the resource provider until lockForRead.alexst@chromium.org2013-01-111-17/+19
* Shallow flush after calling beginSetPixelsbrianderson@chromium.org2013-01-111-0/+1
* cc: Create tilings on the pending tree if no active treeenne@chromium.org2013-01-111-19/+20
* Add a time source that is triggered by an external vsync signal insteadskyostil@chromium.org2013-01-115-0/+242
* Enables compositing support for webview.alexst@chromium.org2013-01-111-0/+1
* ThreadedTest that a non-null OutputSurface that fails initialization immediat...jamesr@chromium.org2013-01-102-1/+36
* Fixed a bug in the layer sorter to deal with layers that are very close toget...whunt@chromium.org2013-01-102-0/+84
* LTHI's bg animation timer should set the fake thread to impl.vollick@chromium.org2013-01-101-0/+18
* cc: Don't apply --enable-impl-side-painting to browser compositorenne@chromium.org2013-01-101-1/+0
* Revert 176061ricow@chromium.org2013-01-101-1/+0
* LTHI's bg animation timer should set the fake thread to impl.vollick@chromium.org2013-01-101-0/+1
* Remove flags for nonFastScrollable and touchEventHandler regions getting changedyusufo@chromium.org2013-01-102-18/+2
* Refactor pinch-zoom viewport.wjmaclean@chromium.org2013-01-106-198/+241
* cc: Prohibit impl-side painting with single threaded compositingenne@chromium.org2013-01-101-3/+4
* Clamp invalidation regions of PictureLayer to layer boundsvangelis@chromium.org2013-01-101-1/+5
* cc: Generate tilings at other scales for impl-side paintingenne@chromium.org2013-01-0914-65/+287
* cc: Delete the element being popped in ScopedPtrVector::pop_back()danakj@chromium.org2013-01-091-0/+1
* This patch prevents the creation of some render targets by informing the logi...whunt@chromium.org2013-01-0912-10/+169
* cc: Defer texture allocation (to allow async allocations).epenner@chromium.org2013-01-098-19/+183
* cc: Add RasterWorkerPool class.reveman@chromium.org2013-01-095-225/+355
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-098-0/+8
* Adds the picture width and height to record and raster trace events used by t...vangelis@chromium.org2013-01-091-2/+4
* cc: Improve raster performance of PicturePileImplenne@chromium.org2013-01-091-7/+12
* cc: Preserve currently scrolling layer during tree activationenne@chromium.org2013-01-093-1/+11
* cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...danakj@chromium.org2013-01-0929-174/+293
* Revert 175690estade@chromium.org2013-01-0935-359/+69
* cc: Implement DelegatingRender::drawFrame() method.danakj@chromium.org2013-01-0935-69/+359
* cc: Map the clip_rect in the SharedQuadState to include the drawTransform of ...danakj@chromium.org2013-01-092-0/+2
* Revert 175632kaiwang@chromium.org2013-01-092-34/+1
* ThreadedTest that a non-null OutputSurface that fails initialization immediat...jamesr@chromium.org2013-01-092-1/+34
* Implement a method to access the non-composited content root layer picture pile.leandrogracia@chromium.org2013-01-0919-2/+199
* Avoid exposing gl bindings through cc public API headersjamesr@chromium.org2013-01-0825-25/+66
* cc: Fix low-res impl-side painting artifactsenne@chromium.org2013-01-0811-26/+98
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2013-01-081-1/+1
* Mailbox support for texture layers.alexst@chromium.org2013-01-087-18/+382
* Ensure that render surface layer list is not dirty/empty before hit testing f...yusufo@chromium.org2013-01-082-0/+16
* Fix metadata content size.aelias@chromium.org2013-01-082-5/+63
* cc: Use maximum tiling contents scales for picture layer scaleenne@chromium.org2013-01-086-36/+105
* Revert 175275jamesr@chromium.org2013-01-079-95/+14
* Move VideoFrameProvider to, and remove all usage of WebVideoFrame from cc/danakj@chromium.org2013-01-0713-211/+131
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-0713-106/+109
* Rename ActiveAnimation -> Animationvollick@chromium.org2013-01-0718-396/+396
* We don't want to tick animation controllers for non-active layersvollick@chromium.org2013-01-0710-0/+39
* cc: remove loseOutputSurface.danakj@chromium.org2013-01-078-35/+1