r600: enable GL_ARB_pixel_buffer_object
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 8 Mar 2010 16:59:02 +0000 (11:59 -0500)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 8 Mar 2010 17:00:57 +0000 (12:00 -0500)
src/mesa/drivers/dri/r600/r600_context.c

index 3d6802e735b4b61853a84f4eabdbc8fcd0862b56..134e97e7c3321c907b08bf5086f14673118a87c8 100644 (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* */
 };