summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell/ppu/cell_pipe_state.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-14 10:55:38 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-14 12:54:30 -0600
commit0bee156d8518419befb50ba57d22fed4037797ce (patch)
tree0aafaa3dbebd083f10b27e51082a282e64486ece /src/gallium/drivers/cell/ppu/cell_pipe_state.c
parentb7609be0f1cc8d7a822a29a2ecc165cd848df2b3 (diff)
cell: now do texture twiddling in the right way, at the right time.
Also handles images smaller than 32x32 now.
Diffstat (limited to 'src/gallium/drivers/cell/ppu/cell_pipe_state.c')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_pipe_state.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
index 02721e8f38..2e3086c4fa 100644
--- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
+++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
@@ -258,8 +258,6 @@ cell_set_sampler_textures(struct pipe_context *pipe,
}
cell->num_textures = num;
- cell_update_texture_mapping(cell); /* XXX temporary! */
-
cell->dirty |= CELL_NEW_TEXTURE;
}