summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-307-165/+237
* Attach GPU memory management IPCs and structures from the compositor through ...ccameron@chromium.org2012-10-303-7/+104
* Fixed mask positioning and texture UVs bugs inskaslev@chromium.org2012-10-302-24/+30
* Added support for YUV videos to the software compositor.skaslev@chromium.org2012-10-3011-106/+214
* cc: Remove the remaining uses of WTF::ThreadSafeRefCounted.tfarina@chromium.org2012-10-304-15/+18
* Revert 164723 - Remove root layer specialness in calculateDrawTransformssergeyu@chromium.org2012-10-307-225/+159
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-294-8/+4
* Fix texture leak in applyImageFilter().senorblanco@chromium.org2012-10-291-1/+2
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-297-159/+225
* cc: Remove 'using' namespace directive of WTF from thread_task_unittest.cctfarina@chromium.org2012-10-291-5/+2
* cc: Convert more usages from Vector to std::vector.tfarina@chromium.org2012-10-298-25/+22
* Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from ccjamesr@chromium.org2012-10-2918-120/+115
* cc: Get rid of Vector usage from tree syncronizer unittest.tfarina@chromium.org2012-10-281-13/+14
* Verify that contentsTextureManager is non-NULL before dereferencing it.ccameron@chromium.org2012-10-272-10/+22
* Aura: Resize locks with --ui-enable-threaded-compositingbacker@chromium.org2012-10-2710-0/+116
* cc: Get rid of the remaining wtf Vector includes.tfarina@chromium.org2012-10-267-25/+23
* cc: Get rid of wtf ThreadingPrimitives.h include.tfarina@chromium.org2012-10-261-2/+1
* cc: Get rid of the remaining includes to MathExtras.h.tfarina@chromium.org2012-10-262-10/+5
* Prevent TextureLayer from triggering commits and texture acquisitions whenjunov@chromium.org2012-10-265-4/+96
* cc: Remove wtf includes from delay_based_time_source.cctfarina@chromium.org2012-10-261-2/+1
* cc: Rename TextureUpdate to ResourceUpdate.reveman@google.com2012-10-2539-186/+186
* Report memory usage statistics from the renderer.ccameron@chromium.org2012-10-2517-3/+155
* One good thing (the only good thing?) about the recent textureepenner@chromium.org2012-10-257-80/+32
* Throttle prepaints to avoid colliding with post-load workjamesr@chromium.org2012-10-252-2/+22
* cc: Rename CanvasLayerUpdater to ContentLayerUpdater.reveman@google.com2012-10-2517-198/+198
* cc: Rename LayerUpdater::Texture to LayerUpdater::Resource.reveman@chromium.org2012-10-2514-68/+68
* cc: Make --jank-instead-of-checkerboard jank more oftenenne@chromium.org2012-10-241-1/+2
* Re-submit 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-241-1/+1
* Fix glTexSubImage2D for non-32bpp formats (rev. 2)sheu@chromium.org2012-10-244-26/+34
* Re-introduce crash instrumentation for invalid resources.ccameron@chromium.org2012-10-245-2/+62
* cc: Apply the layer's initial CSS scale to the contentsScale to render text a...danakj@chromium.org2012-10-2413-128/+516
* This keeps a sorted history of the texture upload rate and increasesbrianderson@chromium.org2012-10-242-20/+18
* Fix a 'gclient hooks' error.hbono@chromium.org2012-10-241-1/+0
* cc: Remove CC*.h temporary includes, part 6/4.tfarina@chromium.org2012-10-2495-268/+140
* Revert 163654 - Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-231-1/+1
* cc: Add predictive pre-painting.epenner@chromium.org2012-10-233-31/+174
* Fix initialisation of s_acceleratedAnimationEnabled flag.wjmaclean@chromium.org2012-10-231-1/+1
* Fix usage of TestRenderPasspiman@chromium.org2012-10-235-34/+35
* cc: Rename LayerTextureUpdater to LayerUpdater.reveman@google.com2012-10-2329-530/+530
* Fix asserts in CC filters: m_filter or m_filters can be non-empty, but not b...senorblanco@chromium.org2012-10-232-4/+4
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-235-9/+13
* cc: Remove FrameBufferSkPictureCanvasLayerTextureUpdater class.reveman@chromium.org2012-10-236-91/+42
* cc: Fix video shader after cc renamingenne@chromium.org2012-10-233-9/+9
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-2316-13/+196
* Revert 163477 - Fix glTexSubImage2D for non-32bpp formats.hbono@chromium.org2012-10-233-33/+25
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-2393-257/+159
* Fix glTexSubImage2D for non-32bpp formats.sheu@chromium.org2012-10-233-25/+33
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-22261-7819/+7819
* Conditionalize memory allocation limit based on visibilityccameron@chromium.org2012-10-2221-67/+289
* cc: Fix flaky CCLayerTreeHost unit testsdanakj@chromium.org2012-10-222-20/+32