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

Issue 12431018: Increase bits for effect attribute key (Closed)

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

Description

Increase bits for effect attribute key. We can have an attribute index value up to 7, but only allow 2 bits for each index in GrGLEffect::GenAttribKey. This change gives them 3 bits (and fixes an assert when running tests in debug).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M include/gpu/GrBackendEffectFactory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLEffect.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
jvanverth1
7 years, 9 months ago (2013-03-13 20:49:56 UTC) #1
bsalomon
On 2013/03/13 20:49:56, JimVV wrote: lgtm
7 years, 9 months ago (2013-03-13 20:54:45 UTC) #2
jvanverth1
7 years, 9 months ago (2013-03-13 21:05:46 UTC) #3
Message was sent while issue was closed.
Committed as r8140.

Powered by Google App Engine
This is Rietveld 408576698