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

Issue 2139042: Added mechanism to predefine associated macros for extensions. Also refactore... (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

Added mechanism to predefine associated macros for extensions. Also refactored the way extension behavior is initialized and updated. Please note that I still need to add validation that appropriate extensions are enabled before using an extension function. BUG=25

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -28 lines) Patch
M src/compiler/Common.h View 1 chunk +0 lines, -2 lines 0 comments Download
A src/compiler/ExtensionBehavior.h View 1 chunk +21 lines, -0 lines 0 comments Download
M src/compiler/Initialize.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/Initialize.cpp View 1 chunk +6 lines, -0 lines 4 comments Download
M src/compiler/ParseHelper.h View 4 chunks +5 lines, -12 lines 0 comments Download
M src/compiler/ParseHelper.cpp View 1 chunk +0 lines, -11 lines 0 comments Download
M src/compiler/ShHandle.h View 3 chunks +4 lines, -0 lines 0 comments Download
M src/compiler/ShaderLang.cpp View 4 chunks +15 lines, -3 lines 0 comments Download
M src/compiler/intermediate.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
Alok Priyadarshi
13 years, 8 months ago (2010-09-02 21:51:56 UTC) #1
dgkoch
looks largely ok, just the one comment. Daniel http://codereview.appspot.com/2139042/diff/1/4 File src/compiler/Initialize.cpp (right): http://codereview.appspot.com/2139042/diff/1/4#newcode626 src/compiler/Initialize.cpp:626: extBehavior["GL_OES_standard_derivatives"] ...
13 years, 8 months ago (2010-09-03 11:59:27 UTC) #2
Alok Priyadarshi
http://codereview.appspot.com/2139042/diff/1/4 File src/compiler/Initialize.cpp (right): http://codereview.appspot.com/2139042/diff/1/4#newcode626 src/compiler/Initialize.cpp:626: extBehavior["GL_OES_standard_derivatives"] = EBhDisable; On 2010/09/03 11:59:27, dgkoch wrote: > ...
13 years, 8 months ago (2010-09-03 16:21:09 UTC) #3
dgkoch
http://codereview.appspot.com/2139042/diff/1/4 File src/compiler/Initialize.cpp (right): http://codereview.appspot.com/2139042/diff/1/4#newcode626 src/compiler/Initialize.cpp:626: extBehavior["GL_OES_standard_derivatives"] = EBhDisable; On 2010/09/03 16:21:12, alokp wrote: > ...
13 years, 8 months ago (2010-09-03 16:26:20 UTC) #4
Alok Priyadarshi
http://codereview.appspot.com/2139042/diff/1/4 File src/compiler/Initialize.cpp (right): http://codereview.appspot.com/2139042/diff/1/4#newcode626 src/compiler/Initialize.cpp:626: extBehavior["GL_OES_standard_derivatives"] = EBhDisable; > You are only doing that ...
13 years, 8 months ago (2010-09-03 17:19:22 UTC) #5
dgkoch
13 years, 8 months ago (2010-09-03 18:01:46 UTC) #6
Ok. Thanks for clarifying.

No issues from me then.
Daniel
Sign in to reply to this message.

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