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/SConscript | |
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/SConscript')
-rw-r--r-- | src/mesa/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index 64b706534f5..dfc8bd4410a 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -72,6 +72,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', |