| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Combine analysis and raster | enne@chromium.org | 2014-01-07 | 13 | -149/+85 |
* | replace deprecated SkScalarRound/Floor/Ceil calls with more explicit variants | reed@google.com | 2014-01-06 | 1 | -1/+1 |
* | cc: Improve worker pool performance by using std:make_heap instead of std:pri... | reveman@chromium.org | 2014-01-02 | 1 | -26/+30 |
* | Remove some LatencyInfo merging code path | miletus@chromium.org | 2014-01-02 | 3 | -9/+9 |
* | Pass cancelable callback to gpu::ContextSupport::SignalQuery() in GLRenderer | sergeyu@chromium.org | 2013-12-26 | 1 | -1/+4 |
* | Update uses of Value in android_webview, apps, ash, cc to use the base:: name... | avi@chromium.org | 2013-12-21 | 4 | -8/+8 |
* | Add a new target to build gfx test support files. | tfarina@chromium.org | 2013-12-20 | 1 | -1/+1 |
* | Lock touchscreen flings to the first layer scrolled by the fling | jdduke@chromium.org | 2013-12-20 | 3 | -45/+57 |
* | Use the GL in process bindings directly in cc_unittests | jamesr@chromium.org | 2013-12-20 | 13 | -141/+329 |
* | Revert "cc: Added tile bundles" | vmpstr@chromium.org | 2013-12-20 | 29 | -1633/+528 |
* | cc: Defer first OutputSurface creation until client is ready | sievers@google.com | 2013-12-19 | 12 | -93/+164 |
* | Increase the minimum GPU memory limit on Mac | ccameron@chromium.org | 2013-12-19 | 1 | -3/+7 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 2 | -0/+4 |
* | Update ETC1PixelRef to use new SkPixelRef constructor. | halcanary@google.com | 2013-12-18 | 3 | -18/+8 |
* | cc: Simplify raster task completion notification logic | skyostil@chromium.org | 2013-12-18 | 2 | -1/+11 |
* | cc: Clear delegated layer's current resources when deleting child | sievers@google.com | 2013-12-17 | 2 | -0/+82 |
* | cc: Prevent infinite calls of advance_commit_state_timer_ timer. | qsr@chromium.org | 2013-12-17 | 1 | -6/+14 |
* | cc: Use 1024x1024 tiles for gpu rasterized layers. | ernstm@chromium.org | 2013-12-17 | 5 | -10/+68 |
* | cc: Fix incorrect RecalculateRasterScale edge cases | enne@chromium.org | 2013-12-17 | 3 | -2/+53 |
* | cc: Use Skia information about whether pictures have bitmaps | enne@chromium.org | 2013-12-17 | 3 | -1/+6 |
* | cc: Stop needlessly converting rect/rectf in update tile priorities | vmpstr@chromium.org | 2013-12-14 | 1 | -1/+1 |
* | Implicitly ensure backbuffer creation on draw | jamesr@chromium.org | 2013-12-13 | 2 | -6/+0 |
* | cc: Reset tiling size upon destruction. | vmpstr@chromium.org | 2013-12-13 | 2 | -0/+46 |
* | cc: Layer::PushPropertiesTo perf test | vmpstr@chromium.org | 2013-12-13 | 2 | -0/+121 |
* | cc: Only use advance_commit_state_timer_ when a commit is pending | brianderson@chromium.org | 2013-12-13 | 1 | -14/+16 |
* | Add GL entry points for DiscardBackbufferCHROMIUM | jamesr@chromium.org | 2013-12-13 | 2 | -5/+2 |
* | cc: Include analysis in raster benchmark costs | enne@chromium.org | 2013-12-13 | 8 | -16/+60 |
* | cc: Prevent use after free of LayerImpl that had a copy request. | danakj@chromium.org | 2013-12-12 | 3 | -14/+85 |
* | use SkImageInfo parameter for SkPixelRef constructor | reed@google.com | 2013-12-12 | 2 | -10/+16 |
* | Split the hole punching logic from GOOGLE_TV #ifdef into VIDEO_HOLE | qinmin@chromium.org | 2013-12-12 | 3 | -12/+12 |
* | cc: Don't cancel poll_for_draw_triggers_closure_ too early. | brianderson@chromium.org | 2013-12-12 | 7 | -15/+35 |
* | Remove WebGraphicsContext3D references from cc/layers | jamesr@chromium.org | 2013-12-11 | 6 | -17/+24 |
* | Convert cc::GeometryBinding over to GLES2Interface | jamesr@chromium.org | 2013-12-11 | 3 | -82/+81 |
* | Convert cc resource system over to GLES2Interface | jamesr@chromium.org | 2013-12-11 | 12 | -539/+704 |
* | Use GLES2Interface in GLRenderer | jamesr@chromium.org | 2013-12-11 | 4 | -512/+665 |
* | Revert "Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate" | loislo@chromium.org | 2013-12-11 | 13 | -58/+81 |
* | Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate | trchen@chromium.org | 2013-12-11 | 13 | -81/+58 |
* | cc: Use a rectf manhattan distance for update tile priorities | vmpstr@chromium.org | 2013-12-11 | 1 | -6/+6 |
* | cc: Make BrowserCompositorInvalidateLayerTreePerfTest change mailbox. | danakj@chromium.org | 2013-12-11 | 1 | -0/+8 |
* | cc: Remove dead function declaration | enne@chromium.org | 2013-12-10 | 1 | -2/+0 |
* | Removed unnecessary forward declarations. | alokp@chromium.org | 2013-12-10 | 1 | -4/+0 |
* | cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...} | danakj@chromium.org | 2013-12-10 | 54 | -352/+373 |
* | cc: Added invalidation frequency for picture pile. | vmpstr@chromium.org | 2013-12-10 | 8 | -34/+232 |
* | cc: Fix cc_perftests DenseBrowerUI | powei@chromium.org | 2013-12-10 | 1 | -9/+31 |
* | Support for drawing a debug border around animated layers | avallee@chromium.org | 2013-12-10 | 10 | -1/+68 |
* | Always use the SkPixelRef constructor that takes SkImageInfo, as the older fo... | reed@google.com | 2013-12-10 | 3 | -12/+42 |
* | cc: Remove DeviceViewport and DeviceClip from the RendererClient | danakj@chromium.org | 2013-12-10 | 17 | -559/+705 |
* | Pipe SwapBuffers call{,backs} through ContextSupport | jamesr@chromium.org | 2013-12-10 | 13 | -181/+94 |
* | Use bit fields inside cc to reduce memory usage. | vivek.vg@samsung.com | 2013-12-10 | 6 | -59/+57 |
* | cc: Allow 'overflow: hidden' layers to be scrolled again. | sadrul@chromium.org | 2013-12-10 | 3 | -20/+7 |