summaryrefslogtreecommitdiffstats
path: root/cc
Commit message (Expand)AuthorAgeFilesLines
* cc: PictureLayer should just derive from Layerenne@chromium.org2013-08-031-3/+2
* cc: Fix test names mangled during Chromificationenne@chromium.org2013-08-031-2/+2
* [CC] Skip tiles in the NEVER_BIN (on both trees) and free their resources ear...skaslev@chromium.org2013-08-023-16/+21
* Handle root layer fling Java-side in android_webview.mkosiba@chromium.org2013-08-023-4/+13
* cc: Remove early out in LTH::UpdateLayers for empty viewportboliu@chromium.org2013-08-021-3/+0
* cc: Tile manager perftest (just ManageTiles for now)vmpstr@chromium.org2013-08-022-0/+187
* cc: Fix PictureLayerImpl crash in post-commit initenne@chromium.org2013-08-023-1/+49
* cc: Fix accelerated video freezing with commit abortsenne@chromium.org2013-08-023-0/+64
* Scrollbar Layer using UI resource management failed webkit tests on mac/winpowei@chromium.org2013-08-028-225/+352
* Proposed UI Resource Manager. See internal doc: powei@chromium.org2013-08-0125-423/+1167
* Add a flag to allow renderer to use software compositor when GL compositor do...jbauman@chromium.org2013-08-0112-96/+134
* cc: Don't create low res for small layers, reduxenne@chromium.org2013-08-012-6/+24
* cc: Remove Layer::needs_display_enne@chromium.org2013-08-015-16/+3
* cc: Added content_rect and layer_id to Tile::AsValuevmpstr@chromium.org2013-07-312-2/+3
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-317-13/+27
* Notify the compositor when input is throttledenne@chromium.org2013-07-317-2/+40
* Bring back setting visible viewport size based on cliprect.aelias@chromium.org2013-07-313-13/+14
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-318-84/+152
* [CC] Refactored tile bin selection from binning memory policy.skaslev@chromium.org2013-07-313-33/+39
* Use Skia's mapMScalars() for mapping homogeneous points.aelias@chromium.org2013-07-312-79/+46
* cc: return false from SetupQuadForAntialiasing if quad is clipped.ernstm@chromium.org2013-07-311-2/+2
* Consider background-color opacity for TextureLayer opaque region.alokp@chromium.org2013-07-315-1/+49
* cc: Clean up use of scrollable layersenne@chromium.org2013-07-318-11/+31
* cc: Don't require push properties for picture layersenne@chromium.org2013-07-317-79/+59
* Allow ContextProvider impls to be used without subclassing.danakj@chromium.org2013-07-303-21/+49
* cc: Prevent vector finds that are not needed.danakj@chromium.org2013-07-302-7/+6
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-3016-8/+234
* cc: draw_and_swap_full_viewport_every_frame OS capboliu@chromium.org2013-07-305-109/+263
* cc: Allow the main thread to cancel commitsenne@chromium.org2013-07-3035-116/+659
* Allow uploading shared memory mailboxes to a texture.jbauman@chromium.org2013-07-303-7/+65
* Add PRESUBMIT check to cc to ensure that C++ std::abs is usedshawnsingh@google.com2013-07-297-10/+53
* cc: Prettify cc_tests.gyp.tfarina@chromium.org2013-07-291-49/+61
* Revert "cc: Cleanup Layer::SetNeedsDisplayInRect" (r214103).senorblanco@chromium.org2013-07-292-11/+5
* Revert 214144 "Add PRESUBMIT check to cc to ensure that C++ std:..."shawnsingh@google.com2013-07-297-53/+10
* Add PRESUBMIT check to cc to ensure that C++ std::abs is usedshawnsingh@google.com2013-07-287-10/+53
* Newly re-enable test fails consistently on the Win 7 botsmpearson@chromium.org2013-07-281-3/+3
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-282-5/+11
* Re-enable cc_unittest LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutse...senorblanco@chromium.org2013-07-281-3/+3
* cc: Add unit tests for scroll offset delegateenne@chromium.org2013-07-261-0/+161
* Don't let scrollbar thumbs run off their tracks.ccameron@chromium.org2013-07-261-1/+5
* cc: Hidden layers should not occlude non-hidden layers.danakj@chromium.org2013-07-262-0/+129
* cc: A pixel test for readbacks of layers with CanClipSelf == true.danakj@chromium.org2013-07-267-5/+322
* cc: Use a struct for CalcDrawProps inputsenne@chromium.org2013-07-2612-969/+532
* cc: Add unit tests for Layer::HasAncestor() method.tfarina@chromium.org2013-07-263-9/+30
* Disable BackgroundFilterBlurOutsets until the upcoming skia roll.senorblanco@chromium.org2013-07-251-6/+3
* Mark test BackgroundFilterBlurOutsets as fuzzy on all platforms, and add the ...senorblanco@chromium.org2013-07-252-2/+5
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-251-3/+3
* cc: Get rid of cc_source_files variable.tfarina@chromium.org2013-07-241-353/+350
* cc: Rename LayerTreeHost::commit_number to source_frame_number.danakj@chromium.org2013-07-2411-55/+54
* Revert 213493 "cc: Use a struct for CalcDrawProps inputs"enne@chromium.org2013-07-2412-528/+958