gallium: Add util_gen_mipmap_filter().
authorMichal Krol <michal@tungstengraphics.com>
Sun, 23 Mar 2008 19:39:35 +0000 (20:39 +0100)
committerMichal Krol <michal@tungstengraphics.com>
Sun, 23 Mar 2008 19:40:56 +0000 (20:40 +0100)
commit6edaef531806f4ac6c92c4a2934da5a37262e2e3
tree1cadf3673bedd40f6f8866381f01aaab7257498b
parent38dc0f809d5f72b382676be6f72ea675a3929455
gallium: Add util_gen_mipmap_filter().

We need a way to specify the type of minification filter
used to downsample mipmap levels.
The old util_gen_mipmap() retains its behaviour and uses
LINEAR filter.
src/gallium/auxiliary/util/u_gen_mipmap.c
src/gallium/auxiliary/util/u_gen_mipmap.h