| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Replace WebCore::FloatQuad with gfx::QuadF. | danakj@chromium.org | 2012-11-02 | 1 | -15/+16 |
* | cc: Get rid of NotImplemented stub file. | tfarina@chromium.org | 2012-11-02 | 1 | -1/+0 |
* | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -2/+2 |
* | Remove most remaining references to IntRect and FloatRect. | danakj@chromium.org | 2012-11-01 | 1 | -3/+3 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -30/+47 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -47/+30 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -13/+13 |
* | Use gfx:: Geometry types for the resource provider and layer updater classes. | danakj@chromium.org | 2012-10-31 | 1 | -1/+1 |
* | Use gfx::Rect types for occlusion tracker and quad culler classes. | danakj@chromium.org | 2012-10-31 | 1 | -2/+2 |
* | Add Vector2d classes that represent offsets, instead of using Point. | danakj@chromium.org | 2012-10-31 | 1 | -3/+1 |
* | Attach GPU memory management IPCs and structures from the compositor through ... | ccameron@chromium.org | 2012-10-30 | 1 | -6/+42 |
* | Added support for YUV videos to the software compositor. | skaslev@chromium.org | 2012-10-30 | 1 | -1/+0 |
* | Fix texture leak in applyImageFilter(). | senorblanco@chromium.org | 2012-10-29 | 1 | -1/+2 |
* | Remove WTF::currentTime() / WTF::monotonicallyIncreasingTime() uses from cc | jamesr@chromium.org | 2012-10-29 | 1 | -1/+0 |
* | Report memory usage statistics from the renderer. | ccameron@chromium.org | 2012-10-25 | 1 | -0/+5 |
* | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -1/+1 |
* | Make gfx::Rect class operations consistently mutate the class they are called... | danakj@chromium.org | 2012-10-23 | 1 | -3/+3 |
* | cc: Fix video shader after cc renaming | enne@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | Implement SkImageFilter support in the compositor. | senorblanco@chromium.org | 2012-10-23 | 1 | -4/+79 |
* | cc: Remove CC*.h temporary includes, part 5/4. | tfarina@chromium.org | 2012-10-23 | 1 | -1/+1 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -176/+176 |
* | Conditionalize memory allocation limit based on visibility | ccameron@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -4/+4 |
* | cc: Remove CC*.h temporary includes, part 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -3/+3 |
* | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 1 | -1/+1 |
* | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 1 | -34/+33 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -176/+176 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -176/+176 |
* | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -4/+6 |
* | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -6/+4 |
* | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -4/+6 |
* | Move CC switches to cc/switches.h. | aelias@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 1 | -78/+79 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -44/+41 |
* | Remove TraceEvent stub header from cc | jamesr@chromium.org | 2012-10-18 | 1 | -4/+1 |
* | Set memory allocation with visibility, instead of through manager. | ccameron@chromium.org | 2012-10-17 | 1 | -16/+19 |
* | Revert "cc: Switch to Chromium DCHECKs LOGs" | mattm@chromium.org | 2012-10-17 | 1 | -41/+47 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-17 | 1 | -47/+41 |
* | Revert 162284 - cc: Get rid of CC*.h temporary header files. | mattm@chromium.org | 2012-10-17 | 1 | -5/+5 |
* | cc: Get rid of CC*.h temporary header files. | tfarina@chromium.org | 2012-10-16 | 1 | -5/+5 |
* | cc: Remove the temporary header files that aren't prefixed with CC* | tfarina@chromium.org | 2012-10-16 | 1 | -2/+2 |
* | cc: Fix the include paths to skia header files. | tfarina@chromium.org | 2012-10-16 | 1 | -3/+2 |
* | cc: Remove wtf members from gl/software/cc renderer | enne@chromium.org | 2012-10-16 | 1 | -41/+41 |
* | cc: Remove uses of OwnArrayPtr from our library. | tfarina@chromium.org | 2012-10-15 | 1 | -2/+1 |
* | Added support for render surfaces in the software compositor. | skaslev@chromium.org | 2012-10-15 | 1 | -5/+3 |
* | Remove USE(ACCELERATED_COMPOSITING) references from cc | jamesr@chromium.org | 2012-10-15 | 1 | -3/+0 |
* | [cc] Rename all cc/ filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+1530 |