Module: Mesa Branch: master Commit: c41cf31da8e2b57ea9911ed1720650cfc2649a84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c41cf31da8e2b57ea9911ed1720650cfc2649a84
Author: Eric Anholt <[email protected]> Date: Tue Feb 23 13:48:19 2010 -0500 i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed. Tested with piglit glsl-arb-fragment-coord-conventions. --- src/mesa/drivers/dri/intel/intel_extensions.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c index 84c8d01..e16c33b 100644 --- a/src/mesa/drivers/dri/intel/intel_extensions.c +++ b/src/mesa/drivers/dri/intel/intel_extensions.c @@ -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 }, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
