summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common/meta.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-09-03 21:27:06 -0600
committerBrian Paul <brianp@vmware.com>2009-09-06 09:37:29 -0600
commitbcb62ae78a9d2f4d08001e9f207b6f1291443968 (patch)
tree3bc6b874feefea208e185dd5a27174fe72366b45 /src/mesa/drivers/common/meta.h
parent4fdc96db1d7c897863be0d55455a09e896206260 (diff)
mesa: _mesa_meta_bitmap() function
Diffstat (limited to 'src/mesa/drivers/common/meta.h')
-rw-r--r--src/mesa/drivers/common/meta.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/drivers/common/meta.h b/src/mesa/drivers/common/meta.h
index b03b64c48a..b729208492 100644
--- a/src/mesa/drivers/common/meta.h
+++ b/src/mesa/drivers/common/meta.h
@@ -77,5 +77,12 @@ _mesa_meta_draw_pixels(GLcontext *ctx,
const struct gl_pixelstore_attrib *unpack,
const GLvoid *pixels);
+extern void
+_mesa_meta_bitmap(GLcontext *ctx,
+ GLint x, GLint y, GLsizei width, GLsizei height,
+ const struct gl_pixelstore_attrib *unpack,
+ const GLubyte *bitmap);
+
+
#endif /* META_H */