Module: Mesa Branch: master Commit: aa6cb952c917f4280d75b322c05885fcf7eb6cdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa6cb952c917f4280d75b322c05885fcf7eb6cdb
Author: Brian Paul <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
