summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/swrast.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2013-04-13 01:37:35 -0700
committerEric Anholt <eric@anholt.net>2013-04-21 12:28:04 -0700
commit1842dd08b83269816fe8eb8f2dcc1252f606fe48 (patch)
tree61d1cca575fe3be59af5ad5c79d0a45e85479701 /src/mesa/swrast/swrast.h
parente86170c2b88f9970a124479bbf47b5a7cd43d628 (diff)
downloadexternal_mesa3d-1842dd08b83269816fe8eb8f2dcc1252f606fe48.zip
external_mesa3d-1842dd08b83269816fe8eb8f2dcc1252f606fe48.tar.gz
external_mesa3d-1842dd08b83269816fe8eb8f2dcc1252f606fe48.tar.bz2
mesa: Generalize TexStorage allocator between swrast and intel.
This should be reusable for other non-gallium drivers, so we can make the extension always be available. v2: Add a more detailed comment than the old function had (recommended by Brian). Reviewed-by: Brian Paul <brianp@vmware.com> (v1)
Diffstat (limited to 'src/mesa/swrast/swrast.h')
-rw-r--r--src/mesa/swrast/swrast.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/swrast/swrast.h b/src/mesa/swrast/swrast.h
index 82555ae..0f74bb9 100644
--- a/src/mesa/swrast/swrast.h
+++ b/src/mesa/swrast/swrast.h
@@ -272,14 +272,6 @@ _swrast_finish_render_texture(struct gl_context *ctx,
struct gl_renderbuffer_attachment *att);
-
-extern GLboolean
-_swrast_AllocTextureStorage(struct gl_context *ctx,
- struct gl_texture_object *texObj,
- GLsizei levels, GLsizei width,
- GLsizei height, GLsizei depth);
-
-
/**
* The driver interface for the software rasterizer.
* XXX this may go away.