Mesa (master): r300g: remove unused function r300_lacks_vertex_textures

Marek Olšák mareko at kemper.freedesktop.org
Fri Oct 4 18:02:38 UTC 2013


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

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Fri Oct  4 17:14:07 2013 +0200

r300g: remove unused function r300_lacks_vertex_textures

---

 src/gallium/drivers/r300/r300_state.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c
index 4aebbea..6ce009e 100644
--- a/src/gallium/drivers/r300/r300_state.c
+++ b/src/gallium/drivers/r300/r300_state.c
@@ -1546,13 +1546,6 @@ static void r300_bind_sampler_states(struct pipe_context* pipe,
     r300_mark_atom_dirty(r300, &r300->textures_state);
 }
 
-
-static void r300_lacks_vertex_textures(struct pipe_context* pipe,
-                                       unsigned count,
-                                       void** states)
-{
-}
-
 static void r300_delete_sampler_state(struct pipe_context* pipe, void* state)
 {
     FREE(state);




More information about the mesa-commit mailing list