gallium: new mipmap generation code
authorBrian <brian.paul@tungstengraphics.com>
Mon, 17 Mar 2008 21:38:14 +0000 (15:38 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 17 Mar 2008 21:38:14 +0000 (15:38 -0600)
commitf1b42595d02828bcc617bc88b4ce6cf38a69ddbf
tree06e7a7b3f6d344946b2ae8761a6f2a9a76ccded1
parente3a747f1fefc147e8dca5729bcc8d68f419c595a
gallium: new mipmap generation code

Based on code from Mesa's state tracker.
Still need to implement fallbacks for those texture formats which can't
generally be rendered to.
src/gallium/auxiliary/util/u_gen_mipmap.c [new file with mode: 0644]
src/gallium/auxiliary/util/u_gen_mipmap.h [new file with mode: 0644]