On 10 October 2013 21:27, Paul Berry <stereotype...@gmail.com> wrote:

> It's been a long and rocky road, but geometry shader support in Mesa's
> i965/gen7 driver has finally reached a point I'm willing to call
> "feature complete".  Since geometry shaders were the last remaining
> feature needed for GL 3.2, it's time to turn on GL 3.2 support.  Here
> is a short patch series to turn it on.
>
> Patch 1 enables GLSL 1.50 and GL 3.2 for i965/gen7 parts (Ivy Bridge
> and Haswell).  Patch 2 removes the old warning message "Geometry
> shader support is currently experimental".  Patch 3 bumps the Mesa
> major version from 9 to 10 to reflect the fact that we now support a
> new version of OpenGL.
>

Ok, I've pushed this series.  Note: on i965/gen7, there is an apparent
regression: "glsl-1.40/built-in constants *" tests now fail.  This is due
to a flaw in the test (it is trying to create geometry shaders using a
"#version 140" directive).  I will send out a piglit patch soon that fixes
the test.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to