summaryrefslogtreecommitdiffstats
path: root/cc/test
Commit message (Expand)AuthorAgeFilesLines
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-281-0/+1
* cc: Implement impl-side rasterization.reveman@google.com2012-11-271-1/+1
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-275-10/+43
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-0/+2
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-213-0/+90
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-212-67/+127
* cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.danakj@chromium.org2012-11-213-4/+3
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-201-10/+32
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-201-1/+1
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-172-2/+2
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-172-2/+2
* cc: Remove opaque flags from SharedQuadState and DrawQuaddanakj@chromium.org2012-11-171-6/+7
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-142-29/+0
* Avoid redundantly setting tex parametersjamesr@chromium.org2012-11-131-1/+1
* cc: Fix header include guards.tfarina@chromium.org2012-11-112-4/+9
* cc: Remove the remaining using-directives of namespace cc.tfarina@chromium.org2012-11-103-3/+24
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-1014-27/+1
* Avoid setting activeTexture redundantlyjamesr@chromium.org2012-11-102-0/+60
* cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/danakj@chromium.org2012-11-092-0/+45
* cc: Do not save the rasterScale for layers until they are finished animating ...danakj@chromium.org2012-11-082-23/+30
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-085-36/+131
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-083-7/+6
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-072-16/+16
* cc: Remove WebThread includes.tfarina@chromium.org2012-11-061-1/+0
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-054-11/+17
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-054-17/+11
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-054-11/+17
* A speculative Revert for r165872 - Remove static thread pointers from CC, att...hbono@chromium.org2012-11-055-131/+36
* cc: Fix header include guards of our header files.tfarina@chromium.org2012-11-0518-89/+49
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-045-36/+131
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-4/+2
* Remove most remaining webcore points and sizes.danakj@chromium.org2012-11-022-2/+1
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-012-5/+5
* Revert 165476 - Remove static thread pointers from CCjamesr@chromium.org2012-11-015-131/+36
* Remove static thread pointers from CCjamesr@chromium.org2012-11-015-36/+131
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-014-35/+43
* Pass accurate contentsScale to LayerImpl.wangxianzhu@chromium.org2012-11-012-0/+18
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-312-10/+10
* Use gfx::Rect types for occlusion tracker and quad culler classes.danakj@chromium.org2012-10-311-2/+1
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-308-239/+59
* Revert 165050 - Remove WebKit::Platform dependencies from ccsergeyu@chromium.org2012-10-308-59/+239
* Remove WebKit::Platform dependencies from ccjamesr@chromium.org2012-10-308-239/+59
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-303-8/+31
* cc: Remove the remaining uses of WTF::ThreadSafeRefCounted.tfarina@chromium.org2012-10-301-2/+3
* Revert 164723 - Remove root layer specialness in calculateDrawTransformssergeyu@chromium.org2012-10-303-31/+8
* Remove root layer specialness in calculateDrawTransformsshawnsingh@chromium.org2012-10-293-8/+31
* cc: Convert more usages from Vector to std::vector.tfarina@chromium.org2012-10-292-8/+5
* Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from ccjamesr@chromium.org2012-10-292-6/+6
* Aura: Resize locks with --ui-enable-threaded-compositingbacker@chromium.org2012-10-272-0/+6
* cc: Rename TextureUpdate to ResourceUpdate.reveman@google.com2012-10-252-3/+3