Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eglinfo does not compile with new versions of mesa (10+) #1

Closed
openbugz opened this issue May 21, 2014 · 2 comments
Closed

eglinfo does not compile with new versions of mesa (10+) #1

openbugz opened this issue May 21, 2014 · 2 comments

Comments

@openbugz
Copy link

../../src/glapi_stats.cpp: In function 'const char* eglinfo::get_shader_binary_format_string(GLint)':
| ../../src/glapi_stats.cpp:171:8: error: 'GCCSO_SHADER_BINARY_FJ' was not declared in this scope
| case GCCSO_SHADER_BINARY_FJ: return "FJ_shader_binary_GCCSO";
| ^

because

GCCSO_SHADER_BINARY_FJ was renamed to GL_GCCSO_SHADER_BINARY_FJ in
http://cgit.freedesktop.org/mesa/mesa/tree/include/GLES2/gl2ext.h?h=10.1 line 1088

@dv1
Copy link
Owner

dv1 commented May 22, 2014

Fixed in a recent commit. Worked for me. Please try it out.

@openbugz
Copy link
Author

Many thanks!

On Thu, May 22, 2014 at 11:26 AM, dv1 notifications@github.com wrote:

Fixed in a recent commit. Worked for me. Please try it out.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-43860878
.

@dv1 dv1 closed this as completed Jun 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants