[Mesa-dev] [PATCH 2/6] New unary opcodes for ARB_shader_bit_encoding support.

Eric Anholt eric at anholt.net
Mon Apr 30 14:21:51 PDT 2012


On Mon, 30 Apr 2012 22:57:02 +0200, Olivier Galibert <galibert at 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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120430/38204fa6/attachment.pgp>


More information about the mesa-dev mailing list