gallium: initial implemenation of auto mipmap generation in state tracker
authorBrian <brian.paul@tungstengraphics.com>
Fri, 8 Feb 2008 21:54:18 +0000 (14:54 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 8 Feb 2008 22:13:49 +0000 (15:13 -0700)
commit62abcb9aacc33218d0143a743c738435794b32a9
tree38f6456668756e537c67c4e8cc698f89128eb4c2
parent0b64ee6960f9e099bc1a6ca6fa10720fee875b3a
gallium: initial implemenation of auto mipmap generation in state tracker

Use hardware rendering to compute/render mipmap levels.
The fallback path (which will be used for non-renderable texture formats)
isn't working yet.
src/mesa/sources
src/mesa/state_tracker/st_cb_texture.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_gen_mipmap.c [new file with mode: 0644]
src/mesa/state_tracker/st_gen_mipmap.h [new file with mode: 0644]