commit | aa6cb952c917f4280d75b322c05885fcf7eb6cdb | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Sat Dec 03 10:04:18 2011 -0700 |
committer | Brian Paul <brianp@vmware.com> | Thu Dec 08 08:56:30 2011 -0700 |
tree | 77a0e8eb9afc29e72d0abddccd492f4a3972899e | |
parent | 2f88139145da99a695680c813ef5cc669eaef034 [diff] [blame] |
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.
diff --git a/src/mesa/SConscript b/src/mesa/SConscript index bcb6a24..5c50189 100644 --- a/src/mesa/SConscript +++ b/src/mesa/SConscript
@@ -74,6 +74,7 @@ 'main/ffvertex_prog.c', 'main/fog.c', 'main/formats.c', + 'main/format_pack.c', 'main/format_unpack.c', 'main/framebuffer.c', 'main/get.c',