summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2013-04-19 11:56:35 -0700
committerEric Anholt <[email protected]>2013-04-30 10:40:43 -0700
commit0a484f100615379482eb733d97757d7b24e377ef (patch)
tree3e40a12c7277b7068e1ac79dd837eb6249a070eb /src/mesa/swrast/swrast.h
parentf709c31c6717f898ae8689af2eb25232309f0cba (diff)
swrast: Move ImageOffsets allocation to shared code.
Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index ce2a5a3ae1d..e437c0a2459 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -218,7 +218,7 @@ extern GLboolean
_swrast_alloc_texture_image_buffer(struct gl_context *ctx,
struct gl_texture_image *texImage);
-extern void
+extern GLboolean
_swrast_init_texture_image(struct gl_texture_image *texImage);
extern void