| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix GetSnapshotFromRenderer stalling when capturing while between navigating ... | justinlin@chromium.org | 2013-08-10 | 1 | -1/+5 |
* | cc: Add frame data to LTHI tracing | piman@chromium.org | 2013-08-09 | 38 | -12/+394 |
* | Fix pinch gestures with nonscrollable root layer. | aelias@chromium.org | 2013-08-09 | 2 | -2/+44 |
* | media::VideoFrame::WrapExternalSharedMemory | sheu@chromium.org | 2013-08-09 | 1 | -12/+11 |
* | cc: Make DelegatedRendererLayer tests work with a DelegatingRenderer. | danakj@chromium.org | 2013-08-09 | 6 | -57/+218 |
* | Remove high-frequency trace events. | tomhudson@chromium.org | 2013-08-09 | 2 | -5/+2 |
* | cc: Invalid frames should not cause damage in DelegatedRendererLayer. | danakj@chromium.org | 2013-08-08 | 5 | -59/+114 |
* | Extract pair hash functions so that they can be re-used outside of hash tables | piman@chromium.org | 2013-08-08 | 1 | -6/+3 |
* | cc: Added priority ref tile set instead of sorting tiles. | vmpstr@chromium.org | 2013-08-07 | 18 | -219/+869 |
* | Revert "cc: Don't require push properties for picture layers" | aelias@chromium.org | 2013-08-07 | 7 | -107/+79 |
* | cc: Fix aborted commits with evicted textures | enne@chromium.org | 2013-08-07 | 5 | -1/+73 |
* | Pass references to BinComparator. | tomhudson@chromium.org | 2013-08-06 | 1 | -2/+2 |
* | Group CalculateDrawProperties arguments into meaningful structs | shawnsingh@chromium.org | 2013-08-06 | 1 | -133/+192 |
* | cc: Fix IOSurfaceLayer freezing during aborts | enne@chromium.org | 2013-08-06 | 3 | -17/+63 |
* | cc: Added scheduled priority into tracing | vmpstr@chromium.org | 2013-08-05 | 3 | -1/+10 |
* | cc: Push valid property values when CalcDrawProps skips layer. | danakj@chromium.org | 2013-08-03 | 12 | -47/+187 |
* | cc: Don't implicitly convert size_t to unsigned int. | danakj@chromium.org | 2013-08-03 | 1 | -1/+1 |
* | Add memory policy limit by number of resources. | aelias@chromium.org | 2013-08-03 | 19 | -143/+201 |
* | cc: Always have a LayerTreeHost in tests when we expect it in prod. | danakj@chromium.org | 2013-08-03 | 11 | -69/+337 |
* | cc: PictureLayer should just derive from Layer | enne@chromium.org | 2013-08-03 | 1 | -3/+2 |
* | cc: Fix test names mangled during Chromification | enne@chromium.org | 2013-08-03 | 1 | -2/+2 |
* | [CC] Skip tiles in the NEVER_BIN (on both trees) and free their resources ear... | skaslev@chromium.org | 2013-08-02 | 3 | -16/+21 |
* | Handle root layer fling Java-side in android_webview. | mkosiba@chromium.org | 2013-08-02 | 3 | -4/+13 |
* | cc: Remove early out in LTH::UpdateLayers for empty viewport | boliu@chromium.org | 2013-08-02 | 1 | -3/+0 |
* | cc: Tile manager perftest (just ManageTiles for now) | vmpstr@chromium.org | 2013-08-02 | 2 | -0/+187 |
* | cc: Fix PictureLayerImpl crash in post-commit init | enne@chromium.org | 2013-08-02 | 3 | -1/+49 |
* | cc: Fix accelerated video freezing with commit aborts | enne@chromium.org | 2013-08-02 | 3 | -0/+64 |
* | Scrollbar Layer using UI resource management failed webkit tests on mac/win | powei@chromium.org | 2013-08-02 | 8 | -225/+352 |
* | Proposed UI Resource Manager. See internal doc: | powei@chromium.org | 2013-08-01 | 25 | -423/+1167 |
* | Add a flag to allow renderer to use software compositor when GL compositor do... | jbauman@chromium.org | 2013-08-01 | 12 | -96/+134 |
* | cc: Don't create low res for small layers, redux | enne@chromium.org | 2013-08-01 | 2 | -6/+24 |
* | cc: Remove Layer::needs_display_ | enne@chromium.org | 2013-08-01 | 5 | -16/+3 |
* | cc: Added content_rect and layer_id to Tile::AsValue | vmpstr@chromium.org | 2013-07-31 | 2 | -2/+3 |
* | cc: Cleanup Layer::SetNeedsDisplayInRect | enne@chromium.org | 2013-07-31 | 7 | -13/+27 |
* | Notify the compositor when input is throttled | enne@chromium.org | 2013-07-31 | 7 | -2/+40 |
* | Bring back setting visible viewport size based on cliprect. | aelias@chromium.org | 2013-07-31 | 3 | -13/+14 |
* | Add an unbindImage method to ResourceProvider and move bindImage and unbindIm... | kaanb@chromium.org | 2013-07-31 | 8 | -84/+152 |
* | [CC] Refactored tile bin selection from binning memory policy. | skaslev@chromium.org | 2013-07-31 | 3 | -33/+39 |
* | Use Skia's mapMScalars() for mapping homogeneous points. | aelias@chromium.org | 2013-07-31 | 2 | -79/+46 |
* | cc: return false from SetupQuadForAntialiasing if quad is clipped. | ernstm@chromium.org | 2013-07-31 | 1 | -2/+2 |
* | Consider background-color opacity for TextureLayer opaque region. | alokp@chromium.org | 2013-07-31 | 5 | -1/+49 |
* | cc: Clean up use of scrollable layers | enne@chromium.org | 2013-07-31 | 8 | -11/+31 |
* | cc: Don't require push properties for picture layers | enne@chromium.org | 2013-07-31 | 7 | -79/+59 |
* | Allow ContextProvider impls to be used without subclassing. | danakj@chromium.org | 2013-07-30 | 3 | -21/+49 |
* | cc: Prevent vector finds that are not needed. | danakj@chromium.org | 2013-07-30 | 2 | -7/+6 |
* | Add external stencil support for Android WebView. | aelias@chromium.org | 2013-07-30 | 16 | -8/+234 |
* | cc: draw_and_swap_full_viewport_every_frame OS cap | boliu@chromium.org | 2013-07-30 | 5 | -109/+263 |
* | cc: Allow the main thread to cancel commits | enne@chromium.org | 2013-07-30 | 35 | -116/+659 |
* | Allow uploading shared memory mailboxes to a texture. | jbauman@chromium.org | 2013-07-30 | 3 | -7/+65 |
* | Add PRESUBMIT check to cc to ensure that C++ std::abs is used | shawnsingh@google.com | 2013-07-29 | 7 | -10/+53 |