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

Issue 1750833003: Disabling calls to TexParameteri when the values do not exist on ES2. (Closed)

Created:
4 years, 9 months ago by cblume
Modified:
4 years, 9 months ago
Reviewers:
bsalomon
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : Making the check for mipmap lod part of caps. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -8 lines) Patch
M src/gpu/gl/GrGLCaps.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 1 2 chunks +9 lines, -0 lines 2 comments Download
M src/gpu/gl/GrGLGpu.cpp View 1 1 chunk +11 lines, -8 lines 0 comments Download

Messages

Total messages: 21 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1750833003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1750833003/1
4 years, 9 months ago (2016-03-01 09:56:48 UTC) #3
commit-bot: I haz the power
Note for Reviewers: The CQ is waiting for an approval. If you believe that the ...
4 years, 9 months ago (2016-03-01 09:56:48 UTC) #4
cblume
4 years, 9 months ago (2016-03-01 09:57:23 UTC) #6
bsalomon
https://codereview.chromium.org/1750833003/diff/1/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1750833003/diff/1/src/gpu/gl/GrGLGpu.cpp#newcode3348 src/gpu/gl/GrGLGpu.cpp:3348: if (this->glStandard() != kGLES_GrGLStandard && this->glVersion() != GR_GL_VER(2,0)) { ...
4 years, 9 months ago (2016-03-01 14:21:16 UTC) #7
commit-bot: I haz the power
Dry run: No LGTM from a valid reviewer yet. Please ask for an LGTM from ...
4 years, 9 months ago (2016-03-01 15:56:01 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1750833003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1750833003/20001
4 years, 9 months ago (2016-03-01 21:31:45 UTC) #11
commit-bot: I haz the power
Dry run: No LGTM from a valid reviewer yet. Please ask for an LGTM from ...
4 years, 9 months ago (2016-03-01 21:31:47 UTC) #13
cblume
https://codereview.chromium.org/1750833003/diff/1/src/gpu/gl/GrGLGpu.cpp File src/gpu/gl/GrGLGpu.cpp (right): https://codereview.chromium.org/1750833003/diff/1/src/gpu/gl/GrGLGpu.cpp#newcode3348 src/gpu/gl/GrGLGpu.cpp:3348: if (this->glStandard() != kGLES_GrGLStandard && this->glVersion() != GR_GL_VER(2,0)) { ...
4 years, 9 months ago (2016-03-01 21:36:51 UTC) #14
bsalomon
https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp (right): https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp#newcode251 src/gpu/gl/GrGLCaps.cpp:251: fMipMapLevelAndLodControlSupport = true; Sorry should have asked this earlier, ...
4 years, 9 months ago (2016-03-01 21:48:37 UTC) #15
cblume
https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp File src/gpu/gl/GrGLCaps.cpp (right): https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp#newcode251 src/gpu/gl/GrGLCaps.cpp:251: fMipMapLevelAndLodControlSupport = true; On 2016/03/01 21:48:37, bsalomon wrote: > ...
4 years, 9 months ago (2016-03-01 21:53:02 UTC) #16
bsalomon
On 2016/03/01 21:53:02, cblume wrote: > https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp > File src/gpu/gl/GrGLCaps.cpp (right): > > https://codereview.chromium.org/1750833003/diff/20001/src/gpu/gl/GrGLCaps.cpp#newcode251 > ...
4 years, 9 months ago (2016-03-01 22:06:07 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1750833003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1750833003/20001
4 years, 9 months ago (2016-03-01 22:07:13 UTC) #19
commit-bot: I haz the power
4 years, 9 months ago (2016-03-01 22:08:31 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/09bd2c09b6b36737df289fdb5fa38c280162cbb8

Powered by Google App Engine
This is Rietveld 408576698