Browse Source

cell: set cell->num_textures

tags/mesa_20090313
Brian Paul 17 years ago
parent
commit
0ae4728eb4
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/gallium/drivers/cell/ppu/cell_pipe_state.c

+ 2
- 0
src/gallium/drivers/cell/ppu/cell_pipe_state.c View File

@@ -260,6 +260,8 @@ cell_set_sampler_textures(struct pipe_context *pipe,
}
}

cell->num_textures = num;

if (changed) {
cell->dirty |= CELL_NEW_TEXTURE;
cell->dirty_textures |= changed;

Loading…
Cancel
Save