summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_aaline.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-01-02 16:56:12 -0700
committerBrian Paul <brianp@vmware.com>2015-01-05 13:50:55 -0700
commit05279fa5636bc1354c34ef043183d56f730b7f8e (patch)
tree3e70ad222d281f04d0ecf4fbc5a463cca0ebc532 /src/mesa/swrast/s_aaline.c
parent58e8dd6b9da69905c169cea07562c71a06a88270 (diff)
downloadexternal_mesa3d-05279fa5636bc1354c34ef043183d56f730b7f8e.zip
external_mesa3d-05279fa5636bc1354c34ef043183d56f730b7f8e.tar.gz
external_mesa3d-05279fa5636bc1354c34ef043183d56f730b7f8e.tar.bz2
swrast: use new _mesa_base_tex_image() helper
Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/mesa/swrast/s_aaline.c')
-rw-r--r--src/mesa/swrast/s_aaline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/swrast/s_aaline.c b/src/mesa/swrast/s_aaline.c
index b4e05ff..6aea9d5 100644
--- a/src/mesa/swrast/s_aaline.c
+++ b/src/mesa/swrast/s_aaline.c
@@ -27,6 +27,7 @@
#include "main/imports.h"
#include "main/macros.h"
#include "main/mtypes.h"
+#include "main/teximage.h"
#include "swrast/s_aaline.h"
#include "swrast/s_context.h"
#include "swrast/s_span.h"