GL_ARB_texture_env_crossbar on i915

Lukas Hejtmanek xhejtman at fi.muni.cz
Fri Apr 21 08:05:30 PDT 2006


Hello,

why this extension is not included in i915 driver? I added it to sources,
recompiled and tested with www.glest.org, it seems to be ok, so I think it could
be included into Mesa/src/mesa/drivers/dri/i915/i915_context.c:

--- i915_context.c.old  2006-04-21 17:01:24.000000000 +0200
+++ i915_context.c      2006-04-21 16:56:47.000000000 +0200
@@ -47,6 +47,7 @@

 static const struct dri_extension i915_extensions[] =
 {
+    { "GL_ARB_texture_env_crossbar",       NULL },
     { "GL_ARB_depth_texture",              NULL },
     { "GL_ARB_fragment_program",           NULL },
     { "GL_ARB_shadow",                     NULL },


-- 
Lukáš Hejtmánek



More information about the xorg mailing list