OSDN Git Service

mesa/swrast: Respect mfeatures.h.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 8 Sep 2009 09:44:22 +0000 (17:44 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 13 Sep 2009 09:38:05 +0000 (17:38 +0800)
commitdc2ddb27d392e68aa2139b54e5d73bbdac19d5a9
treeab8c77f4e08e78913e77846834bfc7f7bac03383
parent0fc1cd5e9125dfe86b9dc31ec8084ee1f28aef47
mesa/swrast: Respect mfeatures.h.

FEATURE_accum, FEATURE_convolve, FEATURE_colortable, and FEATURE_drawpix
cover part of the functionalities of swrast module.  Disable them when
the features are disabled.
src/mesa/drivers/common/driverfuncs.c
src/mesa/swrast/s_accum.c
src/mesa/swrast/s_accum.h
src/mesa/swrast/s_bitmap.c
src/mesa/swrast/s_copypix.c
src/mesa/swrast/s_drawpix.c
src/mesa/swrast/s_feedback.c
src/mesa/swrast/s_feedback.h
src/mesa/swrast/s_imaging.c
src/mesa/swrast/swrast.h
src/mesa/swrast/swrast_features.h [new file with mode: 0644]