mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 23:30:10 +01:00
gallium: fix brokenb build
This commit is contained in:
parent
0bb53709e8
commit
12c14c31b7
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ softpipe_texture_update(struct pipe_context *pipe,
|
|||
struct softpipe_context *softpipe = softpipe_context(pipe);
|
||||
uint unit;
|
||||
for (unit = 0; unit < PIPE_MAX_SAMPLERS; unit++) {
|
||||
if (&softpipe->texture[unit]->base == texture) {
|
||||
if (softpipe->texture[unit] == texture) {
|
||||
sp_flush_tile_cache(softpipe, softpipe->tex_cache[unit]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue