Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(5636)

Issue 137630043: code review 137630043: go.mobile/gl: f32 utilities and extra debugging (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by crawshaw
Modified:
9 years, 7 months ago
Reviewers:
nigeltao
CC:
golang-codereviews, bryanturley, nigeltao, alsodave
Visibility:
Public.

Description

go.mobile/gl: f32 utilities and extra debugging Split constants out into their own file. Hide the values in named types in a struct, so that when using the gldebug tag we can attach extra information (such as the name of a uniform and attribute).

Patch Set 1 #

Patch Set 2 : diff -r 3bf2681432a0cf478ca360817016c82468781050 https://code.google.com/p/go.mobile #

Patch Set 3 : diff -r 3bf2681432a0cf478ca360817016c82468781050 https://code.google.com/p/go.mobile #

Patch Set 4 : diff -r 3bf2681432a0cf478ca360817016c82468781050 https://code.google.com/p/go.mobile #

Total comments: 2

Patch Set 5 : diff -r 3bf2681432a0cf478ca360817016c82468781050 https://code.google.com/p/go.mobile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -510 lines) Patch
M gl/consts.go View 1 3 chunks +1 line, -54 lines 0 comments Download
M gl/gendebug.go View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M gl/gl.go View 1 10 chunks +45 lines, -40 lines 0 comments Download
M gl/gldebug.go View 1 2 10 chunks +47 lines, -40 lines 0 comments Download
M gl/glutil/glutil.go View 1 2 chunks +8 lines, -8 lines 0 comments Download
M gl/types.go View 1 1 chunk +60 lines, -367 lines 0 comments Download
A gl/typesdebug.go View 1 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 8
crawshaw
Hello golang-codereviews@googlegroups.com (cc: alsodave, bryanturley, nigeltao), I'd like you to review this change to https://code.google.com/p/go.mobile
9 years, 7 months ago (2014-09-13 20:05:07 UTC) #1
bryanturley
Are you aware of http://www.khronos.org/registry/gles/extensions/EXT/EXT_debug_label.txt Which appears to not be available everywhere. Also the less ...
9 years, 7 months ago (2014-09-13 21:10:21 UTC) #2
bryanturley
I think this could get very confusing, having structs that change definition. It will also ...
9 years, 7 months ago (2014-09-13 21:26:26 UTC) #3
crawshaw
I am unclear on how uniform blocks will cause a problem. There's still a handle ...
9 years, 7 months ago (2014-09-13 21:38:54 UTC) #4
bryanturley
On 2014/09/13 21:38:54, crawshaw wrote: > I am unclear on how uniform blocks will cause ...
9 years, 7 months ago (2014-09-13 22:29:36 UTC) #5
bryanturley
On 2014/09/13 22:29:36, bryanturley wrote: > On 2014/09/13 21:38:54, crawshaw wrote: > > I am ...
9 years, 7 months ago (2014-09-13 22:41:31 UTC) #6
nigeltao
LGTM. https://codereview.appspot.com/137630043/diff/60001/gl/types.go File gl/types.go (right): https://codereview.appspot.com/137630043/diff/60001/gl/types.go#newcode29 gl/types.go:29: Value uint uint32?
9 years, 7 months ago (2014-09-14 23:45:16 UTC) #7
crawshaw
9 years, 7 months ago (2014-09-17 22:08:07 UTC) #8
*** Submitted as
https://code.google.com/p/go/source/detail?r=547bbce45af3&repo=mobile ***

go.mobile/gl: f32 utilities and extra debugging

Split constants out into their own file. Hide the
values in named types in a struct, so that when
using the gldebug tag we can attach extra
information (such as the name of a uniform and
attribute).

LGTM=nigeltao
R=golang-codereviews, bryanturley, nigeltao
CC=davidday, golang-codereviews
https://codereview.appspot.com/137630043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b