summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_texture.h
diff options
context:
space:
mode:
authorMaciej Cencora <m.cencora@gmail.com>2009-11-14 16:55:39 +0100
committerMaciej Cencora <m.cencora@gmail.com>2009-11-14 16:55:39 +0100
commit23ec7c457483aae1e0d399e9b570f1860c27c780 (patch)
tree3b06fd57279cf39a795a48855376bf41f4dcb95c /src/mesa/drivers/dri/radeon/radeon_texture.h
parent8f88cf3938f0156d4df6fcc5fde2711d40b85d03 (diff)
radeon: rework mipmap tree
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_texture.h')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_texture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_texture.h b/src/mesa/drivers/dri/radeon/radeon_texture.h
index 8995546d771..906daf12d0a 100644
--- a/src/mesa/drivers/dri/radeon/radeon_texture.h
+++ b/src/mesa/drivers/dri/radeon/radeon_texture.h
@@ -33,7 +33,8 @@
#include "main/formats.h"
-
+void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride,
+ GLuint numrows, GLuint rowsize);
struct gl_texture_image *radeonNewTextureImage(GLcontext *ctx);
void radeonFreeTexImageData(GLcontext *ctx, struct gl_texture_image *timage);