diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 12:50:42 -0700 |
---|---|---|
committer | Ben Skeggs <skeggsb@gmail.com> | 2008-02-15 13:50:29 +1100 |
commit | e3ff185eae2f49f4dac92f7e89558ed175251c25 (patch) | |
tree | 9fcd323782c06ac7dcaae45ae8d6e6260307b7da /src/mesa/pipe/cell/spu/spu_texture.h | |
parent | 382651a4fafbea0c24e993933cb08a7ba19abcb7 (diff) |
Cell: implement basic bilinear texture sampler
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_texture.h')
-rw-r--r-- | src/mesa/pipe/cell/spu/spu_texture.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_texture.h b/src/mesa/pipe/cell/spu/spu_texture.h index 5bc8e71879..25cbe9b3c6 100644 --- a/src/mesa/pipe/cell/spu/spu_texture.h +++ b/src/mesa/pipe/cell/spu/spu_texture.h @@ -40,4 +40,8 @@ extern uint sample_texture(vector float texcoord); +extern uint +sample_texture_bilinear(vector float texcoord); + + #endif /* SPU_TEXTURE_H */ |