| Commit message (Expand) | Author | Age | Files | Lines |
| * | Part 6 of cc/ directory shuffles: quads | jamesr@chromium.org | 2013-03-18 | 1 | -681/+0 |
| * | Part 1 of cc/ directory shuffles: base | jamesr@chromium.org | 2013-03-18 | 1 | -1/+1 |
| * | cc: Chromify the VideoLayerImpl classes. | danakj@chromium.org | 2013-03-15 | 1 | -18/+18 |
| * | cc: Moving anti-aliasing decision to parent compositor. | ernstm@chromium.org | 2013-03-04 | 1 | -21/+9 |
| * | cc: Make a general iterator for DrawQuad resources. | danakj@chromium.org | 2013-03-01 | 1 | -0/+153 |
| * | cc: Stop using drawableContentRect for occlusion. | danakj@chromium.org | 2013-01-22 | 1 | -7/+4 |
| * | Putting back: Add point-based UV coordinate on TextureLayer | jscholler@chromium.org | 2013-01-18 | 1 | -5/+76 |
| * | Revert 177288 | ilevy@chromium.org | 2013-01-17 | 1 | -76/+5 |
| * | cc: Add point-based UV coordinate on TextureLayer | jscholler@chromium.org | 2013-01-17 | 1 | -5/+76 |
| * | Migrate more functions from MathUtil to gfx::Transform | shawnsingh@chromium.org | 2013-01-15 | 1 | -3/+3 |
| * | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2013-01-08 | 1 | -1/+1 |
| * | Move filters to RenderPassDrawQuad | piman@chromium.org | 2012-12-21 | 1 | -2/+29 |
| * | Adding support for per vertex opacity on textured layer | jscholler@chromium.org | 2012-12-15 | 1 | -2/+5 |
| * | Combine mask texture parameters into single gfx::RectF | jamesr@chromium.org | 2012-12-13 | 1 | -26/+17 |
| * | Animation code is not yet migrated by this patch, due to WebTransformOperations. | shawnsingh@chromium.org | 2012-11-27 | 1 | -6/+5 |
| * | cc: Minimize the number of times GL scissoring state is changed | shawnsingh@chromium.org | 2012-11-21 | 1 | -2/+8 |
| * | cc: Turn SharedQuadState into a struct-like class similar to DrawQuads. | danakj@chromium.org | 2012-11-21 | 1 | -13/+9 |
| * | cc: Make the DrawQuad subclasses into a struct-like classes. | danakj@chromium.org | 2012-11-20 | 1 | -125/+276 |
| * | cc: Make UV coords in TileDrawQuad a full RectF | enne@chromium.org | 2012-11-20 | 1 | -3/+3 |
| * | cc: Turn DrawQuad into a struct-like class with public data members. | danakj@chromium.org | 2012-11-17 | 1 | -13/+13 |
| * | cc: Convert DrawQuad to chromium style. | danakj@chromium.org | 2012-11-17 | 1 | -19/+13 |
| * | cc: Remove opaque flags from SharedQuadState and DrawQuad | danakj@chromium.org | 2012-11-17 | 1 | -9/+14 |
| * | Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | shawnsingh@chromium.org | 2012-11-13 | 1 | -1/+1 |
| * | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -8/+1 |
| * | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-12 | 1 | -1/+1 |
| * | cc: Remove forbidden using namespace directives. | tfarina@chromium.org | 2012-11-10 | 1 | -3/+3 |
| * | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -2/+0 |
| * | Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si... | danakj@chromium.org | 2012-11-10 | 1 | -1/+1 |
| * | ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always. | danakj@chromium.org | 2012-11-10 | 1 | -1/+1 |
| * | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 1 | -7/+3 |
| * | cc: Fix style for comments at the end of namespaces | danakj@chromium.org | 2012-11-05 | 1 | -1/+1 |
| * | Remove most remaining webcore points and sizes. | danakj@chromium.org | 2012-11-02 | 1 | -6/+6 |
| * | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -1/+1 |
| * | Fix DrawQuad copy | piman@chromium.org | 2012-10-31 | 1 | -1/+0 |
| * | cc: Remove CC*.h temporary includes, part 6/4. | tfarina@chromium.org | 2012-10-24 | 1 | -3/+3 |
| * | 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 | -35/+35 |
| * | cc: Remove CC*.h temporary includes, part 4/4. | tfarina@chromium.org | 2012-10-22 | 1 | -1/+1 |
| * | cc: Remove CC*.h temporary includes, part 2/4. | tfarina@chromium.org | 2012-10-20 | 1 | -2/+2 |
| * | cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes. | danakj@chromium.org | 2012-10-20 | 1 | -13/+13 |
| * | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -35/+35 |
| * | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -35/+35 |
| * | Reland "cc: Remove CC*.h temporary includes, part 1/4." | tfarina@chromium.org | 2012-10-19 | 1 | -3/+3 |
| * | Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4." | pfeldman@chromium.org | 2012-10-19 | 1 | -3/+3 |
| * | cc: Remove CC*.h temporary includes, part 1/4. | tfarina@chromium.org | 2012-10-19 | 1 | -3/+3 |
| * | Remove GraphicsContext3D:: stubs from cc | jamesr@chromium.org | 2012-10-18 | 1 | -1/+1 |
| * | Revert 162284 - cc: Get rid of CC*.h temporary header files. | mattm@chromium.org | 2012-10-17 | 1 | -2/+2 |
| * | cc: Get rid of CC*.h temporary header files. | tfarina@chromium.org | 2012-10-16 | 1 | -2/+2 |
| * | cc: Get rid of temporary (stub) header files under test/ directory. | tfarina@chromium.org | 2012-10-16 | 1 | -1/+1 |
| * | [cc] Change cc_tests.gyp filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+314 |