summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-02-08 02:05:13 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-02-08 02:05:13 +0000
commitd1b1b372704c93a0672b78be11fc5ea92b828c27 (patch)
tree7f94eacda14d5173b44aa464b5c06236fb92785b /src/mesa/main/texstore.h
parent0d22b9054094c863062c7787b45e1fb4d3834a67 (diff)
added missing prototype
Diffstat (limited to 'src/mesa/main/texstore.h')
-rw-r--r--src/mesa/main/texstore.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.h b/src/mesa/main/texstore.h
index a240bfe9d9..0b91f20e3a 100644
--- a/src/mesa/main/texstore.h
+++ b/src/mesa/main/texstore.h
@@ -2,7 +2,7 @@
* Mesa 3-D graphics library
* Version: 6.3
*
- * Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -247,8 +247,15 @@ _mesa_validate_pbo_teximage(GLcontext *ctx, GLuint dimensions,
const struct gl_pixelstore_attrib *unpack,
const char *funcName);
+extern const GLvoid *
+_mesa_validate_pbo_compressed_teximage(GLcontext *ctx,
+ GLsizei imageSize, const GLvoid *pixels,
+ const struct gl_pixelstore_attrib *packing,
+ const char *funcName);
+
extern void
-_mesa_unmap_teximage_pbo(GLcontext *ctx, const struct gl_pixelstore_attrib *unpack);
+_mesa_unmap_teximage_pbo(GLcontext *ctx,
+ const struct gl_pixelstore_attrib *unpack);
#endif