diff options
author | Brian Paul <[email protected]> | 2010-10-23 09:15:01 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-10-23 10:19:29 -0600 |
commit | 1c131752c3e07ef91f49d4970dafca6d26585334 (patch) | |
tree | c6a153387c63e4489d22c3a939162b1cfdd3230b /src/mesa/main/polygon.c | |
parent | e67f6ee96e1aaeaba70e24d057c21172fa36f165 (diff) |
mesa: split up the image.c file
New files:
pack.c - image/row packing/unpacking functions
pixeltransfer.c - pixel scale/bias/lookup functions
Diffstat (limited to 'src/mesa/main/polygon.c')
-rw-r--r-- | src/mesa/main/polygon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/polygon.c b/src/mesa/main/polygon.c index 970020048db..9c213b9b4c0 100644 --- a/src/mesa/main/polygon.c +++ b/src/mesa/main/polygon.c @@ -34,6 +34,7 @@ #include "context.h" #include "image.h" #include "enums.h" +#include "pack.h" #include "polygon.h" #include "mtypes.h" |