Mesa (master): r600g,radeonsi: remove unused code

Marek Olšák mareko at kemper.freedesktop.org
Sun Sep 29 13:48:24 UTC 2013


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat Sep 21 23:05:08 2013 +0200

r600g,radeonsi: remove unused code

---

 src/gallium/drivers/r600/r600_pipe.h         |    3 ---
 src/gallium/drivers/radeonsi/radeonsi_pipe.h |    1 -
 2 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 36132f2..fc13860 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -717,9 +717,6 @@ boolean r600_is_format_supported(struct pipe_screen *screen,
 				 unsigned usage);
 void r600_update_db_shader_control(struct r600_context * rctx);
 
-/* r600_texture.c */
-void r600_init_screen_texture_functions(struct pipe_screen *screen);
-
 /* r600_hw_context.c */
 void r600_get_backend_mask(struct r600_context *ctx);
 void r600_context_flush(struct r600_context *ctx, unsigned flags);
diff --git a/src/gallium/drivers/radeonsi/radeonsi_pipe.h b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
index 9306790..942d235 100644
--- a/src/gallium/drivers/radeonsi/radeonsi_pipe.h
+++ b/src/gallium/drivers/radeonsi/radeonsi_pipe.h
@@ -241,7 +241,6 @@ void r600_init_query_functions(struct r600_context *rctx);
 void r600_init_context_resource_functions(struct r600_context *r600);
 
 /* r600_texture.c */
-void r600_init_screen_texture_functions(struct pipe_screen *screen);
 void si_init_surface_functions(struct r600_context *r600);
 
 /* r600_translate.c */




More information about the mesa-commit mailing list