summaryrefslogtreecommitdiffstats
path: root/cc/occlusion_tracker.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-5/+5
* cc: Remove all uses of "using namespace std".tfarina@chromium.org2013-01-031-2/+0
* cc: Make occlusion tracker always work in target space.danakj@chromium.org2012-12-171-240/+265
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-13/+12
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-211-1/+1
* cc: Visualize non-occluding rects in composited layers.danakj@chromium.org2012-11-151-3/+16
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Expose clear and swap on Regionenne@chromium.org2012-11-091-4/+4
* cc: Add some early outs to avoid expensive operationsdanakj@chromium.org2012-11-091-0/+3
* cc: Define Region::Contains() to be A contains B if all points in B are also ...danakj@chromium.org2012-11-091-1/+1
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-081-31/+31
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-031-14/+10
* Fix mac warnings after making cc a componentpiman@chromium.org2012-11-031-2/+2
* Make cc a componentpiman@chromium.org2012-11-021-25/+8
* cc: Replace WebCore::FloatQuad with gfx::QuadF.danakj@chromium.org2012-11-021-7/+9
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-19/+18
* cc: Use gfx:: Geometry types for positions, bounds, and related things.danakj@chromium.org2012-11-011-6/+6
* Use gfx::Rect types for occlusion tracker and quad culler classes.danakj@chromium.org2012-10-311-75/+76
* Fix clipping/culling for DelegatedRendererLayer*piman@chromium.org2012-10-301-14/+18
* cc: Get rid of the remaining wtf Vector includes.tfarina@chromium.org2012-10-261-3/+3
* Implement SkImageFilter support in the compositor.senorblanco@chromium.org2012-10-231-1/+3
* cc: Remove CC*.h temporary includes, part 5/4.tfarina@chromium.org2012-10-231-2/+3
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-63/+63
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-3/+3
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-63/+63
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-63/+63
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-181-12/+12
* Revert "cc: Switch to Chromium DCHECKs LOGs"mattm@chromium.org2012-10-171-12/+12
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-171-12/+12
* Revert 162284 - cc: Get rid of CC*.h temporary header files.mattm@chromium.org2012-10-171-1/+1
* cc: Get rid of CC*.h temporary header files.tfarina@chromium.org2012-10-161-1/+1
* cc: Remove the temporary header files that aren't prefixed with CC*tfarina@chromium.org2012-10-161-1/+1
* Remove USE(ACCELERATED_COMPOSITING) references from ccjamesr@chromium.org2012-10-151-3/+0
* [cc] Rename all cc/ filenames to Chromium styleenne@chromium.org2012-10-121-0/+482