diff options
author | Brian <[email protected]> | 2008-03-31 17:38:21 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-31 17:38:21 -0600 |
commit | 14452aee73e16f2ede075cf894e69d62cc539f5e (patch) | |
tree | 4ea1379e714057945f357930c955316f5d1e857b /src/gallium/drivers/cell/spu/spu_tri.c | |
parent | 84c2821d2a3b0252d6ccdfc88c6acd8f72134ebf (diff) |
cell: initial work to support multi-texture
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_tri.c')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_tri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_tri.c b/src/gallium/drivers/cell/spu/spu_tri.c index 95c629a8aae..9f63317b1f1 100644 --- a/src/gallium/drivers/cell/spu/spu_tri.c +++ b/src/gallium/drivers/cell/spu/spu_tri.c @@ -309,7 +309,7 @@ emit_quad( int x, int y, mask_t mask ) spu.cur_ctile_status = TILE_STATUS_DIRTY; - if (spu.texture.start) { + if (spu.texture.texture[0].start) { /* texture mapping */ vector float texcoords[4]; eval_coeff(2, (float) x, (float) y, texcoords); |