summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove dead function declarationenne@chromium.org2013-12-101-2/+0
* Removed unnecessary forward declarations.alokp@chromium.org2013-12-101-4/+0
* cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}danakj@chromium.org2013-12-1054-352/+373
* cc: Added invalidation frequency for picture pile.vmpstr@chromium.org2013-12-108-34/+232
* cc: Fix cc_perftests DenseBrowerUIpowei@chromium.org2013-12-101-9/+31
* Support for drawing a debug border around animated layersavallee@chromium.org2013-12-1010-1/+68
* Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo...reed@google.com2013-12-103-12/+42
* cc: Remove DeviceViewport and DeviceClip from the RendererClientdanakj@chromium.org2013-12-1017-559/+705
* Pipe SwapBuffers call{,backs} through ContextSupportjamesr@chromium.org2013-12-1013-181/+94
* Use bit fields inside cc to reduce memory usage.vivek.vg@samsung.com2013-12-106-59/+57
* cc: Allow 'overflow: hidden' layers to be scrolled again.sadrul@chromium.org2013-12-103-20/+7
* cc: Fix checkboard after a pinch-zoom followed by a scroll.kaanb@chromium.org2013-12-101-1/+4
* Add monotonic time and target property to cc::AnimationDelegate notificationsajuma@chromium.org2013-12-095-27/+90
* cc: Inline GLRenderer::Initialize into the constructordanakj@chromium.org2013-12-095-39/+8
* Rely on lost context callbacks intead of pollingjamesr@chromium.org2013-12-0813-495/+60
* Use GLES2Interface for shaders and programsjamesr@chromium.org2013-12-0814-170/+278
* Route surface visibility notifications through ContextSupport/GpuControljamesr@chromium.org2013-12-086-13/+35
* For main thread event handling, if event causesmiletus@chromium.org2013-12-0812-13/+397
* cc: Move manhattanDistance from tile priority to rect.vmpstr@chromium.org2013-12-074-46/+7
* cc: Add histogram for unserviced copy requests and return by reference.danakj@chromium.org2013-12-073-8/+16
* cc: Clean up tick times used for LayerAnimationControllerTestsajuma@chromium.org2013-12-072-115/+125
* Remove direct-to-backbuffer Ganesh pathenne@chromium.org2013-12-0616-236/+12
* cc: Don't require DelegatedRendererLayer to push properties every framedanakj@chromium.org2013-12-061-4/+1
* Remove always-on compositor capabilitiesjamesr@chromium.org2013-12-0616-83/+26
* cc: Added tile bundlesvmpstr@chromium.org2013-12-0629-528/+1587
* Dirty rects always contain full tiles with delegated rendering.prashant.n@samsung.com2013-12-056-30/+64
* Added necessary Tile flags for GPU rasterization.skaslev@chromium.org2013-12-0513-17/+58
* cc: Allow activating to something other than high-resenne@chromium.org2013-12-0512-17/+303
* Expose GLES2Interface to ccjamesr@chromium.org2013-12-046-2/+19
* cc: Fix passing initialized value to getIntegerboliu@chromium.org2013-12-041-0/+1
* Introduce gpu::Capabilitiesboliu@chromium.org2013-12-043-0/+26
* cc: remove unused devtools_instrumentation eventscaseq@chromium.org2013-12-044-6/+0
* Remove DCHECK(context3d_) checks that check nothing.danakj@chromium.org2013-12-041-11/+0
* Modified the structure ContextProvider::Capabilities to use bitfields.behara.ms@samsung.com2013-12-041-16/+16
* Un-refcount media::VideoFrame::MailboxHoldersheu@chromium.org2013-12-042-13/+16
* cc: Reduce number of trace calls during updateenne@chromium.org2013-12-042-17/+4
* cc: Fix cc_perftests: 10_10_layer_tree.json and DenseBrowserUIpowei@chromium.org2013-12-043-1458/+1890
* Add plumbing for video pixel formats with JPEG color range.rileya@chromium.org2013-12-041-0/+4
* cc: Clip the damage rect for DelegatedRendererLayerImpl to bounds.danakj@chromium.org2013-12-041-2/+4
* cc: Fix comment about update rect. This rect is in layer space.danakj@chromium.org2013-12-041-1/+1
* cc: Remove DelegatingRendererLayerClientpowei@chromium.org2013-12-049-98/+16
* Revert 238458 "cc: Defer first OutputSurface creation until clie..."robliao@chromium.org2013-12-0312-164/+93
* cc: Defer first OutputSurface creation until client is readysievers@chromium.org2013-12-0312-93/+164
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-1/+1
* cc: Allow copy requests to provide a texture.danakj@chromium.org2013-12-038-689/+935
* cc: Remove unused CopyOutputRequest::Equals()danakj@chromium.org2013-12-031-5/+0
* Plumbing for layout rectangle debug info. Companion tochrishtr@gmail.com2013-12-035-4/+64
* Revert 225751 "BitmapContentLayerUpdater shouldn't reallocate bi..."jbauman@chromium.org2013-12-034-17/+16
* cc: Remove old fake_context_provider.cc filedanakj@chromium.org2013-12-031-110/+0
* cc: Support animating scroll offsetajuma@chromium.org2013-12-0322-20/+499