summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2008-02-08 14:54:18 -0700
committerBrian <brian.paul@tungstengraphics.com>2008-02-08 15:13:49 -0700
commit62abcb9aacc33218d0143a743c738435794b32a9 (patch)
tree38f6456668756e537c67c4e8cc698f89128eb4c2 /src/mesa/sources
parent0b64ee6960f9e099bc1a6ca6fa10720fee875b3a (diff)
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.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index c0087f76e6..84492c91ac 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -234,6 +234,7 @@ STATETRACKER_SOURCES = \
state_tracker/st_extensions.c \
state_tracker/st_format.c \
state_tracker/st_framebuffer.c \
+ state_tracker/st_gen_mipmap.c \
state_tracker/st_mesa_to_tgsi.c \
state_tracker/st_program.c \
state_tracker/st_texture.c