Mesa (master): mesa: new format_pack.c code

Brian Paul brianp at kemper.freedesktop.org
Thu Dec 8 17:51:44 UTC 2011


Module: Mesa
Branch: master
Commit: aa6cb952c917f4280d75b322c05885fcf7eb6cdb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa6cb952c917f4280d75b322c05885fcf7eb6cdb

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Dec  3 10:04:18 2011 -0700

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         |    1 +
 src/mesa/main/format_pack.c | 2496 +++++++++++++++++++++++++++++++++++++++++++
 src/mesa/main/format_pack.h |   98 ++
 src/mesa/sources.mak        |    1 +
 4 files changed, 2596 insertions(+), 0 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=aa6cb952c917f4280d75b322c05885fcf7eb6cdb



More information about the mesa-commit mailing list