summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-land: cc: Fix typo causing low-res tiles not to be prioritized correctly.reveman@google.com2013-01-031-1/+1
* cc: Sync scroll offsets and deltas for impl-side paintingenne@chromium.org2013-01-036-28/+173
* cc: Android vertical scrollbars should use linear fade.danakj@chromium.org2013-01-031-8/+16
* Revert 175010rlarocque@chromium.org2013-01-031-1/+1
* cc: Fix typo causing low-res tiles not to be prioritized correctly.reveman@google.com2013-01-031-1/+1
* cc: Make the HUD allocate a new texture when the current one is in use by the...danakj@chromium.org2013-01-031-2/+3
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-0312-46/+25
* Use WeakPtr for posting cc tasks to main threadjamesr@chromium.org2013-01-029-147/+31
* Send memory management policies to the tile managerccameron@chromium.org2013-01-028-24/+128
* cc: Remove spurious LOG(INFO) from LayerTreeHostImplenne@chromium.org2012-12-271-1/+0
* cc: Kill the base::Passed(foo.Pass()) meme.tfarina@chromium.org2012-12-231-5/+5
* cc: Don't use partial updates for scrollbars when they are not allowed.danakj@chromium.org2012-12-2211-74/+241
* cc: Cleanup when ending cc_perftests so they don't hang.danakj@chromium.org2012-12-221-1/+2
* Move filters to RenderPassDrawQuadpiman@chromium.org2012-12-2123-216/+190
* cc: Support mask layers in impl-side paintingenne@chromium.org2012-12-2110-11/+80
* cc: When the transform's scale is unknown, draw into render surfaces at the s...danakj@chromium.org2012-12-214-9/+81
* Revert "Rename ActiveAnimation -> Animation"phajdan.jr@chromium.org2012-12-2118-396/+396
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-2018-396/+396
* Make scrollbars scroll on main thread.flackr@chromium.org2012-12-204-16/+61
* cc: Move updateDrawProperties to LayerTreeImplenne@chromium.org2012-12-206-56/+81