diff options
author | Oliver McFadden <[email protected]> | 2012-09-11 09:06:56 +0300 |
---|---|---|
committer | Oliver McFadden <[email protected]> | 2012-09-15 12:56:35 +0300 |
commit | 004f032baf1b30e368d29984f767864e2f80183e (patch) | |
tree | 1966904782c0176044d88fb1618feb8691dc6d13 /src/mesa/main/mfeatures.h | |
parent | 985b0cb22fc5e88e7f572c7ead86f15a21abaee0 (diff) |
mesa: remove FEATURE_beginend 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 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mesa/main/mfeatures.h b/src/mesa/main/mfeatures.h index 62bb97b4fee..cf652ad3d9c 100644 --- a/src/mesa/main/mfeatures.h +++ b/src/mesa/main/mfeatures.h @@ -84,11 +84,9 @@ #define FEATURE_remap_table 0 #endif -/* this disables vtxfmt, api_loopback, and api_noop completely */ -#define FEATURE_beginend FEATURE_GL #define FEATURE_colortable FEATURE_GL #define FEATURE_convolve FEATURE_GL -#define FEATURE_dlist (FEATURE_GL && FEATURE_beginend) +#define FEATURE_dlist FEATURE_GL #define FEATURE_draw_read_buffer FEATURE_GL #define FEATURE_drawpix FEATURE_GL #define FEATURE_evaluators FEATURE_GL |