diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-13 11:16:04 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-10-13 16:43:35 -0600 |
commit | c8fb3682619ea49c5fefdf8b88cdb95eac7478ff (patch) | |
tree | ed0997fb48546e883056eaf0a271e411a513423a /src/gallium/drivers/cell/spu/spu_texture.h | |
parent | 3b07c28dee74c7aa3be5efac8084d610675af291 (diff) |
cell: remove old texture code
Diffstat (limited to 'src/gallium/drivers/cell/spu/spu_texture.h')
-rw-r--r-- | src/gallium/drivers/cell/spu/spu_texture.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/drivers/cell/spu/spu_texture.h b/src/gallium/drivers/cell/spu/spu_texture.h index f019e7d8ef..d576aed719 100644 --- a/src/gallium/drivers/cell/spu/spu_texture.h +++ b/src/gallium/drivers/cell/spu/spu_texture.h @@ -36,20 +36,12 @@ extern void invalidate_tex_cache(void); -extern vector float -sample_texture_nearest(uint unit, vector float texcoord); - - extern void sample_texture4_nearest(vector float s, vector float t, vector float r, vector float q, uint unit, vector float colors[4]); -extern vector float -sample_texture_bilinear(uint unit, vector float texcoord); - - extern void sample_texture4_bilinear(vector float s, vector float t, vector float r, vector float q, |