summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Add UMA stats to track LCD text AA effort.hartmanng@chromium.org2013-05-248-1/+96
* Use the new function signature for EncodeBitmap.scroggo@google.com2013-05-241-5/+7
* base: Cleanup setting thread priorities (no functional changes).epenner@chromium.org2013-05-241-8/+3
* cc: Fix uninitialized field in TextureMailboxpiman@chromium.org2013-05-241-1/+2
* Fix potential NULL pointer in LayerTreeHostImpljoth@chromium.org2013-05-242-2/+6
* cc: Add CopyAsBitmapRequest class to hold the readback callback.danakj@chromium.org2013-05-2425-138/+294
* cc: Early out on text in analysis canvasvmpstr@chromium.org2013-05-245-58/+94
* Optimize TilingData::TileBoundsWithBorder().tomhudson@chromium.org2013-05-241-24/+28
* Disallow IO on the cc impl thread and add ScopedAllowIO as needed.michaelbai@chromium.org2013-05-231-0/+4
* cc: Rename VSync to BeginFramebrianderson@chromium.org2013-05-2327-455/+515
* cc: Changes to use GL API for GpuMemoryBufferskaanb@chromium.org2013-05-2318-35/+321
* cc: Remove overenthusiastic TileManager DCHECKenne@chromium.org2013-05-231-4/+3
* cc: Add more tile manager unittestsvmpstr@chromium.org2013-05-231-54/+262
* cc: Add analysis time to telemetryvmpstr@chromium.org2013-05-235-3/+13
* cc: Deflake LayerTreeHostTestAtomicCommitWithPartialUpdatedanakj@chromium.org2013-05-221-54/+38
* cc: Dump the scheduler's state when an unexpected action occurs.danakj@chromium.org2013-05-222-64/+78
* cc: Use EXPECT_SINGLE_ACTION for one missed Scheduler unit testdanakj@chromium.org2013-05-221-2/+2
* cc: Add more verbose output when Scheduler unit tests fail.danakj@chromium.org2013-05-221-33/+35
* Remove cc/ dependency on WebKit::WebScrollbar*jamesr@chromium.org2013-05-2234-1373/+581
* Remove unneeded virtuals, comment left over from ScrollbarLayerImplBase removal.wjmaclean@chromium.org2013-05-221-5/+4
* Revert 201510 "Revert 201498 "Add devtools instrumentation for c..."johnme@chromium.org2013-05-2217-70/+96
* cc: Add debugging information to failures of LayerTreeHostTestAtomicCommitWit...danakj@chromium.org2013-05-221-3/+5
* Revert 201498 "Add devtools instrumentation for canvas creation ..."johnme@chromium.org2013-05-2217-96/+70
* Add devtools instrumentation for canvas creation in BitmapContentLayerUpdatercaseq@google.com2013-05-2217-70/+96
* cc: Move activation check into TileManagerenne@chromium.org2013-05-2217-87/+192
* Limit size of scaled layer rects in ScrollbarLayer to content_bounds().wjmaclean@chromium.org2013-05-224-5/+111
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-2127-118/+423
* Hide location bar on Javascript-initiated scroll.mvanouwerkerk@chromium.org2013-05-215-41/+71
* Remove cc counters that aren't getting a lot of usenduca@chromium.org2013-05-212-5/+0
* cc: Renamed drawing_info to tile_versionvmpstr@chromium.org2013-05-218-88/+88
* Makes the resource provider and tile manager optional in LayerTreeHostImpl.joth@chromium.org2013-05-218-55/+152
* Do not use antialiasing code path for surfaces if there is a perspective w<0 ...shawnsingh@chromium.org2013-05-202-10/+63
* Route compositor overscroll events to the input handler.jdduke@chromium.org2013-05-205-7/+193
* cc: Decouple tile manager from raster worker poolvmpstr@chromium.org2013-05-2011-40/+73
* Add image decode task instrumentation for devtoolscaseq@google.com2013-05-203-0/+17
* Make cc_perftests depend on allocator.gyp:allocator when necessaryakalin@chromium.org2013-05-201-0/+6
* cc: Encode bitmaps when serializing SkPicturevmpstr@chromium.org2013-05-201-2/+49
* Add layer tree settings flag for pinch virtual viewport.wjmaclean@chromium.org2013-05-202-0/+2
* The moves the compositor thread's input event cracking logic in to content/ f...jamesr@chromium.org2013-05-2012-205/+153
* cc: Move the twin tiling lookup out of the per-tile loops.danakj@chromium.org2013-05-202-9/+13
* Add shortcut path for scaling integer rects.danakj@chromium.org2013-05-2014-55/+52
* Only use skia::RefPtr for refcountingenne@chromium.org2013-05-185-104/+149
* cc: Add tile and tile management section to ownersvmpstr@chromium.org2013-05-181-0/+4
* cc: Trace based rasterize and record benchmark.ernstm@chromium.org2013-05-184-5/+13
* Make BitmapContentLayerUpdater free its SkCanvasccameron@chromium.org2013-05-1810-10/+70
* cc: Add WorkerPoolTest.reveman@chromium.org2013-05-173-1/+111
* Remove enable-pinch-zoom-scrollbars flag.wjmaclean@chromium.org2013-05-172-6/+0
* Ensure LayerTreeHostImpl's current frame time is updated every frameajuma@chromium.org2013-05-178-10/+110
* cc: Cache the twin tree's layer in PictureLayerImpl.danakj@chromium.org2013-05-1710-183/+417
* cc: Added features for more accurate raster benchmarkernstm@chromium.org2013-05-1711-8/+40