disable intel_get_rb_region()
authorBrian <brian@i915.localnet.net>
Thu, 9 Aug 2007 17:16:13 +0000 (11:16 -0600)
committerBrian <brian@i915.localnet.net>
Thu, 9 Aug 2007 20:26:31 +0000 (14:26 -0600)
src/mesa/drivers/dri/intel_winsys/intel_fbo.c

index ff786de1e353efd57c5ae096b182613fc2ba6c9b..5382ab342c7eaa17cd0fd8185cc34af811db6aea 100644 (file)
@@ -112,6 +112,7 @@ intel_flip_renderbuffers(struct intel_framebuffer *intel_fb)
 #endif
 
 
+#if 0
 struct pipe_region *
 intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex)
 {
@@ -122,7 +123,7 @@ intel_get_rb_region(struct gl_framebuffer *fb, GLuint attIndex)
    else
       return NULL;
 }
-
+#endif
 
 
 /**
@@ -331,6 +332,8 @@ intel_resize_buffers(GLcontext *ctx, struct gl_framebuffer *fb,
         rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
       }
    }
+#else
+
 #endif
 }