diff options
author | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 13:23:07 -0700 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2008-02-04 13:23:07 -0700 |
commit | 8f924e4df06a5d45dda338e7a0a87308e48df57e (patch) | |
tree | 5c213a426dddbe138204b65c6e315b44dfe72410 /src/mesa/pipe/cell/spu/spu_texture.h | |
parent | ca1d2fc5f6fb138025f6848591e3494e4b881930 (diff) |
Cell: choose bilinear vs. nearest filtering according to sampler state
Diffstat (limited to 'src/mesa/pipe/cell/spu/spu_texture.h')
-rw-r--r-- | src/mesa/pipe/cell/spu/spu_texture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/spu/spu_texture.h b/src/mesa/pipe/cell/spu/spu_texture.h index 25cbe9b3c6..0e000bfebf 100644 --- a/src/mesa/pipe/cell/spu/spu_texture.h +++ b/src/mesa/pipe/cell/spu/spu_texture.h @@ -37,7 +37,7 @@ invalidate_tex_cache(void); extern uint -sample_texture(vector float texcoord); +sample_texture_nearest(vector float texcoord); extern uint |