summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add debug borders / checkerboards for impl-side paintingenne@chromium.org2012-11-294-7/+51
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-2913-66/+120
* cc: Only record to a SkPicture once.reveman@chromium.org2012-11-293-4/+12
* Fix float constants for layer_tree_host_perftest.ccdanakj@chromium.org2012-11-291-12/+12
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-287-126/+244
* cc: Add a test to verify DelegatedRendererLayer owns a RenderSurface when nee...danakj@chromium.org2012-11-281-0/+28
* cc: Add a unit test for easily profiling drawing behaviour with a complex dra...danakj@chromium.org2012-11-282-8/+231
* Fix tautological compares in font_atlas.cc.hans@chromium.org2012-11-281-2/+6
* cc: Make sure we pass a valid picture pile pointer to RasterizeTile.reveman@google.com2012-11-281-1/+7
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-285-0/+11
* Clamp ScrollbarLayer's texture size to GL_MAX_TEXTURE_SIZE.aelias@chromium.org2012-11-286-1/+99
* cc: Fix iterator crash in PictureLayerImpl::appendQuads.reveman@google.com2012-11-281-1/+1
* cc: Add a didUpdateTransforms function to LayerImplenne@chromium.org2012-11-284-13/+27
* [cc] Add TileManager to LayerTreeHostImplnduca@chromium.org2012-11-2811-10/+76
* [cc] ALLOW_ANYTHING should map EVENTUALLY_BIN to EVENTUALLYnduca@chromium.org2012-11-281-1/+1
* Add asserts that should help in diagnosing the crashes being observed.ccameron@chromium.org2012-11-285-18/+38
* [cc] Give newly created tiles default prioritynduca@chromium.org2012-11-281-0/+6
* cc: Reset manage_tiles_pending_ in ManageTiles and avoid rasterizing tiles in...reveman@google.com2012-11-281-0/+7
* cc: Clean up invalidation behavior in PicturePile / PictureLayerenne@chromium.org2012-11-285-53/+40
* cc: Impl-side painting fixes needed to draw correctly.reveman@google.com2012-11-273-1/+3
* [cc] Rename to --enable-impl-side-painting, route to render process, and expo...nduca@chromium.org2012-11-274-4/+6
* Benchmark for measuring the number of layers in a page.hartmanng@chromium.org2012-11-274-2/+10
* cc: Implement impl-side rasterization.reveman@google.com2012-11-278-38/+276
* Animation code is not yet migrated by this patch, due to WebTransformOperations.shawnsingh@chromium.org2012-11-2774-1521/+1493
* gfx::Transform API clean-upvollick@chromium.org2012-11-263-59/+67
* cc: Add CHROMIUM_pixel_transfer_buffer_object support.reveman@chromium.org2012-11-242-0/+187
* cc: Create param traits for cc::RenderPass and its contained classes.danakj@chromium.org2012-11-221-1/+1
* implTransform needs to scale scroll delta with deviceScaleFactor.wjmaclean@chromium.org2012-11-226-26/+345
* ui/compositor: use cc/ directly instead of webkitpiman@chromium.org2012-11-215-8/+18
* Squeeze ninepatch when layer is smaller than bitmap.aelias@chromium.org2012-11-212-8/+85
* cc: Minimize the number of times GL scissoring state is changedshawnsingh@chromium.org2012-11-2126-32/+321
* Return value from scrollLayerWithViewportSpaceDelta should include panning of...wjmaclean@chromium.org2012-11-212-2/+76
* cc: Add PictureLayerTilingSet to manage PictureLayerTilingenne@chromium.org2012-11-2121-112/+709
* fdanakj@chromium.org2012-11-211-0/+1
* cc: Increment the ref count when assigning the SkImageFilterdanakj@chromium.org2012-11-211-1/+1
* cc: Make RenderPass into a struct-like class.danakj@chromium.org2012-11-2121-554/+679
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* cc: Don't return non-const Layer* from a const Layer.danakj@chromium.org2012-11-217-23/+38
* YUV software decode path stride fixes.sheu@chromium.org2012-11-213-29/+175
* cc: Turn SharedQuadState into a struct-like class similar to DrawQuads.danakj@chromium.org2012-11-2119-75/+88
* cc: Increase 'small animated layer' size.epenner@chromium.org2012-11-203-22/+26
* cc: Make the DrawQuad subclasses into a struct-like classes.danakj@chromium.org2012-11-2045-646/+1220
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-208-40/+8
* Explicitly unlink any textures that exceed the texture budget.ccameron@chromium.org2012-11-202-14/+44
* cc: Make UV coords in TileDrawQuad a full RectFenne@chromium.org2012-11-2011-37/+57
* Fixes for nonmodal pinch zoom.aelias@chromium.org2012-11-202-5/+23
* cc: Enable all animations on Android.epenner@chromium.org2012-11-202-0/+13
* Implement unit tests and temporary MathUtil wrappers for transform functionalityshawnsingh@chromium.org2012-11-193-0/+1097
* Relax assertions around context loss and program initialization. Higher level...kbr@chromium.org2012-11-173-23/+26
* cc: Turn DrawQuad into a struct-like class with public data members.danakj@chromium.org2012-11-1726-209/+208