| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Make UV coords in TileDrawQuad a full RectF | enne@chromium.org | 2012-11-20 | 1 | -3/+1 |
* | cc: Turn DrawQuad into a struct-like class with public data members. | danakj@chromium.org | 2012-11-17 | 1 | -3/+3 |
* | cc: Convert DrawQuad to chromium style. | danakj@chromium.org | 2012-11-17 | 1 | -3/+4 |
* | cc: Switch the DrawQuad enum names to chromium style and remove pragmas | danakj@chromium.org | 2012-11-16 | 1 | -5/+5 |
* | Added some instrumentation to the software compositor. | skaslev@chromium.org | 2012-11-15 | 1 | -0/+5 |
* | Added support for CSS filters to the software compositor. | skaslev@chromium.org | 2012-11-14 | 1 | -0/+9 |
* | ui: Remove implicit flooring in skia rect conversion methods. | danakj@chromium.org | 2012-11-14 | 1 | -27/+18 |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -2/+1 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -3/+1 |
* | cc: Rename Texture class to Resource. | reveman@google.com | 2012-11-08 | 1 | -2/+2 |
* | Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl... | jamesr@chromium.org | 2012-11-08 | 1 | -7/+1 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -1/+1 |
* | Don't invert contentsDeviceTransform twice when rendering render passes. | skaslev@chromium.org | 2012-11-08 | 1 | -1/+0 |
* | Fixed tile filtering for the software compositor. | skaslev@chromium.org | 2012-11-06 | 1 | -4/+13 |
* | 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 | -1/+1 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -1/+1 |
* | Revert 165476 - Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | Remove static thread pointers from CC | jamesr@chromium.org | 2012-11-01 | 1 | -1/+1 |
* | cc: Use gfx:: Geometry types for positions, bounds, and related things. | danakj@chromium.org | 2012-11-01 | 1 | -3/+3 |
* | Fixed mask positioning and texture UVs bugs in | skaslev@chromium.org | 2012-10-30 | 1 | -22/+28 |
* | Added support for YUV videos to the software compositor. | skaslev@chromium.org | 2012-10-30 | 1 | -3/+4 |
* | Add non-member non-mutating methods for common gfx::Rect operations. | danakj@chromium.org | 2012-10-29 | 1 | -2/+1 |
* | 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 | -1/+2 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-22 | 1 | -47/+47 |
* | 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 3/4. | tfarina@chromium.org | 2012-10-21 | 1 | -1/+1 |
* | 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 | -10/+10 |
* | Revert "cc: Rename cc classes and members to match filenames" | enne@chromium.org | 2012-10-19 | 1 | -47/+47 |
* | cc: Rename cc classes and members to match filenames | enne@chromium.org | 2012-10-19 | 1 | -47/+47 |
* | 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 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-18 | 1 | -2/+2 |
* | Revert "cc: Switch to Chromium DCHECKs LOGs" | mattm@chromium.org | 2012-10-17 | 1 | -2/+2 |
* | cc: Switch to Chromium DCHECKs LOGs | danakj@chromium.org | 2012-10-17 | 1 | -2/+2 |
* | 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: Remove wtf members from gl/software/cc renderer | enne@chromium.org | 2012-10-16 | 1 | -7/+7 |
* | Use antialiasing and bitmap filtering when needed in software compositor. | skaslev@chromium.org | 2012-10-16 | 1 | -0/+13 |
* | Added support for render surfaces in the software compositor. | skaslev@chromium.org | 2012-10-15 | 1 | -12/+77 |
* | [cc] Rename all cc/ filenames to Chromium style | enne@chromium.org | 2012-10-12 | 1 | -0/+279 |