summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: Cache highp_threshold in TexCoordPrecisionRequiredbrianderson@chromium.org2013-05-077-38/+60
* Add cc option to non-lazily disable vsync notificationboliu@chromium.org2013-05-067-12/+65
* cc: Clean up UpdateLayerContentsScale code.danakj@chromium.org2013-05-042-29/+30
* cc: Move canvas clear from picture to picture_pile_implvmpstr@chromium.org2013-05-042-29/+9
* cc: Fix pixel buffer handling in lost context situations.reveman@chromium.org2013-05-044-5/+45
* cc: Fix impl-side painting flashing due to missing tilesenne@chromium.org2013-05-034-2/+28
* telemetry: Added solid prediction trackingvmpstr@chromium.org2013-05-036-2/+34
* cc: Add resource size sanity check to ResourceProvider.reveman@chromium.org2013-05-032-1/+3
* cc: Remove TileManager::GatherPixelRefsForTile.reveman@chromium.org2013-05-0310-163/+162
* cc: Remove and rename PictureLayerTiling clone methods.danakj@chromium.org2013-05-036-53/+44
* cc: Add unit tests for recreating tiles after LCD text changes.danakj@chromium.org2013-05-038-20/+222
* cc: Simplify the logic for deciding to update tile priorities.danakj@chromium.org2013-05-0215-164/+167
* 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