enable GL_ARB/NV_point_sprite together
authorBrian <brian.paul@tungstengraphics.com>
Wed, 7 Nov 2007 22:57:19 +0000 (15:57 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 7 Nov 2007 23:08:04 +0000 (16:08 -0700)
src/mesa/state_tracker/st_extensions.c

index 4355eaa5f95e9ef27e1b98c5ba4e12ac5c84de54..fc003d47764f5313f7c34dfc2c6415b8f475345a 100644 (file)
@@ -175,6 +175,7 @@ void st_init_extensions(struct st_context *st)
 
    if (pipe->get_param(pipe, PIPE_CAP_POINT_SPRITE)) {
       ctx->Extensions.ARB_point_sprite = GL_TRUE;
+      ctx->Extensions.NV_point_sprite = GL_TRUE;
    }
 
    if (pipe->get_param(pipe, PIPE_CAP_OCCLUSION_QUERY)) {