diff options
author | Brian <[email protected]> | 2008-04-01 11:35:53 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-04-01 11:35:53 -0600 |
commit | e7b23d36df1ab3ac5b54ef8e4e56c4fd46db8257 (patch) | |
tree | 09ad402fb532af6f6af945db3b26294704074459 /src/gallium/drivers/cell/spu/spu_main.h | |
parent | c14da8f52407529f20f819e31a01356535de0117 (diff) |
cell: checkpoint: more multi-texture work
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_main.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_main.h b/src/gallium/drivers/cell/spu/spu_main.h index 2bfad3535a1..26e050cfc3e 100644 --- a/src/gallium/drivers/cell/spu/spu_main.h +++ b/src/gallium/drivers/cell/spu/spu_main.h @@ -152,7 +152,7 @@ struct spu_global /** for converting RGBA to PIPE_FORMAT_x colors */ vector unsigned char color_shuffle; - vector float (*sample_texture)(vector float texcoord); + vector float (*sample_texture)(uint unit, vector float texcoord); } ALIGN16_ATTRIB; |