summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding hooks for gathering total pixels painted and rasterized stats.hartmanng@chromium.org2012-11-096-19/+43
* cc: Expose clear and swap on Regionenne@chromium.org2012-11-095-16/+59
* cc: Rewrite PageScaleAnimation for new coordinate system.aelias@chromium.org2012-11-095-171/+245
* cc: Rename MockContentLayerClient to FakeContentLayerClient and move to cc/test/danakj@chromium.org2012-11-094-28/+68
* cc: Add some early outs to avoid expensive operationsdanakj@chromium.org2012-11-092-2/+11
* Disable scissor test during texture copiesjamesr@chromium.org2012-11-092-3/+12
* cc: Define Region::Contains() to be A contains B if all points in B are also ...danakj@chromium.org2012-11-093-2/+9
* [cc] Tiles and tile manager for impl side paintingnduca@chromium.org2012-11-086-0/+208
* cc: The SolidColorLayer should report contentsOpaque() true when its color is...danakj@chromium.org2012-11-084-1/+66
* cc: Rename Texture class to Resource.reveman@google.com2012-11-0822-105/+105
* cc: Do not save the rasterScale for layers until they are finished animating ...danakj@chromium.org2012-11-085-38/+89
* Remove DirectRenderer::disableScissorTest, always leave GL_SCISSOR_TEST enabl...jamesr@chromium.org2012-11-086-23/+8
* Remove static thread pointers from CC, attempt 3aelias@chromium.org2012-11-0862-616/+666
* cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Reg...danakj@chromium.org2012-11-0828-501/+928
* cc: Add some impl-side painting stub classes and APIsenne@chromium.org2012-11-089-0/+276
* Don't invert contentsDeviceTransform twice when rendering render passes.skaslev@chromium.org2012-11-083-10/+19
* Add touchEventHandlerRegion to Layer and LayerImplyusufo@chromium.org2012-11-083-0/+23
* cc: Turn overdraw metrics on only when about:tracing is recording.danakj@chromium.org2012-11-074-36/+14
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-0736-475/+475
* Revert 166464 - Turn overdraw metrics on only when about:tracing is recording.scottmg@google.com2012-11-074-14/+36
* Turn overdraw metrics on only when about:tracing is recording.danakj@chromium.org2012-11-074-36/+14
* cc: Fix nine patch layer resource management bugs.aelias@chromium.org2012-11-072-13/+8
* cc: Sort the source file list of unittests.tfarina@chromium.org2012-11-071-11/+11
* cc: Replace the WebCore::UnitBezier class with the SkUnitCubicInterp() method...danakj@chromium.org2012-11-079-33/+125
* LayerImpl::tryScroll must convert its content-space point to layer space befo...danakj@chromium.org2012-11-072-5/+10
* cc: Disable partial resource updates on Android.reveman@chromium.org2012-11-071-0/+4
* cc: Maximize pending updates.reveman@chromium.org2012-11-063-33/+69
* cc: Remove WebThread includes.tfarina@chromium.org2012-11-062-4/+0
* cc: Add impl-side painting command line switch.enne@chromium.org2012-11-062-0/+4
* The FPS counter displays the framerate in the compositor's HUD layer. This ch...egraether@chromium.org2012-11-066-20/+45