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

Fix AMD/Mesa support in ubuntu 16.04+ #188

Open
cjritola opened this issue Feb 16, 2017 · 1 comment
Open

Fix AMD/Mesa support in ubuntu 16.04+ #188

cjritola opened this issue Feb 16, 2017 · 1 comment
Assignees
Labels

Comments

@cjritola
Copy link
Member

Starting with ubuntu 16.04, fglrx is discontinued and programs must use Mesa.

Fortunately Mesa is 3.3-capable.

Unfortunately, it is failing to verify a sound-shader and gives no error message detailing what the issue is in the code. This fix will likely involve verification outside the Mesa driver to isolate the problem.

@cjritola cjritola added the Bug label Feb 16, 2017
@cjritola cjritola added this to the On-par with original game(s) milestone Feb 16, 2017
@cjritola cjritola self-assigned this Feb 16, 2017
@cjritola
Copy link
Member Author

Update: The sound shader is written against GL ES2 (GLSL 1.00). AMD/Mesa accepts the shader if rewritten to GLSL 1.10, however there are still internal errors thrown by the driver later and rendering will not proceed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant