diff options
author | Brian Paul <[email protected]> | 2008-06-09 14:32:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-09 14:32:27 -0600 |
commit | 74c82ebbb399a274dcfb5e82d3471dee59bd5183 (patch) | |
tree | 83a297a6a4c46249c78f71b35fe82cefa439f513 /src/mesa/swrast | |
parent | 5f91007f996d0b7e3233f221a6b0056203e356d2 (diff) |
mesa: refactor: move pixel map/scale/bias code into image.c
pixel.c is just the API-related code now.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r-- | src/mesa/swrast/s_texcombine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_texcombine.c b/src/mesa/swrast/s_texcombine.c index 4ac7222daa5..4c5e22618ee 100644 --- a/src/mesa/swrast/s_texcombine.c +++ b/src/mesa/swrast/s_texcombine.c @@ -28,7 +28,7 @@ #include "colormac.h" #include "imports.h" #include "macros.h" -#include "pixel.h" +#include "image.h" #include "s_context.h" #include "s_texcombine.h" |