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

Author: Brian Paul <[email protected]>
Date:   Sun Apr  4 18:28:41 2010 -0600

mesa: don't turn on GL_EXT_transform_feedback yet

---

 src/mesa/main/extensions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 8668400..5fa3f3b 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -323,7 +323,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
 #endif
    ctx->Extensions.EXT_texture_swizzle = GL_TRUE;
 #if FEATURE_EXT_transform_feedback
-   ctx->Extensions.EXT_transform_feedback = GL_TRUE;
+   /*ctx->Extensions.EXT_transform_feedback = GL_TRUE;*/
 #endif
    ctx->Extensions.EXT_vertex_array_bgra = GL_TRUE;
    /*ctx->Extensions.IBM_multimode_draw_arrays = GL_TRUE;*/

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to