summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_fbo.h
diff options
context:
space:
mode:
authorBrian <brian@i915.localnet.net>2007-08-09 12:27:44 -0600
committerBrian <brian@i915.localnet.net>2007-08-09 14:28:41 -0600
commit64da7515009f3551796c90acc74eb0a2ffdb68a0 (patch)
tree93555e9de370d23caad0ce5ca2e18f5a563e1be5 /src/mesa/state_tracker/st_cb_fbo.h
parentb6e4efb451061a4e124f6bf575e528cbbff551c2 (diff)
checkpoint: no longer using intel_fbo.c
Diffstat (limited to 'src/mesa/state_tracker/st_cb_fbo.h')
-rw-r--r--src/mesa/state_tracker/st_cb_fbo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_cb_fbo.h b/src/mesa/state_tracker/st_cb_fbo.h
index 6142434ec6..7f52ab10d7 100644
--- a/src/mesa/state_tracker/st_cb_fbo.h
+++ b/src/mesa/state_tracker/st_cb_fbo.h
@@ -30,6 +30,14 @@
#define ST_CB_FBO_H
+/*
+extern struct gl_renderbuffer *
+st_new_renderbuffer_fb(struct pipe_region *region, GLuint width, GLuint height);
+*/
+extern struct gl_renderbuffer *
+st_new_renderbuffer_fb(GLuint intFormat);
+
+
extern void
st_init_fbo_functions(struct dd_function_table *functions);