mesa: remove FEATURE_convolve define.
Signed-off-by: Oliver McFadden <oliver.mcfadden@linux.intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
#include "main/dispatch.h"
|
||||
|
||||
|
||||
#if FEATURE_convolve
|
||||
|
||||
static void GLAPIENTRY
|
||||
_mesa_ConvolutionFilter1D(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const GLvoid *image)
|
||||
{
|
||||
@@ -200,6 +198,3 @@ _mesa_init_convolve_dispatch(struct _glapi_table *disp)
|
||||
SET_GetnConvolutionFilterARB(disp, _mesa_GetnConvolutionFilterARB);
|
||||
SET_GetnSeparableFilterARB(disp, _mesa_GetnSeparableFilterARB);
|
||||
}
|
||||
|
||||
|
||||
#endif /* FEATURE_convolve */
|
||||
|
||||
@@ -33,19 +33,7 @@
|
||||
|
||||
struct _glapi_table;
|
||||
|
||||
|
||||
#if FEATURE_convolve
|
||||
|
||||
extern void
|
||||
_mesa_init_convolve_dispatch(struct _glapi_table *disp);
|
||||
|
||||
#else /* FEATURE_convolve */
|
||||
|
||||
static inline void
|
||||
_mesa_init_convolve_dispatch(struct _glapi_table *disp)
|
||||
{
|
||||
}
|
||||
|
||||
#endif /* FEATURE_convolve */
|
||||
|
||||
#endif /* CONVOLVE_H */
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
#define FEATURE_remap_table 0
|
||||
#endif
|
||||
|
||||
#define FEATURE_convolve FEATURE_GL
|
||||
#define FEATURE_dlist FEATURE_GL
|
||||
#define FEATURE_draw_read_buffer FEATURE_GL
|
||||
#define FEATURE_drawpix FEATURE_GL
|
||||
|
||||
Reference in New Issue
Block a user