OSDN Git Service

mesa/tnl: Respect mfeatures.h.
authorChia-I Wu <olvaffe@gmail.com>
Tue, 8 Sep 2009 09:57:43 +0000 (17:57 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 13 Sep 2009 09:38:05 +0000 (17:38 +0800)
commit0fc1cd5e9125dfe86b9dc31ec8084ee1f28aef47
treea4827b09ae5244891ad544ff17d118aa4fd0073c
parent5f471a37aa00d1dd544d76a6b2de47f0b60adcba
mesa/tnl: Respect mfeatures.h.

_tnl_RasterPos should be disabled with FEATURE_rastpos.
src/mesa/drivers/common/driverfuncs.c
src/mesa/tnl/t_rasterpos.c
src/mesa/tnl/tnl.h
src/mesa/tnl/tnl_features.h [new file with mode: 0644]