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

Issue 2043043: Removed support for unused/deprecated extension - GL_3DL_array_object.... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by Alok Priyadarshi
Modified:
13 years, 8 months ago
Reviewers:
kbr1, dgkoch
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Removed support for unused/deprecated extension - GL_3DL_array_object. TEST=conformance tests.

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -152 lines) Patch
M src/compiler/Intermediate.cpp View 7 chunks +22 lines, -49 lines 2 comments Download
M src/compiler/ParseHelper.cpp View 2 chunks +1 line, -6 lines 0 comments Download
M src/compiler/glslang.y View 1 8 chunks +19 lines, -97 lines 1 comment Download

Messages

Total messages: 9
Alok Priyadarshi
13 years, 8 months ago (2010-08-31 18:56:04 UTC) #1
kbr1
http://codereview.appspot.com/2043043/diff/1/4 File src/compiler/glslang.y (left): http://codereview.appspot.com/2043043/diff/1/4#oldcode1293 src/compiler/glslang.y:1293: TIntermNode* intermNode; Is this else clause supposed to still ...
13 years, 8 months ago (2010-08-31 19:25:07 UTC) #2
Alok Priyadarshi
It seems the conformance tests are horribly incomplete for arrays. I will write a few ...
13 years, 8 months ago (2010-08-31 20:23:09 UTC) #3
dgkoch
Yes, you certainly shouldn't assume that the conformance tests have 100% coverage of the languages ...
13 years, 8 months ago (2010-09-01 14:14:08 UTC) #4
Alok Priyadarshi
http://codereview.appspot.com/2043043/diff/1/4 File src/compiler/glslang.y (right): http://codereview.appspot.com/2043043/diff/1/4#newcode629 src/compiler/glslang.y:629: $1.setArray(false); On 2010/09/01 14:14:08, dgkoch wrote: > I believe ...
13 years, 8 months ago (2010-09-01 20:12:22 UTC) #5
kbr1
Looks okay to me but deferring LGTM to Daniel. Out of curiosity are you checking ...
13 years, 8 months ago (2010-09-01 20:19:03 UTC) #6
Alok Priyadarshi
> > Out of curiosity are you checking in your new tests somewhere? I am ...
13 years, 8 months ago (2010-09-01 20:31:12 UTC) #7
dgkoch
looks ok, other than improving that one error message. Daniel http://codereview.appspot.com/2043043/diff/7001/8001 File src/compiler/Intermediate.cpp (right): http://codereview.appspot.com/2043043/diff/7001/8001#newcode766 ...
13 years, 8 months ago (2010-09-01 20:46:45 UTC) #8
Alok Priyadarshi
13 years, 8 months ago (2010-09-01 20:57:21 UTC) #9
Thanks guys. submitting...

http://codereview.appspot.com/2043043/diff/7001/8001
File src/compiler/Intermediate.cpp (right):

http://codereview.appspot.com/2043043/diff/7001/8001#newcode766
src/compiler/Intermediate.cpp:766: infoSink.info.message(EPrefixInternalError,
"Unexpected array type", getLine());
On 2010/09/01 20:46:45, dgkoch wrote:
> This error message still seems a bit confusing.  Perhaps something like
"Invalid
> operation for arrays" instead?

sorry - done now.
Sign in to reply to this message.

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