i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.
authorEric Anholt <eric@anholt.net>
Tue, 23 Feb 2010 18:48:19 +0000 (13:48 -0500)
committerEric Anholt <eric@anholt.net>
Tue, 23 Feb 2010 19:16:31 +0000 (11:16 -0800)
Tested with piglit glsl-arb-fragment-coord-conventions.

src/mesa/drivers/dri/intel/intel_extensions.c

index 84c8d01..e16c33b 100644 (file)
@@ -151,6 +151,7 @@ static const struct dri_extension i915_extensions[] = {
 static const struct dri_extension brw_extensions[] = {
    { "GL_ARB_depth_clamp",                NULL },
    { "GL_ARB_depth_texture",              NULL },
+   { "GL_ARB_fragment_coord_conventions", NULL },
    { "GL_ARB_fragment_program",           NULL },
    { "GL_ARB_fragment_program_shadow",    NULL },
    { "GL_ARB_fragment_shader",            NULL },