summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe
diff options
context:
space:
mode:
authorRoland Scheidegger <[email protected]>2013-02-25 20:37:46 +0100
committerRoland Scheidegger <[email protected]>2013-02-25 20:38:23 +0100
commit52c44cee1e6596a8ace104361a470edadbd6a591 (patch)
tree7d207b675296a84857dc865f1e1fbba3b44ee12a /src/gallium/drivers/llvmpipe
parentc0ba1080df4fa75ba23f254f2f998c97af70764b (diff)
llvmpipe: (trivial) get rid of old function prototypes.
llvmpipe_init_screen/context_texture_funcs have long been replaced with the respective "resource" funcs.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_texture.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_texture.h b/src/gallium/drivers/llvmpipe/lp_texture.h
index 58d719e51e5..c046902b64e 100644
--- a/src/gallium/drivers/llvmpipe/lp_texture.h
+++ b/src/gallium/drivers/llvmpipe/lp_texture.h
@@ -250,13 +250,6 @@ extern void
llvmpipe_print_resources(void);
-extern void
-llvmpipe_init_screen_texture_funcs(struct pipe_screen *screen);
-
-extern void
-llvmpipe_init_context_texture_funcs(struct pipe_context *pipe);
-
-
#define LP_UNREFERENCED 0
#define LP_REFERENCED_FOR_READ (1 << 0)
#define LP_REFERENCED_FOR_WRITE (1 << 1)