mesa: new format_pack.c code
authorBrian Paul <brianp@vmware.com>
Sat, 3 Dec 2011 17:04:18 +0000 (10:04 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 8 Dec 2011 15:56:30 +0000 (08:56 -0700)
commitaa6cb952c917f4280d75b322c05885fcf7eb6cdb
tree77a0e8eb9afc29e72d0abddccd492f4a3972899e
parent2f88139145da99a695680c813ef5cc669eaef034
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.
src/mesa/SConscript
src/mesa/main/format_pack.c [new file with mode: 0644]
src/mesa/main/format_pack.h [new file with mode: 0644]
src/mesa/sources.mak