| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Simplify picture layer tiling update tile priorities. | vmpstr@chromium.org | 2014-02-13 | 1 | -40/+31 |
* | Revert of cc: Disable "activate to low res" optimization (https://codereview.... | enne@chromium.org | 2014-02-12 | 1 | -4/+0 |
* | Avoid int->float->int conversion in OcclusionTracker for int translates. | danakj@chromium.org | 2014-02-12 | 1 | -3/+2 |
* | cc: Disable "activate to low res" optimization | enne@chromium.org | 2014-02-11 | 1 | -0/+4 |
* | cc: Prevent drawing low res tiles after visibility change | enne@chromium.org | 2014-02-01 | 1 | -0/+1 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-29 | 1 | -1/+1 |
* | Revert of [#7] Pass gfx structs by const ref (gfx::Size) (https://codereview... | mnissler@chromium.org | 2014-01-28 | 1 | -1/+1 |
* | [#7] Pass gfx::Size by const ref. | prashant.n@samsung.com | 2014-01-28 | 1 | -1/+1 |
* | cc: revert tile size increase for GPU rasterized layers. | ernstm@chromium.org | 2014-01-18 | 1 | -4/+0 |
* | Pluming for needs_push_properties for the impl tree. | clholgat@chromium.org | 2014-01-18 | 1 | -0/+4 |
* | cc: Rename LayerImpl::DidLoseOutputSurface to ReleaseResources | boliu@chromium.org | 2014-01-14 | 1 | -1/+1 |
* | cc: don't add low-res tiling to GPU rasterized layers. | ernstm@chromium.org | 2014-01-10 | 1 | -4/+5 |
* | Pass gfx::Rect and gfx::RectF by const ref. | prashant.n@samsung.com | 2014-01-10 | 1 | -2/+2 |
* | Revert "cc: Added tile bundles" | vmpstr@chromium.org | 2013-12-20 | 1 | -14/+5 |
* | cc: Use 1024x1024 tiles for gpu rasterized layers. | ernstm@chromium.org | 2013-12-17 | 1 | -9/+19 |
* | cc: Fix incorrect RecalculateRasterScale edge cases | enne@chromium.org | 2013-12-17 | 1 | -2/+5 |
* | cc: Fix checkboard after a pinch-zoom followed by a scroll. | kaanb@chromium.org | 2013-12-10 | 1 | -1/+4 |
* | Remove direct-to-backbuffer Ganesh path | enne@chromium.org | 2013-12-06 | 1 | -11/+1 |
* | cc: Added tile bundles | vmpstr@chromium.org | 2013-12-06 | 1 | -5/+14 |
* | Added necessary Tile flags for GPU rasterization. | skaslev@chromium.org | 2013-12-05 | 1 | -1/+13 |
* | cc: Allow activating to something other than high-res | enne@chromium.org | 2013-12-05 | 1 | -12/+80 |
* | Revert "cc: Allow activating to something other than high-res" | vmpstr@chromium.org | 2013-11-28 | 1 | -76/+13 |
* | cc: Allow activating to something other than high-res | enne@chromium.org | 2013-11-26 | 1 | -13/+76 |
* | Reland: CC: Adjust tiling creation triggers during pinch-zoom. | epenner@chromium.org | 2013-11-25 | 1 | -23/+58 |
* | cc: Allow layers to have tilings even if twin doesn't | enne@chromium.org | 2013-11-22 | 1 | -4/+19 |
* | Revert "CC: Adjust pinch-zoom to not increase memory/raster-work." | epenner@chromium.org | 2013-11-21 | 1 | -54/+22 |
* | CC: Handle the case where high-res is the previous-low-res tiling. | epenner@chromium.org | 2013-11-21 | 1 | -2/+2 |
* | We used to create tilings only when exceeding a certain scale | epenner@chromium.org | 2013-11-20 | 1 | -22/+54 |
* | cc: Plumbing for impl thread micro benchmarks | vmpstr@chromium.org | 2013-11-18 | 1 | -0/+5 |
* | cc: Make PictureLayerImpl::AsValue emit unrecorded region | enne@chromium.org | 2013-11-12 | 1 | -1/+5 |
* | cc: Included recorded region in PictureLayerImpl::AsValue | enne@chromium.org | 2013-11-08 | 1 | -0/+1 |
* | mac: Prepare for -Wunused-functions. | thakis@chromium.org | 2013-11-07 | 1 | -10/+0 |
* | Check for null tilings when computing GPUMemoryUsageInBytes | nduca@chromium.org | 2013-10-31 | 1 | -0/+2 |
* | cc: Drop PictureLayerImpl tilings if not DrawsContent | boliu@chromium.org | 2013-10-25 | 1 | -0/+1 |
* | cc: Fix CHECK failure in PictureLayerImpl::UpdateTilePriorities | boliu@chromium.org | 2013-10-24 | 1 | -1/+2 |
* | cc: Add lcd text to Tile/PictureLayer AsValue | enne@chromium.org | 2013-10-21 | 1 | -0/+1 |
* | cc: Preserve partial culling from child compositor. | danakj@chromium.org | 2013-10-12 | 1 | -2/+2 |
* | CC: Ensure recycle tree contains no 'active' tiles. | epenner@chromium.org | 2013-10-01 | 1 | -2/+10 |
* | cc: Make tile manager responsible for tile's lifetime. | vmpstr@chromium.org | 2013-09-26 | 1 | -3/+3 |
* | cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had... | kaanb@chromium.org | 2013-09-19 | 1 | -6/+6 |
* | Revert "Adding support for RGBA_4444 tile textures" | tomhudson@google.com | 2013-09-18 | 1 | -6/+6 |
* | Adding support for RGBA_4444 tile textures | kaanb@chromium.org | 2013-09-18 | 1 | -6/+6 |
* | CC: Add a scheduled action for ManageTiles | epenner@chromium.org | 2013-09-14 | 1 | -4/+4 |
* | cc: Fix coverage iterator tracing data. | vmpstr@chromium.org | 2013-09-13 | 1 | -1/+2 |
* | cc: Set needs update draw properties during renderer creation | enne@chromium.org | 2013-09-12 | 1 | -3/+14 |
* | Fix UpdateTilePriorities viewport in Android WebView. | aelias@chromium.org | 2013-09-05 | 1 | -4/+14 |
* | Remove unreferenced variables. | alokp@chromium.org | 2013-08-29 | 1 | -6/+1 |
* | cc: Add more DCHECKs around tiling states | enne@chromium.org | 2013-08-28 | 1 | -2/+24 |
* | cc: Remove unnecessary "default" cases from switch statements. | reveman@chromium.org | 2013-08-27 | 1 | -5/+7 |
* | cc: Remove reference counting from PrioritizedTileSet. | reveman@chromium.org | 2013-08-23 | 1 | -2/+2 |