Mesa (master): llvmpipe: (trivial) get rid of old function prototypes.

Roland Scheidegger sroland at kemper.freedesktop.org
Mon Feb 25 19:38:43 UTC 2013


Module: Mesa
Branch: master
Commit: 52c44cee1e6596a8ace104361a470edadbd6a591
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=52c44cee1e6596a8ace104361a470edadbd6a591

Author: Roland Scheidegger <sroland at vmware.com>
Date:   Mon Feb 25 20:37:46 2013 +0100

llvmpipe: (trivial) get rid of old function prototypes.

llvmpipe_init_screen/context_texture_funcs have long been replaced
with the respective "resource" funcs.

---

 src/gallium/drivers/llvmpipe/lp_texture.h |    7 -------
 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 58d719e..c046902 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)




More information about the mesa-commit mailing list