summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-08 11:43:20 -0700
committerBrian Paul <brianp@vmware.com>2010-03-08 11:43:20 -0700
commite5923a1240d8b32f5af080b0b4191d3b9299a630 (patch)
treeb186ab69c91eeb1be91c9f3705db82fead819728 /src/mesa/drivers/dri
parent39ab5ae30c303dd561252cb592d4de35814b6a70 (diff)
parente1762fb870f86afc4f6bd000b4a1c059d161f10d (diff)
Merge branch '7.8'
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 3d6802e735..134e97e7c3 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -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* */
};