summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Early-out UpdateTilePriorities if the layer has no tilingsdanakj@chromium.org2013-04-201-0/+3
* cc: Add base64 encoding to picturevmpstr@chromium.org2013-04-204-1/+216
* media: Add support for playback of VP8 Alpha video streamsvigneshv@chromium.org2013-04-191-0/+4
* Add optimization to TextureLayerdtrainor@chromium.org2013-04-194-6/+37
* cc: Add a test that the IOSurface drawing path makes the right context calls.danakj@chromium.org2013-04-192-13/+140
* Add create WGC3DInProcessCommandBuffer for on-screen contextboliu@chromium.org2013-04-192-5/+5
* cc: Only consider layer clipped content rect for analysisvmpstr@chromium.org2013-04-199-128/+335
* Ensure that pinch-zoom scrollbar animations trigger a drawajuma@chromium.org2013-04-194-2/+131
* cc: Add missing bindAttribLocation call for triangle indices.reveman@chromium.org2013-04-181-0/+5
* Pass texture target to CreateResourceFromExternalTextureboliu@chromium.org2013-04-185-9/+17
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-1718-79/+80
* Fix event_count calculation.jbauman@chromium.org2013-04-171-1/+1
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Don't iterate over a 0 mask resource in RenderPassDrawQuadpiman@chromium.org2013-04-172-1/+5
* Switch LatencyInfo struct to use a map.jbauman@chromium.org2013-04-173-10/+108
* cc: Chromify gl_renderer_unittest.cc.reveman@chromium.org2013-04-171-127/+149
* cc: Remove incorrect dcheck for masks.danakj@chromium.org2013-04-175-39/+668
* cc: Pixel test image results for https://codereview.chromium.org/14244021/danakj@chromium.org2013-04-177-0/+0
* cc: Clarify text for single thread + impl-painting CHECKenne@chromium.org2013-04-171-1/+2
* Add cpplint for webkit/compositor_bindingsenne@chromium.org2013-04-171-12/+3
* cc: Find a better prioritized rect when the viewport rect is huge.danakj@chromium.org2013-04-176-16/+176
* cc: Disable DrawQuad unit test that tests a NOTIMPLEMENTED method.danakj@chromium.org2013-04-171-1/+2
* Revert 194465 "media: Add support for playback for VP8 Alpha vid..."mek@chromium.org2013-04-161-4/+0
* media: Add support for playback for VP8 Alpha video streams.tomfinegan@chromium.org2013-04-161-0/+4
* Revert 194394 "Move swapcomplete callback into OutputSurface"cpu@chromium.org2013-04-1618-45/+79
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-1618-79/+45
* cc: Add strict layer property change checking and handle bounds changes durin...reveman@chromium.org2013-04-1618-13/+224
* cc: Add a texture target to TextureMailbox.danakj@chromium.org2013-04-164-6/+158
* Propagate back damaged rects coming from the UI to the renderer.skaslev@chromium.org2013-04-1513-51/+138
* Revert 193762 "Makes tile-creation lazy"wangxianzhu@chromium.org2013-04-1513-271/+281
* cc: Don't do produce/consume on the texture id given in VideoFrame.danakj@chromium.org2013-04-134-51/+59
* Adding new switch to get OpenGL emulation / some drivers to work againskuhne@chromium.org2013-04-132-0/+3
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-125-10/+16
* This patch implements the necessary plumbing to allow WebExternalTextureLayer...alexst@chromium.org2013-04-124-7/+28
* Aura: Use --ui-enable-partial-swap by default.backer@chromium.org2013-04-112-3/+1
* Makes tile-creation lazywhunt@chromium.org2013-04-1113-281/+271
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-116-40/+164
* Revert 193629 "Fix main-thread event handling for impl-only anim..."kinuko@chromium.org2013-04-116-162/+40
* Fix main-thread event handling for impl-only animationsajuma@chromium.org2013-04-116-40/+162
* cc: Delete resources when ResourceProvider shuts down.danakj@chromium.org2013-04-1112-69/+229
* cc: Make include-what-you-use know about base/hash_tables.hdanakj@chromium.org2013-04-111-0/+8
* cc: Remove max-prepaint-tile-distance constant.reveman@chromium.org2013-04-118-32/+6
* Ensure opaque background for missing tiles for opaque layerswangxianzhu@chromium.org2013-04-112-25/+33
* Prioritize tiles near the viewport in out-of-viewport layerswangxianzhu@chromium.org2013-04-102-37/+88
* cc: Recycle resources for software video decode.danakj@chromium.org2013-04-103-46/+142
* Enable pinch & pinch-zoom scrollbars by default for CrOS.wjmaclean@chromium.org2013-04-102-0/+6
* Revert 192259junov@chromium.org2013-04-101-3/+2
* cc: Don't DCHECK for layers with weird transforms.danakj@chromium.org2013-04-106-4/+154
* cc: Move video upload to VideoResourceUpdater.danakj@chromium.org2013-04-1021-497/+756
* Fixed minor logic bug in the software renderer.skaslev@chromium.org2013-04-091-1/+1