summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/softpipe/sp_tex_layout.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-14 15:58:56 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-14 15:58:56 -0600
commit9623683dfcb03ce42746765ba3e706b6a7085d39 (patch)
tree6a3a59eb3c3e5ef48cea145568789c4832609e62 /src/mesa/pipe/softpipe/sp_tex_layout.h
parent267052c735f25dda7b49ded7b46cc59cb84ecaaa (diff)
parent4bb213423941fb12801a734ad2d952a6d8f2347e (diff)
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
Diffstat (limited to 'src/mesa/pipe/softpipe/sp_tex_layout.h')
-rw-r--r--src/mesa/pipe/softpipe/sp_tex_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/softpipe/sp_tex_layout.h b/src/mesa/pipe/softpipe/sp_tex_layout.h
index be85e4be58..ea19c13b23 100644
--- a/src/mesa/pipe/softpipe/sp_tex_layout.h
+++ b/src/mesa/pipe/softpipe/sp_tex_layout.h
@@ -6,7 +6,7 @@ struct pipe_context;
struct pipe_mipmap_tree;
-extern GLboolean
+extern boolean
softpipe_mipmap_tree_layout(struct pipe_context *pipe,
struct pipe_mipmap_tree *mt);