summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Compute solid-color scrollbar properties on all platforms.davemoore@chromium.org2014-01-097-4/+17
* cc: Gather and lock/unlock SkDiscardablePixelRefs instead of skia::LazyPixelR...reveman@chromium.org2014-01-0811-204/+162
* Revert "cc: Simplify raster task completion notification logic"ernstm@chromium.org2014-01-082-11/+1
* [cc] Cleanup: remove unused class - CachingBitmapContentLayerUpdatersimonhong@chromium.org2014-01-083-109/+0
* Revert of https://codereview.chromium.org/63443003/enne@chromium.org2014-01-0813-85/+149
* cc: Remove racy initialization code in cc/base/switches.cc.reveman@chromium.org2014-01-072-20/+1
* Remove presubmit checks from cc/PRESUBMIT.py which checked gfx structsprashant.n@samsung.com2014-01-071-7/+0
* [cc] Cleanup: Modify description of BitmapContentLayerUpdatersimonhong@chromium.org2014-01-071-2/+3
* cc: Combine analysis and rasterenne@chromium.org2014-01-0713-149/+85
* replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variantsreed@google.com2014-01-061-1/+1
* cc: Improve worker pool performance by using std:make_heap instead of std:pri...reveman@chromium.org2014-01-021-26/+30
* Remove some LatencyInfo merging code pathmiletus@chromium.org2014-01-023-9/+9
* Pass cancelable callback to gpu::ContextSupport::SignalQuery() in GLRenderersergeyu@chromium.org2013-12-261-1/+4
* Update uses of Value in android_webview, apps, ash, cc to use the base:: name...avi@chromium.org2013-12-214-8/+8
* Add a new target to build gfx test support files.tfarina@chromium.org2013-12-201-1/+1
* Lock touchscreen flings to the first layer scrolled by the flingjdduke@chromium.org2013-12-203-45/+57
* 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