summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add Shawn and Alex as cc/OWNERSjamesr@chromium.org2012-11-171-2/+2
* cc: Convert DrawQuad to chromium style.danakj@chromium.org2012-11-1724-246/+239
* cc: Add ThrottledVSyncInterval counter.reveman@chromium.org2012-11-172-1/+2
* cc: Remove opaque flags from SharedQuadState and DrawQuaddanakj@chromium.org2012-11-1734-102/+116
* cc: Switch time_source.h and timing_function* to Chrome coding style.tfarina@chromium.org2012-11-165-95/+94
* cc: Switch the DrawQuad enum names to chromium style and remove pragmasdanakj@chromium.org2012-11-1625-128/+88
* Add API for hit testing layer_impl touchEventHandlerRegions from the hostyusufo@chromium.org2012-11-166-1/+482
* First draft of TileManager's tile prioritzation systemnduca@chromium.org2012-11-167-162/+302
* cc: Move the HUD debug colors into the cc::DebugColors classdanakj@chromium.org2012-11-163-22/+95
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-1612-107/+98
* Handle NinePatchLayer Resource Rebuilding.dtrainor@chromium.org2012-11-163-8/+31
* cc: Create cc::DebugColors class to hold all the debugging color/width consta...danakj@chromium.org2012-11-167-66/+145
* Set contents texture manager's limit to something reasonablejamesr@chromium.org2012-11-156-9/+11
* cc: Add PictureLayerTiling for impl-side paintingenne@chromium.org2012-11-157-3/+387
* Avoid using WebTransformationMatrix::translateRight*vollick@chromium.org2012-11-151-2/+2
* Always use border texels on layer tiles. We already did that on certain platf...alokp@chromium.org2012-11-153-17/+1
* Added some instrumentation to the software compositor.skaslev@chromium.org2012-11-152-0/+8
* cc: Visualize non-occluding rects in composited layers.danakj@chromium.org2012-11-1511-9/+53
* cc: Add support for debugging layer borders directly in the compositordanakj@chromium.org2012-11-1511-70/+58
* cc: Fix comment about screenspace transform.danakj@chromium.org2012-11-151-1/+1
* cc: Clamp the fixed thumb size to be at least zero.danakj@chromium.org2012-11-141-1/+3
* improving UI of FPS counteregraether@chromium.org2012-11-145-50/+95
* cc: Layer that have empty bounds should still have their contentsScale applie...danakj@chromium.org2012-11-142-21/+36
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-1421-264/+63
* Added support for CSS filters to the software compositor.skaslev@chromium.org2012-11-141-0/+9
* cc: Return whether any layer was scrolled from InputHandlerClient::scrollBy.sadrul@chromium.org2012-11-144-6/+40
* cc: remove jank instead of checkerboard settingenne@chromium.org2012-11-145-16/+2
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-141-27/+18
* cc: Clean up PageScaleAnimation for readability.aelias@chromium.org2012-11-144-53/+49
* Use message passing for BeginFrameAndCommitState and clean up forced commit l...jamesr@chromium.org2012-11-148-87/+216
* Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...shawnsingh@chromium.org2012-11-131-1/+1
* cc: Add command line flags for the various show rect debugging features.danakj@chromium.org2012-11-133-0/+32
* Avoid redundantly setting tex parametersjamesr@chromium.org2012-11-1311-47/+48
* Remove crash instrumentation, since we haven't seen a crash inccameron@chromium.org2012-11-135-61/+1
* [cc] Fix crash when adding a child layer to its own parent.tedchoc@chromium.org2012-11-132-1/+19
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-121-1/+1