| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Throttle tile priority updates to once a frame. | danakj@chromium.org | 2013-01-27 | 1 | -1/+1 |
* | cc: Stop using drawableContentRect for occlusion. | danakj@chromium.org | 2013-01-22 | 1 | -189/+93 |
* | cc: Clip quads to their target surface's texture in occlusion tracker | danakj@chromium.org | 2013-01-22 | 1 | -128/+50 |
* | cc: Fix clipped render surface caching. | danakj@chromium.org | 2013-01-18 | 1 | -0/+107 |
* | Migrate more functions from MathUtil to gfx::Transform | shawnsingh@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | Clean up cc and webkit/compositor_bindings include path shenanigans | jamesr@chromium.org | 2012-12-18 | 1 | -3/+2 |
* | cc: Make occlusion tracker always work in target space. | danakj@chromium.org | 2012-12-17 | 1 | -167/+190 |
* | cc: Unify namespaces for all test files | enne@chromium.org | 2012-12-16 | 1 | -23/+20 |
* | Mark layers that can use LCD text based on layer transform and opacity. | alokp@chromium.org | 2012-12-13 | 1 | -2/+2 |
* | [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI | nduca@chromium.org | 2012-12-11 | 1 | -5/+5 |
* | cc: Pass LayerTreeHostImpl to LayerImpl constructor | enne@chromium.org | 2012-12-07 | 1 | -13/+35 |
* | Preparing cc for the removal of scoped_refptr::release() | piman@chromium.org | 2012-12-07 | 1 | -2/+6 |
* | Move LayerSorter to exist locally only in layer_tree_host_common | shawnsingh@google.com | 2012-12-07 | 1 | -2/+1 |
* | Organize internal properties of cc/ layer types | shawnsingh@google.com | 2012-12-05 | 1 | -2/+2 |
* | Move temporary MathUtil wrappers to permanent home in gfx::Transform | shawnsingh@google.com | 2012-11-28 | 1 | -2/+2 |
* | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -104/+105 |
* | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 1 | -2/+3 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
* | ui: Prefer +/- operators to apply offsets. | danakj@chromium.org | 2012-11-10 | 1 | -8/+8 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -2/+0 |
* | cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg... | danakj@chromium.org | 2012-11-08 | 1 | -250/+158 |
* | cc: Fix style for comments at the end of namespaces | danakj@chromium.org | 2012-11-05 | 1 | -1/+1 |
* | A speculative Revert for r165872 - Remove static thread pointers from CC, att... | hbono@chromium.org | 2012-11-05 | 1 | -0/+2 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -2/+0 |
* | cc: Remove WebCore rect use from the compositor, except within Region. | danakj@chromium.org | 2012-11-03 | 1 | -134/+136 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -209/+209 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -0/+2 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -2/+0 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -198/+198 |
* | Use gfx::Rect types for occlusion tracker and quad culler classes. | danakj@chromium.org | 2012-10-31 | 1 | -661/+653 |
* | Fix clipping/culling for DelegatedRendererLayer* | piman@chromium.org | 2012-10-30 | 1 | -379/+474 |
* | cc: Apply the layer's initial CSS scale to the contentsScale to render text a... | danakj@chromium.org | 2012-10-24 | 1 | -12/+6 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -3/+3 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -258/+258 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -3/+3 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -255/+255 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -255/+255 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | cc: Make opaqueLayers a member instead of a template parameter in CCOcclusion... | thakis@chromium.org | 2012-10-18 | 1 | -108/+158 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -5/+5 |
* | Revert "cc: Switch to Chromium DCHECKs LOGs" | mattm@chromium.org | 2012-10-17 | 1 | -5/+5 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-17 | 1 | -5/+5 |
* | Revert 162284 - cc: Get rid of CC*.h temporary header files. | mattm@chromium.org | 2012-10-17 | 1 | -1/+1 |
* | cc: Get rid of CC*.h temporary header files. | tfarina@chromium.org | 2012-10-16 | 1 | -1/+1 |
* | cc: Remove the temporary header files that aren't prefixed with CC* | tfarina@chromium.org | 2012-10-16 | 1 | -1/+1 |
* | cc: Get rid of temporary (stub) header files under test/ directory. | tfarina@chromium.org | 2012-10-16 | 1 | -3/+3 |
* | [cc] Change cc_tests.gyp filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+3043 |