-
sullivan authored
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}
259170b7