summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* Re-land: cc: Reduce picture cloning by creating at most one clone per raster ...reveman@google.com2012-12-056-70/+146
* Organize internal properties of cc/ layer typesshawnsingh@google.com2012-12-0526-434/+418
* Simplify pinch flags.wjmaclean@chromium.org2012-12-052-5/+0
* Revert 171267 - it adds a global std::string initializerdmazzoni@chromium.org2012-12-056-145/+70
* cc: Reduce picture cloning by creating at most one clone per raster thread.reveman@chromium.org2012-12-056-70/+145
* cc: Delete bogus .rej/.orig files from r170413enne@chromium.org2012-12-053-240/+0
* cc: Apply contents scales to impl-side painting rasterizationenne@chromium.org2012-12-058-11/+33
* Clamp texture queries to sane values.brianderson@chromium.org2012-12-051-0/+4
* cc: Always commit and redraw after scrollingskyostil@chromium.org2012-12-042-3/+9
* Tighten the matrix usage in cc/layer_tree_host_common.cppshawnsingh@google.com2012-12-041-25/+27
* cc: Add basic texture recycling to ResourcePool.reveman@chromium.org2012-12-045-40/+124
* cc: Move --num-raster-threads setting to LayerTreeSettings.reveman@chromium.org2012-12-046-26/+33
* Use nearest neighbor filtering for non-translated quadsskyostil@chromium.org2012-12-048-44/+200
* Make PicturePile pile.aelias@chromium.org2012-12-046-53/+110
* implement the logic to set tile priorities based on current matrixqinmin@chromium.org2012-12-0411-2/+296
* cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.danakj@chromium.org2012-12-0418-85/+91
* Only do full tree sync if tree is actually changed, otherwise just push prope...jamesr@chromium.org2012-12-048-85/+153
* cc: Give ownership of render passes to the renderer when drawing a frame.danakj@chromium.org2012-12-0410-43/+55
* cc: Add historgram for the number of render passes in an ubercomp delegated f...danakj@chromium.org2012-12-041-0/+3
* cc: Add CompositorFrame class with IPC param traits for itdanakj@chromium.org2012-12-047-7/+83
* cc: Avoid unnecessary flush when releasing a pixel buffer.reveman@chromium.org2012-12-031-7/+12
* Migrate the Android compositor to cc::Layer classes.leandrogracia@chromium.org2012-12-031-0/+1
* cc: Add experimental --num-raster-threads option.reveman@chromium.org2012-12-013-4/+26
* Adding tracing to measure synthetic smooth scrolling correctness hartmanng@chromium.org2012-12-011-0/+7
* This change switches the compositor to the new WebLayerTreeViewClient::create...egraether@chromium.org2012-12-018-22/+42
* Fix compile warnings for 64-bit constants.isherman@chromium.org2012-11-301-4/+10
* cc: Fix hudLayer size and paint rects scale for deviceScaleFactor != 1egraether@chromium.org2012-11-302-3/+9
* Don't create render passes for transparent images.skaslev@chromium.org2012-11-3011-26/+77
* Move RenderStats enumeration out of gpu_benchmarking_extension.hartmanng@chromium.org2012-11-302-0/+38
* [cc] Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-309-8/+289
* Add perf tests based on json representation of layer treejamesr@chromium.org2012-11-303-15/+8488
* Texture Draw Calls Coalescingwhunt@chromium.org2012-11-3011-37/+271
* Use a mutex to deal with concurrent access to the m_evictedBackingsccameron@chromium.org2012-11-309-83/+48
* Fix naming of one accelerated compositing stat used in benchmarkingshawnsingh@chromium.org2012-11-304-6/+6
* This change puts all settings for debugging/HudLayer in a new LayerTreeDebugS...egraether@chromium.org2012-11-3012-71/+124
* cc: Fix impl-side painting invalidation.reveman@google.com2012-11-301-0/+1
* cc: Swizzle contents correctly when using impl side painting.reveman@google.com2012-11-303-3/+11
* Revert 170274 - Track the rendering & painting cost of impl-side painting.tbreisacher@chromium.org2012-11-296-49/+8
* Track the rendering & painting cost of impl-side painting.nduca@chromium.org2012-11-296-8/+49
* cc: Add debug borders / checkerboards for impl-side paintingenne@chromium.org2012-11-294-7/+51
* cc: Add ref counted PicturePileImpl class and give each Tile instance a ref.reveman@chromium.org2012-11-2913-66/+120
* cc: Only record to a SkPicture once.reveman@chromium.org2012-11-293-4/+12
* Fix float constants for layer_tree_host_perftest.ccdanakj@chromium.org2012-11-291-12/+12
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-287-126/+244
* cc: Add a test to verify DelegatedRendererLayer owns a RenderSurface when nee...danakj@chromium.org2012-11-281-0/+28
* cc: Add a unit test for easily profiling drawing behaviour with a complex dra...danakj@chromium.org2012-11-282-8/+231
* Fix tautological compares in font_atlas.cc.hans@chromium.org2012-11-281-2/+6
* cc: Make sure we pass a valid picture pile pointer to RasterizeTile.reveman@google.com2012-11-281-1/+7
* cc: Schedule redraw when tile initialization completes.reveman@google.com2012-11-285-0/+11
* Clamp ScrollbarLayer's texture size to GL_MAX_TEXTURE_SIZE.aelias@chromium.org2012-11-286-1/+99