Mesa (master): i965: Enable GL_ARB_fragment_coord_conventions now that the GLSL is fixed.

Eric Anholt anholt at kemper.freedesktop.org
Tue Feb 23 19:17:21 UTC 2010


Module: Mesa
Branch: master
Commit: c41cf31da8e2b57ea9911ed1720650cfc2649a84
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c41cf31da8e2b57ea9911ed1720650cfc2649a84

Author: Eric Anholt <eric at anholt.net>
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 },




More information about the mesa-commit mailing list