mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
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:
parent
97a8ca47ae
commit
dce8602251
3 changed files with 0 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue