From: Alex Deucher Date: Mon, 8 Mar 2010 16:59:02 +0000 (-0500) Subject: r600: enable GL_ARB_pixel_buffer_object X-Git-Tag: 062012170305~12852^2~187 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df9bf78f888702542a506f551204a2e7dc8b7df1;p=profile%2Fivi%2Fmesa.git r600: enable GL_ARB_pixel_buffer_object --- diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c index 3d6802e..134e97e 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* */ };