summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* cc: Add best_record_time to rendering stats.ernstm@chromium.org2013-10-016-28/+29
* CC: Ensure recycle tree contains no 'active' tiles.epenner@chromium.org2013-10-014-0/+23
* cc: Ensure flags are correct in MTS tracing.vmpstr@chromium.org2013-10-011-2/+11
* BitmapContentLayerUpdater shouldn't reallocate bitmap smaller.jbauman@chromium.org2013-09-274-16/+17
* cc: BinFromTilePriority cleanup.reveman@chromium.org2013-09-273-85/+98
* [cc] Don't access pixels without a lockccameron@chromium.org2013-09-263-8/+24
* cc: Make tile manager responsible for tile's lifetime.vmpstr@chromium.org2013-09-267-78/+122
* Support GL_TEXTURE_EXTERNAL_OES targets through the compositorsheu@chromium.org2013-09-265-67/+101
* Override createGrGLInterface() in WGC3D subclasses so that onCreateGrGLInterf...bsalomon@google.com2013-09-241-1/+1
* CC: Fix raster-on-demand (due to stale sort order).epenner@chromium.org2013-09-245-49/+59
* [Android] Use RGB_565 renderer transport surfaces for low-end devices.kaanb@chromium.org2013-09-244-22/+21
* cc: Add "lost" field to the ReturnedResource type.danakj@chromium.org2013-09-234-14/+355
* Fix bug where memory priority cutoff was dropped on the floor.ccameron@chromium.org2013-09-231-0/+3
* CC: Use format to calculate tile bytes.epenner@chromium.org2013-09-233-12/+15
* DevTools: add LazyPixelRef id to ImageDecodeTask eventcaseq@chromium.org2013-09-231-2/+2
* cc: Return resources to child compositor via a Callback.danakj@chromium.org2013-09-224-148/+561
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-205-57/+73
* Modified picture raster trace to report the tile's clip rect.vangelis@chromium.org2013-09-191-4/+7
* Revert 224094 "Revert 224089 "CC: Disable raster-on-demand durin..."grunell@google.com2013-09-191-1/+11
* Revert 224089 "CC: Disable raster-on-demand during prefer-smooth..."grunell@google.com2013-09-191-11/+1
* CC: Disable raster-on-demand during prefer-smoothnessepenner@chromium.org2013-09-191-1/+11
* cc: Always check for completed raster tasks before scheduling more tasks.reveman@chromium.org2013-09-194-3/+21
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-1936-309/+536
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-1836-536/+309
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-1836-309/+536
* cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.danakj@chromium.org2013-09-1713-141/+191
* cc: Clean up PBRWP::ScheduleTasks a bit.vmpstr@chromium.org2013-09-162-18/+12
* Revert 223162 "Update the nine patch layer to use UI resources"zmo@chromium.org2013-09-135-73/+57
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-135-57/+73
* cc: Don't leave resources in a changed filter state.danakj@chromium.org2013-09-125-107/+202
* Fix about:tracing import errors with cc::Tilesnduca@chromium.org2013-09-121-1/+3
* Revert 222732 "Update the nine patch layer to use UI resources"yfriedman@chromium.org2013-09-125-73/+57
* Update the nine patch layer to use UI resourcespowei@chromium.org2013-09-125-57/+73
* cc: Improve TileManager::GetMemoryStats() performance.reveman@chromium.org2013-09-115-38/+35
* cc: Drop ContextProvider references on the impl thread before quittingdanakj@chromium.org2013-09-103-0/+174
* Sets the mapped memory reclaim limit for the renderer compositor on Android. ...kaanb@chromium.org2013-09-105-27/+20
* Added ScopedSetActiveTexture to auto reset activeTexture to GL_TEXTURE0.skaslev@chromium.org2013-09-061-13/+23
* cc: Speed up CleanUpImageDecodeTasks a bit.vmpstr@chromium.org2013-09-063-30/+19
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-059-52/+147
* Fix some missing const reference on function parameter.etienneb@chromium.org2013-09-053-5/+5
* [cc] Enable specifying a overhang/gutter texture.ccameron@chromium.org2013-09-042-0/+7
* [cc_perftests] Output results in a format the perf dashboard understands.tonyg@chromium.org2013-09-044-81/+62
* cc: Changed picture clones to emit an alias trace.vmpstr@chromium.org2013-09-042-1/+10
* Add ability to retrieve the width and height from a SKP file.dsinclair@chromium.org2013-09-013-0/+75
* cc: Added inline to Tile::IsReadyToDrawvmpstr@chromium.org2013-08-301-1/+1
* CC: Delete unused code and fix priority_ array definition toepenner@chromium.org2013-08-304-19/+1
* Early out from CleanUpUnusedImageDecodeTasks().tomhudson@chromium.org2013-08-301-0/+3
* cc: Remove incorrect TODO.danakj@chromium.org2013-08-301-4/+0
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-302-4/+4
* Skia r10995 landed the SkDevice refactoring in Skia. This CL rolls up to that...robertphillips@google.com2013-08-291-1/+1