Mesa (master): mesa: turn on NV_conditional_render for software drivers

Brian Paul brianp at kemper.freedesktop.org
Thu Dec 31 15:54:56 UTC 2009


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

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Dec 30 21:40:54 2009 -0700

mesa: turn on NV_conditional_render for software drivers

---

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

diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index 1ccbe13..2002e4d 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -311,6 +311,7 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
    ctx->Extensions.MESA_texture_array = GL_TRUE;
    ctx->Extensions.MESA_ycbcr_texture = GL_TRUE;
    ctx->Extensions.NV_blend_square = GL_TRUE;
+   ctx->Extensions.NV_conditional_render = GL_TRUE;
    /*ctx->Extensions.NV_light_max_exponent = GL_TRUE;*/
    ctx->Extensions.NV_point_sprite = GL_TRUE;
    ctx->Extensions.NV_texture_env_combine4 = GL_TRUE;




More information about the mesa-commit mailing list