summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc: Ban (f)printf via presubmit.pyenne@chromium.org2013-01-061-5/+13
* cc: Don't activate pending tree until all tiles are readyenne@chromium.org2013-01-061-10/+5
* cc: Ban DLOG/LOG(INFO) from cc via presubmitenne@chromium.org2013-01-061-0/+19
* cc: Set the max frames pending from the thread proxy.danakj@chromium.org2013-01-059-14/+95
* Remove no-longer-necessary copyfiles.py scripts and stale cc/READMEjamesr@chromium.org2013-01-052-83/+0
* cc: Remove DLOG(INFO) from cc.enne@chromium.org2013-01-051-1/+0
* cc: Move more functionality from host to LayerTreeImplenne@chromium.org2013-01-058-92/+85
* cc: Remove unused PictureLayerImpl::didUpdateBounds functionenne@chromium.org2013-01-042-8/+0
* cc: Put context-loss tests in layer_tree_host_unittest_context.ccdanakj@chromium.org2013-01-0426-925/+1406
* cc: Remove now-unused impl-side painting functionenne@chromium.org2013-01-042-11/+0
* Avoid depending on WebTransformationMatrix::toTransformjamesr@chromium.org2013-01-041-1/+25