| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Make UV coords in TileDrawQuad a full RectF | enne@chromium.org | 2012-11-20 | 1 | -14/+34 |
* | Relax assertions around context loss and program initialization. Higher level... | kbr@chromium.org | 2012-11-17 | 1 | -10/+12 |
* | cc: Turn DrawQuad into a struct-like class with public data members. | danakj@chromium.org | 2012-11-17 | 1 | -24/+24 |
* | cc: Convert DrawQuad to chromium style. | danakj@chromium.org | 2012-11-17 | 1 | -24/+26 |
* | cc: Switch the DrawQuad enum names to chromium style and remove pragmas | danakj@chromium.org | 2012-11-16 | 1 | -10/+10 |
* | Switched cc::Resource and cc::ScopedResource to Chrome coding style. | skaslev@chromium.org | 2012-11-16 | 1 | -2/+2 |
* | cc: Remove cc::settings, move them to LayerTreeSettings. | danakj@chromium.org | 2012-11-14 | 1 | -4/+2 |
* | Avoid redundantly setting tex parameters | jamesr@chromium.org | 2012-11-13 | 1 | -13/+0 |
* | Remove WTF and WebCore from cc/ and webkit/compositor_bindings/ | piman@chromium.org | 2012-11-10 | 1 | -3/+2 |
* | Avoid setting activeTexture redundantly | jamesr@chromium.org | 2012-11-10 | 1 | -6/+1 |
* | Plumb through cropped output size for VideoFrame | sheu@chromium.org | 2012-11-09 | 1 | -6/+1 |
* | If a layer contains a filter, flush the compositor context before the filter | senorblanco@chromium.org | 2012-11-09 | 1 | -0/+5 |
* | cc: Rename Texture class to Resource. | reveman@google.com | 2012-11-08 | 1 | -17/+17 |
* | Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl... | jamesr@chromium.org | 2012-11-08 | 1 | -8/+2 |
* | Remove static thread pointers from CC, attempt 3 | aelias@chromium.org | 2012-11-08 | 1 | -47/+30 |
* | Don't invert contentsDeviceTransform twice when rendering render passes. | skaslev@chromium.org | 2012-11-08 | 1 | -8/+15 |
* | 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 | -30/+47 |
* | Remove static thread pointers from CC, attempt 2 | aelias@chromium.org | 2012-11-04 | 1 | -47/+30 |
* | cc: Remove WebCore rect use from the compositor, except within Region. | danakj@chromium.org | 2012-11-03 | 1 | -2/+1 |
* | 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 |