Commit 259170b7 authored by sullivan's avatar sullivan Committed by Commit bot

Revert of gpu: Measure texture uploads with glTexSubImage2D and glTexImage2D....

Revert of gpu: Measure texture uploads with glTexSubImage2D and glTexImage2D. (patchset #2 id:80001 of https://codereview.chromium.org/1022603002/)

Reason for revert:
This is causing gpu_perftests to fail on android perfbots. See http://crbug.com/468748

Original issue's description:
> gpu: Measure texture uploads with glTexSubImage2D and glTexImage2D.
>
> glTexImage2D and glTexSubImage2D could have different performance
> properties.
> With this patch we benchmark both of these upload techniques.
>
> When using glTexSubImage2D the texture storage is specified with
> glTexStorage2D when available, or glTexImage2D passing an empty pointer as data.
>
> BUG=423481
>
> Committed: https://crrev.com/1b9c0f6571baefe70dad41d504cbe3136ce41ae4
> Cr-Commit-Position: refs/heads/master@{#321300}

TBR=reveman@chromium.org,dcastagna@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=423481

Review URL: https://codereview.chromium.org/1011343005

Cr-Commit-Position: refs/heads/master@{#321350}
parent 35ab62fe
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment