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/sources.mak | |
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/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 1f109fb36cc..cd18f46ea17 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -42,6 +42,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 \ |