Ignore me I don't think patch 12 applied correctly
On Sat, 8 Oct 2016, 9:14 am Mike Lothian, wrote:
> This doesn't seem to be enough to get glxinfo to report GL 4.5 on my
> Tonga or Kabini systems
>
> Even with MESA_GLSL_VERSION_OVERRIDE=440 or 450 the maximum reported
> GLSL version is 430, the
This doesn't seem to be enough to get glxinfo to report GL 4.5 on my
Tonga or Kabini systems
Even with MESA_GLSL_VERSION_OVERRIDE=440 or 450 the maximum reported
GLSL version is 430, the override works with 420 however
I'm wondering if there's something in the Gallium code that's limiting
it to a
From: Nicolai Hähnle
---
src/gallium/drivers/radeonsi/si_pipe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/radeonsi/si_pipe.c
b/src/gallium/drivers/radeonsi/si_pipe.c
index 5a3f101..6e7f6a3 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.c
+++ b/sr