diff options
author | Brian <[email protected]> | 2008-10-06 17:10:22 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-10-06 17:10:22 -0600 |
commit | 4f4147eadd983bd4052c5a8e80a1750a813a25fc (patch) | |
tree | e12b40fe8886921e854da4c3998a054f81ed57e0 /src/mesa/main/mfeatures.h | |
parent | f8baad2d255c77c47dddeddcaf719e163e9556fb (diff) |
mesa: fix convolve/convolution mix-ups
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index ed78f57edf6..3819da3d680 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -39,7 +39,7 @@ #define FEATURE_accum _HAVE_FULL_GL #define FEATURE_attrib_stack _HAVE_FULL_GL #define FEATURE_colortable _HAVE_FULL_GL -#define FEATURE_convolution _HAVE_FULL_GL +#define FEATURE_convolve _HAVE_FULL_GL #define FEATURE_dispatch _HAVE_FULL_GL #define FEATURE_dlist _HAVE_FULL_GL #define FEATURE_draw_read_buffer _HAVE_FULL_GL |