Module: Mesa
Branch: arb_fbo_cleanup
Commit: a7f98f4c7e9e20ec23ded82881360ec307881509
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7f98f4c7e9e20ec23ded82881360ec307881509

Author: Brian Paul <[email protected]>
Date:   Wed Jan 21 11:49:59 2009 -0700

i965: enable GL_ARB_framebuffer_object

---

 src/mesa/drivers/dri/intel/intel_context.c |    2 ++
 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 3a4e652..fda8808 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 },

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to