summaryrefslogtreecommitdiffstats
path: root/cc/CCTextureUpdateController.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove resource instrumentation, now that the culprit has been apprehended.ccameron@chromium.org2012-10-081-2/+0
* Add missed instrumentation to async texture uploads.ccameron@chromium.org2012-10-051-0/+2
* cc: Measure texture upload time individually.brianderson@chromium.org2012-10-031-2/+0
* cc: Never block on uploads from previous frame and increase max pending uploads.reveman@chromium.org2012-10-021-7/+7
* cc: Move max pending uploads decision to update controller.reveman@chromium.org2012-09-291-4/+12
* cc: Only avoid resource updates at vsync time when redraw is needed.reveman@chromium.org2012-09-281-3/+2
* cc: Convert texture update controller logic to use base::TimeTicks/Delta inst...reveman@chromium.org2012-09-271-10/+11
* cc: Rename maxPartialTextureUpdatesMax to partialTextureUpdatesMax.reveman@google.com2012-09-201-2/+2
* cc: Remove CCTextureUpdateController::updateTextures().reveman@chromium.org2012-09-201-38/+33
* Allow deletion of some (as opposed to all) textures on the impl thread. ccameron@chromium.org2012-09-191-0/+5
* Adaptively throttle texture uploadsbrianderson@chromium.org2012-09-191-16/+20
* cc: Only use upload throttling when performing full texture uploads.reveman@chromium.org2012-09-181-54/+27
* Move TextureCopier and TextureUploader from CCRenderer to CCResourceProviderpiman@chromium.org2012-09-181-4/+4
* cc: Remove partial texture updates from scheduler.reveman@google.com2012-09-171-6/+47
* Change cc files from namespace WebCore to ccenne@chromium.org2012-09-141-1/+1
* cc: Scheduler will never process a commit until it receives a vsync tick.reveman@chromium.org2012-09-131-14/+19
* Enable webkit_compositor_unittestsjamesr@chromium.org2012-08-301-26/+14
* Roll CC snapshot up to WK r127064jamesr@chromium.org2012-08-301-14/+26
* Here are gyp targets and stubs for compiling libcc and the webkit_compositor ...jamesr@chromium.org2012-08-251-0/+168