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

Issue 16452007: Use all available texture units. (Closed)

Created:
7 years, 6 months ago by bsalomon
Modified:
7 years, 6 months ago
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use all available texture units. Committed: http://code.google.com/p/skia/source/detail?r=9451

Patch Set 1 #

Total comments: 7

Patch Set 2 : separate array change #

Patch Set 3 : actually separate out array change and fix typo #

Total comments: 4

Patch Set 4 : address comments, fix some loops #

Total comments: 2

Patch Set 5 : use fHWBoundTextures->count() rather than glCaps()->maxFragmentTextureUnits() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -56 lines) Patch
M src/gpu/gl/GrGLCaps.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/gpu/gl/GrGLCaps.cpp View 4 chunks +3 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGpuGL.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 3 4 11 chunks +18 lines, -47 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
bsalomon
Removes a dependency on kNumStages. https://codereview.chromium.org/16452007/diff/1/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (left): https://codereview.chromium.org/16452007/diff/1/src/gpu/gl/GrGpuGL.cpp#oldcode121 src/gpu/gl/GrGpuGL.cpp:121: static bool fbo_test(const GrGLInterface* ...
7 years, 6 months ago (2013-06-05 14:38:38 UTC) #1
jvanverth1
https://codereview.chromium.org/16452007/diff/1/include/core/SkTArray.h File include/core/SkTArray.h (right): https://codereview.chromium.org/16452007/diff/1/include/core/SkTArray.h#newcode22 include/core/SkTArray.h:22: } Given that these are fixes in SkTArray, it ...
7 years, 6 months ago (2013-06-05 14:51:15 UTC) #2
bsalomon
https://codereview.chromium.org/16452007/diff/1/include/core/SkTArray.h File include/core/SkTArray.h (right): https://codereview.chromium.org/16452007/diff/1/include/core/SkTArray.h#newcode22 include/core/SkTArray.h:22: } On 2013/06/05 14:51:15, JimVV wrote: > Given that ...
7 years, 6 months ago (2013-06-05 15:00:57 UTC) #3
jvanverth1
lgtm + nits/questions https://codereview.chromium.org/16452007/diff/8/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/16452007/diff/8/src/gpu/gl/GrGpuGL.cpp#newcode2192 src/gpu/gl/GrGpuGL.cpp:2192: if (fHWActiveTextureUnitIdx != unit) { Change ...
7 years, 6 months ago (2013-06-05 15:15:25 UTC) #4
bsalomon
https://codereview.chromium.org/16452007/diff/8/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/16452007/diff/8/src/gpu/gl/GrGpuGL.cpp#newcode2192 src/gpu/gl/GrGpuGL.cpp:2192: if (fHWActiveTextureUnitIdx != unit) { On 2013/06/05 15:15:25, JimVV ...
7 years, 6 months ago (2013-06-05 15:45:10 UTC) #5
jvanverth1
https://codereview.chromium.org/16452007/diff/9002/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/16452007/diff/9002/src/gpu/gl/GrGpuGL.cpp#newcode2200 src/gpu/gl/GrGpuGL.cpp:2200: int lastUnitIdx = this->glCaps().maxFragmentTextureUnits() - 1; Your last change ...
7 years, 6 months ago (2013-06-05 15:58:40 UTC) #6
bsalomon
https://codereview.chromium.org/16452007/diff/9002/src/gpu/gl/GrGpuGL.cpp File src/gpu/gl/GrGpuGL.cpp (right): https://codereview.chromium.org/16452007/diff/9002/src/gpu/gl/GrGpuGL.cpp#newcode2200 src/gpu/gl/GrGpuGL.cpp:2200: int lastUnitIdx = this->glCaps().maxFragmentTextureUnits() - 1; On 2013/06/05 15:58:40, ...
7 years, 6 months ago (2013-06-05 17:16:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/bsalomon@google.com/16452007/9004
7 years, 6 months ago (2013-06-05 17:20:07 UTC) #8
commit-bot: I haz the power
7 years, 6 months ago (2013-06-05 23:29:28 UTC) #9
Message was sent while issue was closed.
Change committed as 9451

Powered by Google App Engine
This is Rietveld 408576698