st/dri: make the GL_ARB_map_buffer_range entrypoints available

This commit is contained in:
Ben Skeggs 2009-08-26 16:17:37 +10:00
parent 674835f184
commit 1664bc1a37
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include "dri_context.h"
#include "state_tracker/st_context.h"
#define need_GL_ARB_map_buffer_range
#define need_GL_ARB_multisample
#define need_GL_ARB_occlusion_query
#define need_GL_ARB_point_parameters
@ -61,6 +62,7 @@
*/
const struct dri_extension card_extensions[] = {
{"GL_ARB_fragment_shader", NULL},
{"GL_ARB_map_buffer_range", GL_ARB_map_buffer_range_functions},
{"GL_ARB_multisample", GL_ARB_multisample_functions},
{"GL_ARB_multitexture", NULL},
{"GL_ARB_occlusion_query", GL_ARB_occlusion_query_functions},