diff options
author | Brian <[email protected]> | 2008-10-06 17:10:45 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-10-06 17:10:45 -0600 |
commit | d055b2c001a0fb233f98c10d124b43dd2448059e (patch) | |
tree | 4a45c1e19cf209c7056c6b4617217b6d20dbd304 /src/mesa/main/mfeatures.h | |
parent | f362788eae3d300e4003e8996dc79fc1947a0f60 (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 b08c017ec8d..487493f88e1 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 |