Comment # 8
on bug 100393
from Mika
@Ilia Mirkin I found a way to make it work using compat, it's enabling DSA in compat profile, and add option to enable higher compatibility profile. (cf patch) I cannot state it regresses somehow, of course I do not have a lot of application to test this modification against. However the application's shader uses "#version 420" and various extensions, that are not needed if I change to "#version 450" in the binary. I'm aware that there's MESA_GLSL_VERSION_OVERRIDE, I may be wrong, but it seems it's not intended to force if "#version" is already there. The binary also reacts to glGetString(GL_VENDOR) and glGetString(GL_RENDERER), to adapt to the proprietary drivers. It leads intel's to fail to render properly and sometimes Radeonsi. By overriding from time to time, the result is awesomly correct thanks to the quality of mesa.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel