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

Issue 6279054: Add placeholder entry points for GL_OES_get_program_binary. (Closed)

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

Description

Add placeholder entry points for GL_OES_get_program_binary. Committed: https://code.google.com/p/angleproject/source/detail?r=1146

Patch Set 1 : #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 1

Patch Set 5 : Add placeholder entry points for GL_OES_get_program_binary. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -1 line) Patch
M include/GLES2/gl2ext.h View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M src/libGLESv2/Context.cpp View 1 2 3 4 3 chunks +9 lines, -0 lines 0 comments Download
M src/libGLESv2/Program.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/libGLESv2/Program.cpp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/libGLESv2/libGLESv2.cpp View 1 2 3 4 3 chunks +78 lines, -1 line 0 comments Download

Messages

Total messages: 12
apatrick1
Daniel, Another one for you. Thanks. Al
12 years, 3 months ago (2012-06-04 23:22:36 UTC) #1
apatrick1
Patch set #2... I realized if I implement just a little bit more, I'll be ...
12 years, 3 months ago (2012-06-04 23:39:45 UTC) #2
dgkoch
https://codereview.appspot.com/6279054/diff/1003/src/libGLESv2/Context.cpp File src/libGLESv2/Context.cpp (right): https://codereview.appspot.com/6279054/diff/1003/src/libGLESv2/Context.cpp#newcode1659 src/libGLESv2/Context.cpp:1659: *params = GL_PROGRAM_BINARY_ANGLE; Presumably you'll need an accompanying glext.h ...
12 years, 3 months ago (2012-06-06 19:30:27 UTC) #3
apatrick1
Done thanks. https://codereview.appspot.com/6279054/diff/1003/src/libGLESv2/Context.cpp File src/libGLESv2/Context.cpp (right): https://codereview.appspot.com/6279054/diff/1003/src/libGLESv2/Context.cpp#newcode1659 src/libGLESv2/Context.cpp:1659: *params = GL_PROGRAM_BINARY_ANGLE; On 2012/06/06 19:30:27, dgkoch ...
12 years, 3 months ago (2012-06-06 20:03:35 UTC) #4
dgkoch
LGTM https://codereview.appspot.com/6279054/diff/11001/include/GLES2/gl2ext.h File include/GLES2/gl2ext.h (right): https://codereview.appspot.com/6279054/diff/11001/include/GLES2/gl2ext.h#newcode243 include/GLES2/gl2ext.h:243: #define GL_PROGRAM_BINARY_ANGLE 0x6000 /* FIXME: allocate enum */ ...
12 years, 3 months ago (2012-06-06 20:08:47 UTC) #5
dgkoch
On 2012/06/06 20:03:35, apatrick1 wrote: > On 2012/06/06 19:30:27, dgkoch wrote: > > Should validate ...
12 years, 3 months ago (2012-06-06 20:10:30 UTC) #6
apatrick1
On 2012/06/06 20:10:30, dgkoch wrote: > On 2012/06/06 20:03:35, apatrick1 wrote: > > On 2012/06/06 ...
12 years, 3 months ago (2012-06-06 20:39:51 UTC) #7
dgkoch
On 2012/06/06 20:39:51, apatrick1 wrote: > On 2012/06/06 20:10:30, dgkoch wrote: > > On 2012/06/06 ...
12 years, 3 months ago (2012-06-07 00:04:32 UTC) #8
dgkoch
LGTM, although I might prefer if we finish off the refactoring in Program first. https://codereview.appspot.com/6279054/diff/15002/src/libGLESv2/libGLESv2.cpp ...
12 years, 3 months ago (2012-06-07 00:13:40 UTC) #9
apatrick1
Add placeholder entry points for GL_OES_get_program_binary.
12 years, 3 months ago (2012-06-08 00:53:10 UTC) #10
apatrick1
On 2012/06/08 00:53:10, apatrick1 wrote: > Add placeholder entry points for GL_OES_get_program_binary. gcl does this ...
12 years, 3 months ago (2012-06-08 00:55:55 UTC) #11
dgkoch
12 years, 3 months ago (2012-06-08 01:18:52 UTC) #12
LGTM
Sign in to reply to this message.

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