r600: enable GL_ARB_pixel_buffer_object

This commit is contained in:
Alex Deucher
2010-03-08 11:59:02 -05:00
parent fe25bee14f
commit df9bf78f88
+1
View File
@@ -140,6 +140,7 @@ static const struct dri_extension card_extensions[] = {
{"GL_NV_blend_square", NULL},
{"GL_NV_vertex_program", GL_NV_vertex_program_functions},
{"GL_SGIS_generate_mipmap", NULL},
{"GL_ARB_pixel_buffer_object", NULL},
{NULL, NULL}
/* *INDENT-ON* */
};