diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:49:44 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:57:11 +0300 |
commit | 5489fc7b9f17de35af87cb7ceb464716dd1f946e (patch) | |
tree | c95c9f51cca31109a8281b210f9a5e763809c129 /src/mesa/main/mfeatures.h | |
parent | 009250a096cdf2babc8d87defa05309e96b8bba2 (diff) |
mesa: remove FEATURE_OES_draw_texture define.
Signed-off-by: Oliver McFadden <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 578cb6a4b94..fdecbd41815 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -111,7 +111,6 @@ #define FEATURE_NV_vertex_program FEATURE_GL #define FEATURE_OES_EGL_image 1 -#define FEATURE_OES_draw_texture FEATURE_ES1 #define FEATURE_OES_framebuffer_object FEATURE_ES #define FEATURE_OES_mapbuffer FEATURE_ES |