summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* ui: Add SkIRectToRect() function to convert from SkIRect type to gfx::Rect.tfarina@chromium.org2012-11-122-20/+14
* cc: Guard overdraw metrics behind the --trace-overdraw command-line flag.danakj@chromium.org2012-11-128-17/+54
* cc: Fix header include guards.tfarina@chromium.org2012-11-119-29/+35
* cc: Remove the remaining using-directives of namespace cc.tfarina@chromium.org2012-11-103-3/+24
* Introduce Tile Versionsnduca@chromium.org2012-11-105-28/+197
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-105-16/+12
* cc: Remove forbidden using namespace directives.tfarina@chromium.org2012-11-1047-109/+139
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-10172-392/+25
* Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...danakj@chromium.org2012-11-101-1/+1
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-101-1/+1
* Delete ThreadChecker from FontAtlas.aelias@chromium.org2012-11-102-10/+0
* cc: Prevent small scale factors (below 1) from being used or saved as the lay...danakj@chromium.org2012-11-102-1/+60
* Avoid setting activeTexture redundantlyjamesr@chromium.org2012-11-106-10/+121
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-105-60/+12
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-104-30/+19
* cc: Make Picture/PicturePile handle recording/rasterenne@chromium.org2012-11-098-28/+230
* Uber Comp: never change mailbox name associated with a texture object.apatrick@chromium.org2012-11-095-46/+35
* ui: Add non-member Vector2dScale() and Vector3dScale() methods to create scal...danakj@chromium.org2012-11-093-23/+5
* Plumb through cropped output size for VideoFramesheu@chromium.org2012-11-0910-97/+143
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-092-9/+9
* Extra logging for NinePatch layers in layerTreeAsText()jamesr@chromium.org2012-11-094-15/+14
* If a layer contains a filter, flush the compositor context before the filtersenorblanco@chromium.org2012-11-091-0/+5