diff options
author | Brian Paul <[email protected]> | 2011-12-03 10:04:18 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-12-08 08:56:30 -0700 |
commit | aa6cb952c917f4280d75b322c05885fcf7eb6cdb (patch) | |
tree | 77a0e8eb9afc29e72d0abddccd492f4a3972899e /src/mesa/SConscript | |
parent | 2f88139145da99a695680c813ef5cc669eaef034 (diff) |
mesa: new format_pack.c code
This code packs colors, Z, stencil, etc. in the various mesa pixel
formats. Will be used for things like glDrawPixels, glTexImage,
glAccum, etc.
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 bcb6a249137..5c50189614f 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript @@ -74,6 +74,7 @@ main_sources = [ 'main/ffvertex_prog.c', 'main/fog.c', 'main/formats.c', + 'main/format_pack.c', 'main/format_unpack.c', 'main/framebuffer.c', 'main/get.c', |