This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
cell: set cell->num_textures
tags/mesa_20090313
Brian Paul
17 years ago
parent
0c1e98d959
commit
0ae4728eb4
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
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;
Write
Preview
Loading…
Cancel
Save