summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-09-08 20:16:18 -0600
committerBrian Paul <brianp@vmware.com>2011-09-08 20:16:18 -0600
commit730952aa12c257af25af0873e0b284f742fb485e (patch)
treee1a612f987127d30a23531847f0df2133c226384 /src/mesa/sources.mak
parente3dc78e57a7effbd30dc9539b3ea05ad85ac34e5 (diff)
downloadexternal_mesa3d-730952aa12c257af25af0873e0b284f742fb485e.zip
external_mesa3d-730952aa12c257af25af0873e0b284f742fb485e.tar.gz
external_mesa3d-730952aa12c257af25af0873e0b284f742fb485e.tar.bz2
mesa: add new pixel format unpacking code
This will be used instead of the texel fetch code to unpack images in various formats.
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index deff7bd..71f708f 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -43,6 +43,7 @@ MAIN_SOURCES = \
main/ffvertex_prog.c \
main/fog.c \
main/formats.c \
+ main/format_unpack.c \
main/framebuffer.c \
main/get.c \
main/getstring.c \