diff options
author | Brian Paul <[email protected]> | 2010-11-07 18:35:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-11-07 18:35:35 -0700 |
commit | 11dd228415d9299f3afa81525d0e588135099b4b (patch) | |
tree | 40a4d9a3468c2cc0b9e519c8984db73b437c5c1e /src/mesa/main/mfeatures.h | |
parent | 802bd6b7059122bccaf4bd27ae4062a70aa4e918 (diff) |
mesa: make fixed-pt and byte-valued arrays a runtime feature
These ES1 features were only tested for in the vertex array code.
Checking the ctx->API field at runtime is cleaner than the #ifdef
stuff and supports choosing the API at runtime.
Diffstat (limited to 'src/mesa/main/mfeatures.h')
-rw-r--r-- | src/mesa/main/mfeatures.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 911b30dda21..1b39f5fdd36 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -107,9 +107,7 @@ #define FEATURE_texture_s3tc FEATURE_GL #define FEATURE_extra_context_init FEATURE_ES -#define FEATURE_fixedpt FEATURE_ES #define FEATURE_point_size_array FEATURE_ES -#define FEATURE_vertex_array_byte FEATURE_ES #define FEATURE_es2_glsl FEATURE_ES2 |