diff options
author | Brian Paul <[email protected]> | 2011-09-08 20:16:18 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-08 20:16:18 -0600 |
commit | 730952aa12c257af25af0873e0b284f742fb485e (patch) | |
tree | e1a612f987127d30a23531847f0df2133c226384 /src/mesa/sources.mak | |
parent | e3dc78e57a7effbd30dc9539b3ea05ad85ac34e5 (diff) |
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.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index deff7bd7850..71f708f1ef6 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 \ |