Merge branch 'mesa_7_5_branch'

Conflicts:

	src/mesa/main/state.c
This commit is contained in:
Brian Paul
2009-08-05 14:13:48 -06:00
11 changed files with 361 additions and 213 deletions

View File

@@ -233,7 +233,9 @@ void st_init_extensions(struct st_context *st)
if (screen->get_param(screen, PIPE_CAP_POINT_SPRITE)) {
ctx->Extensions.ARB_point_sprite = GL_TRUE;
ctx->Extensions.NV_point_sprite = GL_TRUE;
/* GL_NV_point_sprite is not supported by gallium because we don't
* support the GL_POINT_SPRITE_R_MODE_NV option.
*/
}
if (screen->get_param(screen, PIPE_CAP_OCCLUSION_QUERY)) {