瀏覽代碼

gallium: fix brokenb build

tags/mesa_20090313
Brian 17 年之前
父節點
當前提交
12c14c31b7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/gallium/drivers/softpipe/sp_texture.c

+ 1
- 1
src/gallium/drivers/softpipe/sp_texture.c 查看文件

@@ -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…
取消
儲存