Module: Mesa Branch: 7.8 Commit: df9bf78f888702542a506f551204a2e7dc8b7df1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df9bf78f888702542a506f551204a2e7dc8b7df1
Author: Alex Deucher <[email protected]> Date: Mon Mar 8 11:59:02 2010 -0500 r600: enable GL_ARB_pixel_buffer_object --- src/mesa/drivers/dri/r600/r600_context.c | 1 + 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 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* */ }; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
