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:05:23 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-14 12:54:30 -0600
commitb7609be0f1cc8d7a822a29a2ecc165cd848df2b3 (patch)
tree9529fb3793a26be1898b46699bc2d038b83bf32c /src/gallium/drivers/cell/ppu/cell_pipe_state.c
parent5d4f3b841753e16fbb33e444b6a787663e54fce5 (diff)
cell: remove old code, clean-ups, etc.
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, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
index 8c55b8e093..02721e8f38 100644
--- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
+++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
@@ -258,7 +258,7 @@ cell_set_sampler_textures(struct pipe_context *pipe,
}
cell->num_textures = num;
- cell_update_texture_mapping(cell);
+ cell_update_texture_mapping(cell); /* XXX temporary! */
cell->dirty |= CELL_NEW_TEXTURE;
}