On Mon, 30 Apr 2012 22:57:02 +0200, Olivier Galibert <galib...@pobox.com> wrote:
> On Mon, Apr 30, 2012 at 01:40:44PM -0700, Kenneth Graunke wrote:
> > Would you like to try and implement it in the i965 driver (FS - 
> > brw_fs_visitor.cpp and VS - brw_vec4_visitor.cpp)?  If not, I'd be glad to.
> 
> How do you activate GLSL 1.3 with the i965 driver?

GLSL 1.30 is already on for gen6+.  You can force 1.30 for your purposes
if needed on older hardware with the environment variable:

MESA_GLSL_VERSION_OVERRIDE=130

(Also, there's MESA_EXTENSION_OVERRIDE="+GL_ARB_texture_buffer_object
+GL_ARB_uniform_buffer_object" or MESA_GL_VERSION_OVERRIDE for poking at
new extension support before the driver's ready)

Attachment: pgpH4zK8MdxL3.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to