summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2013-10-04 17:14:07 +0200
committerMarek Olšák <[email protected]>2013-10-04 20:01:48 +0200
commiteda1f2aa120e26339321aed63baa4c13b289557a (patch)
tree0c75671cff7d549a56c9948179b9e68ddc96eb56
parent0667e2c969c0931a1feee530508f8441a11bda32 (diff)
r300g: remove unused function r300_lacks_vertex_textures
-rw-r--r--src/gallium/drivers/r300/r300_state.c7
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 4aebbea83d8..6ce009e4668 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);