summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-21 11:49:59 -0700
committerBrian Paul <brianp@vmware.com>2009-01-22 15:43:50 -0700
commita7f98f4c7e9e20ec23ded82881360ec307881509 (patch)
tree4c78c5739e00f2ae611cc294fcb84628e7bce1ce
parent6d2e1f6a2cd25107ad9bd88b1decd05fc8000f78 (diff)
downloadmesa-arb_fbo_cleanup.tar.gz
i965: enable GL_ARB_framebuffer_objectarb_fbo_cleanup
-rw-r--r--src/mesa/drivers/dri/intel/intel_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 3a4e652ae5e..fda880829c8 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -68,6 +68,7 @@
int INTEL_DEBUG = (0);
#endif
+#define need_GL_ARB_framebuffer_object
#define need_GL_ARB_multisample
#define need_GL_ARB_occlusion_query
#define need_GL_ARB_point_parameters
@@ -398,6 +399,7 @@ static const struct dri_extension brw_extensions[] = {
{ "GL_ARB_fragment_program", NULL },
{ "GL_ARB_fragment_program_shadow", NULL },
{ "GL_ARB_fragment_shader", NULL },
+ { "GL_ARB_framebuffer_object", GL_ARB_framebuffer_object_functions},
{ "GL_ARB_occlusion_query", GL_ARB_occlusion_query_functions },
{ "GL_ARB_point_sprite", NULL },
{ "GL_ARB_shader_objects", GL_ARB_shader_objects_functions },