Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Issue 1527753002: Add helper for determining whether to use sized internal format in GL (Closed)

Created:
5 years ago by bsalomon
Modified:
5 years ago
Reviewers:
jvanverth1
CC:
reviews_skia.org, Chris Blume
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Add helper for determining whether to use sized internal format in GL Fix case where texture format and data format are different. Use helper when createing a testing "backend" texture. BUG=skia: Committed: https://skia.googlesource.com/skia/+/6176bc1df33684d0de028d25956caf925cf82b4a

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -18 lines) Patch
M src/gpu/gl/GrGLGpu.cpp View 1 4 chunks +36 lines, -18 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
bsalomon
The motivation for this is to make A8 "backend testing" textures work on ES3 devices.
5 years ago (2015-12-14 21:22:26 UTC) #2
jvanverth1
lgtm + comments https://codereview.chromium.org/1527753002/diff/1/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1527753002/diff/1/src/gpu/gl/GrGLGpu.cpp#newcode663 src/gpu/gl/GrGLGpu.cpp:663: * @param useTexStorage The result of ...
5 years ago (2015-12-15 15:35:41 UTC) #3
bsalomon
https://codereview.chromium.org/1527753002/diff/1/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1527753002/diff/1/src/gpu/gl/GrGLGpu.cpp#newcode663 src/gpu/gl/GrGLGpu.cpp:663: * @param useTexStorage The result of a call to ...
5 years ago (2015-12-15 17:09:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1527753002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1527753002/20001
5 years ago (2015-12-15 17:10:08 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://skia.googlesource.com/skia/+/6176bc1df33684d0de028d25956caf925cf82b4a
5 years ago (2015-12-15 17:25:08 UTC) #9
bsalomon
5 years ago (2015-12-16 16:07:17 UTC) #10
Message was sent while issue was closed.
+cblume. Just FYI, I cribbed this function from your MIP map CL but changed it a
little bit.

Powered by Google App Engine
This is Rietveld 408576698