summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Use the GL in process bindings directly in cc_unittestsjamesr@chromium.org2013-12-2013-141/+329
* Revert "cc: Added tile bundles"vmpstr@chromium.org2013-12-2029-1633/+528
* cc: Defer first OutputSurface creation until client is readysievers@google.com2013-12-1912-93/+164
* Increase the minimum GPU memory limit on Macccameron@chromium.org2013-12-191-3/+7
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-182-0/+4
* Update ETC1PixelRef to use new SkPixelRef constructor.halcanary@google.com2013-12-183-18/+8
* cc: Simplify raster task completion notification logicskyostil@chromium.org2013-12-182-1/+11
* cc: Clear delegated layer's current resources when deleting childsievers@google.com2013-12-172-0/+82
* cc: Prevent infinite calls of advance_commit_state_timer_ timer.qsr@chromium.org2013-12-171-6/+14
* cc: Use 1024x1024 tiles for gpu rasterized layers.ernstm@chromium.org2013-12-175-10/+68
* cc: Fix incorrect RecalculateRasterScale edge casesenne@chromium.org2013-12-173-2/+53
* cc: Use Skia information about whether pictures have bitmapsenne@chromium.org2013-12-173-1/+6
* cc: Stop needlessly converting rect/rectf in update tile prioritiesvmpstr@chromium.org2013-12-141-1/+1
* Implicitly ensure backbuffer creation on drawjamesr@chromium.org2013-12-132-6/+0
* cc: Reset tiling size upon destruction.vmpstr@chromium.org2013-12-132-0/+46
* cc: Layer::PushPropertiesTo perf testvmpstr@chromium.org2013-12-132-0/+121
* cc: Only use advance_commit_state_timer_ when a commit is pendingbrianderson@chromium.org2013-12-131-14/+16
* Add GL entry points for DiscardBackbufferCHROMIUMjamesr@chromium.org2013-12-132-5/+2
* cc: Include analysis in raster benchmark costsenne@chromium.org2013-12-138-16/+60
* cc: Prevent use after free of LayerImpl that had a copy request.danakj@chromium.org2013-12-123-14/+85
* use SkImageInfo parameter for SkPixelRef constructorreed@google.com2013-12-122-10/+16
* Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLEqinmin@chromium.org2013-12-123-12/+12
* cc: Don't cancel poll_for_draw_triggers_closure_ too early.brianderson@chromium.org2013-12-127-15/+35
* Remove WebGraphicsContext3D references from cc/layersjamesr@chromium.org2013-12-116-17/+24
* Convert cc::GeometryBinding over to GLES2Interfacejamesr@chromium.org2013-12-113-82/+81
* Convert cc resource system over to GLES2Interfacejamesr@chromium.org2013-12-1112-539/+704
* Use GLES2Interface in GLRendererjamesr@chromium.org2013-12-114-512/+665
* Revert "Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate"loislo@chromium.org2013-12-1113-58/+81
* Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimatetrchen@chromium.org2013-12-1113-81/+58
* cc: Use a rectf manhattan distance for update tile prioritiesvmpstr@chromium.org2013-12-111-6/+6
* cc: Make BrowserCompositorInvalidateLayerTreePerfTest change mailbox.danakj@chromium.org2013-12-111-0/+8
* 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