Mipmapping and other texture filters now work.
authorAapo Tahkola <aet@rasterburn.org>
Tue, 11 Jan 2005 23:34:55 +0000 (23:34 +0000)
committerAapo Tahkola <aet@rasterburn.org>
Tue, 11 Jan 2005 23:34:55 +0000 (23:34 +0000)
commitff04e50e2e4f423b7d8866b85d299c9acce5fed6
tree7ae829231f3fcbe2164193daa24afa80896cf68b
parentd24e49f301db9612349ed09594e476a8dbc896a5
Mipmapping and other texture filters now work.
Beaware that R300_TX_MIN_FILTER_MASK might be incorrect because i havent
been able to confirm that all filters operate correctly. Because of this its
also pretty pointless trying to get other features that use filter field to
work.

Lod bias should also work but have been unable to test it because lodbias
test doesnt work.
src/mesa/drivers/dri/r300/r300_reg.h
src/mesa/drivers/dri/r300/r300_render.c
src/mesa/drivers/dri/r300/r300_state.c
src/mesa/drivers/dri/r300/r300_tex.c
src/mesa/drivers/dri/r300/r300_texstate.c