summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: fixes copyright for cc/nine_patch_layer_unittest.cc.bulach@chromium.org2012-11-061-1/+1
* Fixed tile filtering for the software compositor.skaslev@chromium.org2012-11-061-4/+13
* cc: Nine patch layer.aelias@chromium.org2012-11-0611-65/+672
* this change improves the following points of the FPS counter:egraether@chromium.org2012-11-057-90/+152
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-0549-769/+585
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-05112-108/+123
* Revert "cc: Remove all remaining use of WebCore Rect/Point/Size types from th...phajdan.jr@chromium.org2012-11-0548-585/+761
* cc: Remove all remaining use of WebCore Rect/Point/Size types from the compos...danakj@chromium.org2012-11-0548-761/+585
* A speculative Revert for r165872 - Remove static thread pointers from CC, att...hbono@chromium.org2012-11-0560-734/+692
* cc: Fix header include guards of our header files.tfarina@chromium.org2012-11-05129-420/+380
* cc: Get rid of FloatToSkScalar() function.tfarina@chromium.org2012-11-054-40/+3
* Remove static thread pointers from CC, attempt 2aelias@chromium.org2012-11-0460-692/+734
* Add more cc ownersjamesr@chromium.org2012-11-031-0/+34
* cc: Remove FloatQuad.h stub header file.tfarina@chromium.org2012-11-031-6/+0
* cc: Move textureUploadFlushPeriod to TextureUploader.reveman@chromium.org2012-11-036-32/+53
* cc: Get rid of threaded_test.h.tfarina@chromium.org2012-11-032-4/+0
* Separate TransferableResource into own headerpiman@chromium.org2012-11-037-62/+116
* cc: Remove WebCore rect use from the compositor, except within Region.danakj@chromium.org2012-11-0316-377/+248
* Fix mac warnings after making cc a componentpiman@chromium.org2012-11-032-2/+6
* cc: Remove other entries from DEPS list.tfarina@chromium.org2012-11-032-7/+0
* cc: Remove some entries from DEPS list.tfarina@chromium.org2012-11-021-7/+0
* Make cc a componentpiman@chromium.org2012-11-0298-192/+311
* cc: Replace WebCore::FloatQuad with gfx::QuadF.danakj@chromium.org2012-11-0221-181/+102
* Create cc::TilingData based on WebCore::TilingData.danakj@chromium.org2012-11-027-50/+265
* cc: Get rid of NotImplemented stub file.tfarina@chromium.org2012-11-024-19/+0
* cc: Sort the source_file list alphabetical.tfarina@chromium.org2012-11-021-77/+76
* cc: Update README file.tfarina@chromium.org2012-11-021-12/+1
* cc: Avoid using upload term in relation to resources.reveman@chromium.org2012-11-029-23/+23