Module: Mesa
Branch: gallium-0.2
Commit: 0ae4728eb429d7b5217d34ec96fc973a5e7cfe95
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ae4728eb429d7b5217d34ec96fc973a5e7cfe95
Author: Brian Paul <[EMAIL PROTECTED]>
Date: Wed Oct 22 10:30:12 2008 -0600
cell: set cell->num_textures
---
src/gallium/drivers/cell/ppu/cell_pipe_state.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
index 1615e0b..825110c 100644
--- a/src/gallium/drivers/cell/ppu/cell_pipe_state.c
+++ b/src/gallium/drivers/cell/ppu/cell_pipe_state.c
@@ -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;
_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit