summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Add force anti-aliasing off option to SolidColorDrawQuadwonsik@chromium.org2013-05-0216-65/+142
* Add unittest for root layer scroll offset delegation.mkosiba@chromium.org2013-05-021-0/+66
* cc: Move analyze tasks to worker thread.reveman@chromium.org2013-05-024-77/+117
* cc: Add a test image for force anti-aliasing off featureenne@chromium.org2013-05-021-0/+0
* Disables impl-side painting on TV devicejinsukkim@chromium.org2013-05-021-1/+6
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-024-8/+8
* cc: Fix most cpplint errors in cc/enne@chromium.org2013-05-0121-50/+56
* Tweaks to top controls behavior for fullscreen API support.tedchoc@chromium.org2013-05-012-1/+3
* cc: Reduce special casing of transparent tiles.reveman@chromium.org2013-05-018-71/+40
* cc: Remove unused is_live flag from TilePriorityenne@chromium.org2013-05-016-96/+37
* cc: Set tile manager memory policy in initializeRenderer.aelias@chromium.org2013-05-014-17/+28
* Merge cc initialization pathsboliu@chromium.org2013-05-0123-480/+729
* cc: Make async readback path use async glReadPixels.danakj@chromium.org2013-05-0115-83/+446
* CC: Call Shutdown outside of destructor.epenner@chromium.org2013-04-302-3/+1
* cc: Make tile-creation lazydanakj@chromium.org2013-04-3013-303/+309
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-3013-49/+176
* Remove bool return for Renderer SwapBuffersjbauman@chromium.org2013-04-308-15/+10
* cc: Add pixel tests for PictureDrawQuadenne@chromium.org2013-04-306-34/+281
* cc: Clip layers by clip_rect when marking occlusion behind them.danakj@chromium.org2013-04-302-4/+88
* cc: TileManager AssignGpuMemory cleanupvmpstr@chromium.org2013-04-305-68/+113
* Revert 197178 "Make it possible to delegate root layer scroll of..."hshi@chromium.org2013-04-3013-175/+48
* Make it possible to delegate root layer scroll offset outside of cc.mkosiba@chromium.org2013-04-2913-48/+175
* cc: Add test images for picture draw quad testsenne@chromium.org2013-04-292-0/+0
* Explicitly mark UpdateTopControlsState for multi-threaded.sheu@chromium.org2013-04-291-0/+1
* Add a command line flag for dumping trace events to VLOGvollick@chromium.org2013-04-294-2/+39
* Add fling velocity updates from gesture curves.jdduke@chromium.org2013-04-293-0/+10
* cc: Add software renderer pixel testsenne@chromium.org2013-04-296-116/+220
* Flip the cc::InputHandler and cc::InputHandlerClient names, they are backwardsjamesr@chromium.org2013-04-2916-183/+184
* Revert 197024 "Add a command line flag for dumping trace events ..."vollick@chromium.org2013-04-294-39/+2
* Add a command line flag for dumping trace events to VLOGvollick@chromium.org2013-04-294-2/+39
* Remove extra FIXME containing identity scale matrix fromwjmaclean@chromium.org2013-04-291-5/+0
* cc: Remove cheapness estimator usage from tile manager.reveman@chromium.org2013-04-2818-355/+57
* cc: Use base::MessageLoop.xhwang@chromium.org2013-04-273-6/+5
* Avoid dereferencing input handler on main threadjamesr@chromium.org2013-04-273-0/+80
* Add signalSyncPoint to the WebGraphicsContext3D command buffer impls.danakj@chromium.org2013-04-274-0/+142
* Moved default resource choice logic in ResourceProvider.skaslev@chromium.org2013-04-272-6/+8
* cc: Don't invalidate for lcd text on platforms without lcd textenne@chromium.org2013-04-271-1/+1
* Add page scale animation easing.jdduke@chromium.org2013-04-263-13/+33
* cc: Prevent any occlusion on layers being copied for a readback.danakj@chromium.org2013-04-266-100/+309
* Remove boundsContainPageScale from layer typeswjmaclean@chromium.org2013-04-2623-281/+227
* Revert 196708 "Merge cc initialization paths"nick@chromium.org2013-04-2623-729/+480
* Improved measurement of rasterize time and pixels rasterized.ernstm@chromium.org2013-04-2615-58/+129
* cc: Async readback.danakj@chromium.org2013-04-2622-77/+436
* cc: Sort the files in cc.gypdanakj@chromium.org2013-04-261-238/+238
* Revert 196713 "cc: Async readback."danakj@chromium.org2013-04-2622-431/+72
* cc: Async readback.danakj@chromium.org2013-04-2622-72/+431
* Merge cc initialization pathsboliu@chromium.org2013-04-2623-480/+729
* cc: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-266-9/+9
* Revert 196592 "cc: Async readback."kinuko@chromium.org2013-04-2622-431/+72
* Add OutputSurfaceClient::SetNeedsRedrawRectboliu@chromium.org2013-04-269-13/+29