summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Make NumPlanes() a member of media::VideoFramesheu@chromium.org2013-03-071-20/+2
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-073-15/+3
* Change scroll deltas to floats.aelias@chromium.org2013-03-073-3/+4
* Added missing copyright message.skaslev@chromium.org2013-03-061-0/+1
* cc: Refactoring of HudLayer contents and UI polishingegraether@chromium.org2013-03-067-87/+122
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-065-5/+5
* cc: Don't reset velocity from contents scale changes.danakj@chromium.org2013-03-066-19/+1
* Align physical pixels of scrolled layerswangxianzhu@chromium.org2013-03-063-0/+69
* Provide shared context to Platform API in renderer.danakj@chromium.org2013-03-062-2/+5
* Changed SoftwareOutputDevice interface.skaslev@chromium.org2013-03-0623-117/+222
* Fix DelegatedRendererLayer::drawsContent to correctly take setIsDrawable into...piman@chromium.org2013-03-051-1/+1
* cc: Unused resources should be given back to the child compositordanakj@chromium.org2013-03-053-102/+424
* Revert 186130 - cc: Added antialiasing support for solid color layersbartfab@chromium.org2013-03-055-269/+78
* cc: Added antialiasing support for solid color layersernstm@chromium.org2013-03-055-78/+269
* Add DSF to frame metadata.piman@chromium.org2013-03-053-1/+6
* cc: fix uninitialized field in VideoLayerImpl::FramePlanepiman@chromium.org2013-03-051-1/+1
* cc: Add pixel test result for solid color anti-aliasing.reveman@google.com2013-03-041-0/+0
* Move Mailbox from cc to gpu, and its traits to gpu/ipcpiman@chromium.org2013-03-0410-50/+30
* cc: Make DelegatedRendererLayerImpl::SetRenderPasses() private.danakj@chromium.org2013-03-046-29/+64
* cc: Fix rasterize time not saved in continuous paintingegraether@chromium.org2013-03-042-5/+5
* Fixed performance issues related to doubles and divides in GLRendererwhunt@chromium.org2013-03-041-16/+16
* cc: Moving anti-aliasing decision to parent compositor.ernstm@chromium.org2013-03-0419-127/+108
* Implement "hole" video frame.wonsik@google.com2013-03-041-0/+38
* cc: Don't display invalid frames in the delegated renderer layer.danakj@chromium.org2013-03-042-5/+380
* [cc] Mailbox Output Surface Supportsievers@chromium.org2013-03-039-23/+236
* cc: Move picture cloning to main thread.reveman@chromium.org2013-03-0210-56/+88
* cc: Remove texture scaling and clear edge texels of a layer.brianderson@chromium.org2013-03-029-46/+67
* cc: Allow getting unused resources from delegated renderer layer.danakj@chromium.org2013-03-023-9/+151
* cc: Only call didCompleteSwapBuffers() when in threaded mode.danakj@chromium.org2013-03-011-1/+2
* cc: Receive and remap resources to the parent.danakj@chromium.org2013-03-0111-28/+341
* Delete contents texture on shut-down even if some textures have been purgedccameron@chromium.org2013-03-015-7/+118
* cc: Make a general iterator for DrawQuad resources.danakj@chromium.org2013-03-0122-33/+217
* [cc] Add GLFrameData to CompositorFrameAcksievers@chromium.org2013-03-012-0/+5
* cc: Use smoothness takes priority mode during page scale animation.reveman@chromium.org2013-02-283-1/+6
* Implement the Platform::sharedOffscreenGraphicsContext3D method.danakj@chromium.org2013-02-281-1/+1
* cc: Without valid frame, delegated renderer layer is not drawabledanakj@chromium.org2013-02-284-76/+75
* Fixing tile grid size used by cc:Picture to make it respect current tile conf...junov@chromium.org2013-02-289-25/+159
* cc: Make damage on delegated frame damage the host layer.danakj@chromium.org2013-02-288-30/+336
* Fix TransferableResource::filter serialization that was left out when filter ...piman@chromium.org2013-02-282-6/+106
* cc: Remove Layer::didUpdateBoundsenne@chromium.org2013-02-2712-80/+89
* cc: Check for cheap task completion soonerskyostil@chromium.org2013-02-271-0/+3
* Fix a TODO that should no longer be neededthakis@chromium.org2013-02-271-6/+0
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-2710-5/+81
* Set up V8 bindings for extension/app APIs when they're first used, not oncaseq@google.com2013-02-279-79/+4
* Emit trace events during layer update and tile rasterization that are process...caseq@google.com2013-02-279-4/+79
* Move sync point from TransferResourceList to individual TransferResourcespiman@chromium.org2013-02-279-91/+93
* cc: DelegatedRendererLayer creates a ChildId with the ResourceProviderdanakj@chromium.org2013-02-2710-15/+164
* cc: DCHECK that tiles are rasterizableenne@chromium.org2013-02-276-7/+29
* Revert 184488 for regressing robohornetprovollick@chromium.org2013-02-264-27/+31
* cc: Clamp minimum contents scale with inverse boundsenne@chromium.org2013-02-266-11/+30