summaryrefslogtreecommitdiffstats
path: root/cc/resources
Commit message (Expand)AuthorAgeFilesLines
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+2
* cc: Remove unnecessary "default" cases from switch statements.reveman@chromium.org2013-08-275-26/+17
* cc: Add better tile manager perf tests.reveman@chromium.org2013-08-271-16/+76
* cc: Added picture layer tiling perftest.vmpstr@chromium.org2013-08-261-0/+186
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-266-12/+13
* cc: Remove reference counting from PrioritizedTileSet.reveman@chromium.org2013-08-236-28/+44
* cc: Optimized get tiles with bins a little bin.vmpstr@chromium.org2013-08-222-59/+45
* Use more granularity in scheduling software texture uploads.jbauman@chromium.org2013-08-223-5/+17
* cc: TileManager perftest fix.vmpstr@chromium.org2013-08-211-0/+4
* Trace OnRasterTaskCompleted DISABLED_BY_DEFAULT.tomhudson@chromium.org2013-08-201-0/+5
* cc: return resources via a ReturnedResource struct rather than TransferableRe...piman@chromium.org2013-08-196-140/+136
* cc: refcount resources as we send them to the parentpiman@chromium.org2013-08-173-44/+66
* [cc] Android: Limit max pending upload bytes for low endsievers@chromium.org2013-08-172-18/+26
* gpu: Refactor GpuMemoryBuffer framework for multi-process support.reveman@chromium.org2013-08-169-12/+26
* cc: Use LRU resource eviction pattern in ResourcePool.reveman@chromium.org2013-08-161-4/+9
* cc: Prevent the tile manager from allocating more memory than allowed.reveman@chromium.org2013-08-164-33/+104
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-1613-176/+295
* cc: Removed releasable resources loop from AssignGpuMemoryvmpstr@chromium.org2013-08-154-35/+40
* cc: Add tracing for unused memory in resource pool.reveman@chromium.org2013-08-143-2/+15
* cc: Make PrioritizedTileSet lazy sort tiles.vmpstr@chromium.org2013-08-144-59/+339
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-133-3/+3
* media::VideoFrame::WrapExternalSharedMemorysheu@chromium.org2013-08-091-12/+11
* cc: Make DelegatedRendererLayer tests work with a DelegatingRenderer.danakj@chromium.org2013-08-091-2/+0
* Remove high-frequency trace events.tomhudson@chromium.org2013-08-092-5/+2
* cc: Added priority ref tile set instead of sorting tiles.vmpstr@chromium.org2013-08-0710-215/+791
* cc: Fix aborted commits with evicted texturesenne@chromium.org2013-08-071-1/+3
* Pass references to BinComparator.tomhudson@chromium.org2013-08-061-2/+2
* cc: Added scheduled priority into tracingvmpstr@chromium.org2013-08-053-1/+10
* cc: Don't implicitly convert size_t to unsigned int.danakj@chromium.org2013-08-031-1/+1
* Add memory policy limit by number of resources.aelias@chromium.org2013-08-036-32/+77
* [CC] Skip tiles in the NEVER_BIN (on both trees) and free their resources ear...skaslev@chromium.org2013-08-022-15/+20
* cc: Tile manager perftest (just ManageTiles for now)vmpstr@chromium.org2013-08-021-0/+186
* Proposed UI Resource Manager. See internal doc: powei@chromium.org2013-08-015-0/+199
* cc: Added content_rect and layer_id to Tile::AsValuevmpstr@chromium.org2013-07-312-2/+3
* cc: Cleanup Layer::SetNeedsDisplayInRectenne@chromium.org2013-07-312-1/+11
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-314-69/+118
* [CC] Refactored tile bin selection from binning memory policy.skaslev@chromium.org2013-07-313-33/+39
* cc: Limit number of raster tasks that can be scheduled.reveman@chromium.org2013-07-232-55/+89
* Avoid costly transform math in UpdateTilePrioritiesshawnsingh@chromium.org2013-07-192-2/+822
* cc: Don't leak ContextSharedDatadanakj@chromium.org2013-07-191-5/+10
* cc: add picture id to Picture::Recordenne@chromium.org2013-07-192-5/+17
* cc: Re-enable the VideoResourceUpdater tests.danakj@chromium.org2013-07-181-8/+7
* Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...avi@chromium.org2013-07-171-1/+1
* cc: Rename DidFinished* functions to DidFinish*vmpstr@chromium.org2013-07-176-13/+13
* cc: Disable VideoResourceUpdaterTest for nowdanakj@chromium.org2013-07-161-2/+4
* cc: Don't DeleteResource while holding write lock.danakj@chromium.org2013-07-163-5/+84
* cc: Increased robustness of rasterize and record benchmark.ernstm@chromium.org2013-07-156-38/+31
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-133-71/+170
* cc: Remove reassign gpu memory from tile manager.vmpstr@chromium.org2013-07-125-122/+56
* cc: Fix memory assignment accounting problem causing incorrect tree activation.reveman@chromium.org2013-07-121-1/+4