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

Issue 23875048: Use explicitly-sized enums in GrGLProgramDesc::KeyHeader (Closed)

Created:
7 years, 3 months ago by Chris Dalton
Modified:
7 years, 2 months ago
Reviewers:
bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Use explicitly-sized enums in GrGLProgramDesc::KeyHeader Uses enums explicitly sized to 8 bits in GrGLProgramDesc::KeyHeader, instead of storing them as uint8_t values. This avoids the need to static_cast them. Committed: http://code.google.com/p/skia/source/detail?r=11560

Patch Set 1 #

Patch Set 2 : Fix build error with tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -13 lines) Patch
M src/gpu/gl/GrGLProgram.cpp View 4 chunks +4 lines, -6 lines 0 comments Download
M src/gpu/gl/GrGLProgramDesc.h View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/GLProgramsTest.cpp View 1 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Chris Dalton
7 years, 3 months ago (2013-09-23 01:54:03 UTC) #1
bsalomon
On 2013/09/23 01:54:03, cdalton wrote: lgtm
7 years, 3 months ago (2013-09-23 17:31:22 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/cdalton@nvidia.com/23875048/3001
7 years, 2 months ago (2013-10-01 12:06:53 UTC) #3
commit-bot: I haz the power
7 years, 2 months ago (2013-10-01 18:43:46 UTC) #4
Message was sent while issue was closed.
Change committed as 11560

Powered by Google App Engine
This is Rietveld 408576698