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.
This commit is contained in:
Chia-I Wu
2009-09-23 16:56:20 +08:00
committed by Brian Paul
parent cb4f24e51d
commit 5a1e25afac
5 changed files with 105 additions and 88 deletions

View File

@@ -33,9 +33,7 @@
#include "glheader.h"
#include "bufferobj.h"
#include "context.h"
#if FEATURE_convolve
#include "convolve.h"
#endif
#include "enums.h"
#include "fbobject.h"
#include "framebuffer.h"