summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstore.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-23 16:56:20 +0800
committerBrian Paul <brianp@vmware.com>2009-09-24 21:48:39 -0600
commit5a1e25afac8eac5df1c0c9d3165b9812f54909a6 (patch)
tree76939ba9652acb5dbd465f8d3ac7cbc975b563ec /src/mesa/main/texstore.c
parentcb4f24e51d0f4f4b867b2c01ed26d2a5ce73aeab (diff)
mesa/main: Make FEATURE_convolve follow feature conventions.
As shown in mfeatures.h, this allows users of convolve.h to work without knowing if the feature is available.
Diffstat (limited to 'src/mesa/main/texstore.c')
-rw-r--r--src/mesa/main/texstore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texstore.c
index ab9973b810..f553a898f9 100644
--- a/src/mesa/main/texstore.c
+++ b/src/mesa/main/texstore.c
@@ -56,9 +56,7 @@
#include "bufferobj.h"
#include "colormac.h"
#include "context.h"
-#if FEATURE_convolve
#include "convolve.h"
-#endif
#include "image.h"
#include "macros.h"
#include "mipmap.h"