summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Remove some entries from DEPS list.tfarina@chromium.org2012-11-021-7/+0
* Make cc a componentpiman@chromium.org2012-11-0298-192/+311
* cc: Replace WebCore::FloatQuad with gfx::QuadF.danakj@chromium.org2012-11-0221-181/+102
* Create cc::TilingData based on WebCore::TilingData.danakj@chromium.org2012-11-027-50/+265
* cc: Get rid of NotImplemented stub file.tfarina@chromium.org2012-11-024-19/+0
* cc: Sort the source_file list alphabetical.tfarina@chromium.org2012-11-021-77/+76
* cc: Update README file.tfarina@chromium.org2012-11-021-12/+1
* cc: Avoid using upload term in relation to resources.reveman@chromium.org2012-11-029-23/+23
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-0230-200/+199
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-0151-404/+461
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-0160-733/+691
* cc: Switch from WebCore::FloatPoint3D to gfx::Point3F and gfx::Vector3dF in t...danakj@chromium.org2012-11-019-99/+36
* Remove static thread pointers from CCjamesr@chromium.org2012-11-0160-691/+733
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-0195-2491/+2564
* cc: Use base::Passed in ThreadProxyenne@chromium.org2012-11-012-13/+11
* cc: Pass gfx::Size type to FontAtlas drawText() function.tfarina@chromium.org2012-11-013-9/+7
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-0129-189/+474
* cc: Fix mismatched new[]/delete call in ResourceProviderenne@chromium.org2012-10-311-1/+1
* Fix DrawQuad copypiman@chromium.org2012-10-316-42/+29
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-3147-277/+296
* Use gfx::Rect types for occlusion tracker and quad culler classes.danakj@chromium.org2012-10-3113-769/+786
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-3/+1
* Compute event coordinate adjustment for pinch-zoom in LayerTreeHost.wjmaclean@chromium.org2012-10-313-1/+63
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-3039-1039/+312
* Revert 165050 - Remove WebKit::Platform dependencies from ccsergeyu@chromium.org2012-10-3039-312/+1038
* Remove spurious assertion in texture manager.ccameron@chromium.org2012-10-301-1/+4
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-3039-1038/+312
* Fix clipping/culling for DelegatedRendererLayer*piman@chromium.org2012-10-307-404/+509
* 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