summaryrefslogtreecommitdiffstats
path: root/cc/direct_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()shawnsingh@google.com2013-01-071-3/+6
* Move filters to RenderPassDrawQuadpiman@chromium.org2012-12-211-4/+2
* [Android WebView] Tie together Chrome's browser compositor with the Android V...leandrogracia@chromium.org2012-12-151-1/+2
* Remove the pools from the ResourceProvider.ccameron@chromium.org2012-12-141-1/+1
* Allow using a larger-than-necessary texture as cached render pass backingjamesr@chromium.org2012-12-141-2/+12
* cc: Give ownership of render passes to the renderer when drawing a frame.danakj@chromium.org2012-12-041-1/+4
* cc: Add historgram for the number of render passes in an ubercomp delegated f...danakj@chromium.org2012-12-041-0/+3
* Texture Draw Calls Coalescingwhunt@chromium.org2012-11-301-0/+5
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-271-20/+18
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-211-10/+55
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-211-17/+17
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-161-2/+2
* Added some instrumentation to the software compositor.skaslev@chromium.org2012-11-151-0/+3
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Rename Texture class to Resource.reveman@google.com2012-11-081-6/+6
* Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl...jamesr@chromium.org2012-11-081-2/+2
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* Remove most remaining references to IntRect and FloatRect.danakj@chromium.org2012-11-011-6/+6
* Add non-member non-mutating methods for common gfx::Rect operations.danakj@chromium.org2012-10-291-2/+1
* cc: Remove CC*.h temporary includes, part 6/4.tfarina@chromium.org2012-10-241-2/+3
* Make gfx::Rect class operations consistently mutate the class they are called...danakj@chromium.org2012-10-231-3/+4
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-221-27/+27
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-1/+1
* cc: Use ui/gfx geometry types for the CCRenderPass and CCDrawQuad classes.danakj@chromium.org2012-10-201-16/+17
* Revert "cc: Rename cc classes and members to match filenames"enne@chromium.org2012-10-191-27/+27
* cc: Rename cc classes and members to match filenamesenne@chromium.org2012-10-191-27/+27
* Remove GraphicsContext3D:: stubs from ccjamesr@chromium.org2012-10-181-3/+3
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-181-3/+3
* Revert "cc: Switch to Chromium DCHECKs LOGs"mattm@chromium.org2012-10-171-3/+3
* cc: Switch to Chromium DCHECKs LOGsdanakj@chromium.org2012-10-171-3/+3
* Revert 162284 - cc: Get rid of CC*.h temporary header files.mattm@chromium.org2012-10-171-1/+1
* cc: Get rid of CC*.h temporary header files.tfarina@chromium.org2012-10-161-1/+1
* [cc] Rename all cc/ filenames to Chromium styleenne@chromium.org2012-10-121-0/+237