summaryrefslogtreecommitdiffstats
path: root/cc/CCTextureUpdateController.h
Commit message (Expand)AuthorAgeFilesLines
* [cc] Rename all cc/ filenames to Chromium styleenne@chromium.org2012-10-121-73/+2
* cc: Never block on uploads from previous frame and increase max pending uploads.reveman@chromium.org2012-10-021-1/+1
* cc: Move max pending uploads decision to update controller.reveman@chromium.org2012-09-291-0/+2
* cc: Switch it to use DISALLOW_COPY_AND_ASSIGN macro from base/ library.tfarina@chromium.org2012-09-281-2/+4
* cc: Convert texture update controller logic to use base::TimeTicks/Delta inst...reveman@chromium.org2012-09-271-4/+5
* cc: Remove CCTextureUpdateController::updateTextures().reveman@chromium.org2012-09-201-1/+0
* Allow deletion of some (as opposed to all) textures on the impl thread. ccameron@chromium.org2012-09-191-0/+3
* Adaptively throttle texture uploadsbrianderson@chromium.org2012-09-191-0/+3
* cc: Only use upload throttling when performing full texture uploads.reveman@chromium.org2012-09-181-1/+1
* Move TextureCopier and TextureUploader from CCRenderer to CCResourceProviderpiman@chromium.org2012-09-181-6/+4
* cc: Remove partial texture updates from scheduler.reveman@google.com2012-09-171-2/+3
* 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-5/+14
* Enable webkit_compositor_unittestsjamesr@chromium.org2012-08-301-17/+5
* Roll CC snapshot up to WK r127064jamesr@chromium.org2012-08-301-5/+17
* Here are gyp targets and stubs for compiling libcc and the webkit_compositor ...jamesr@chromium.org2012-08-251-0/+59