mesa: Make FEATURE_EXT_transform_feedback more modular.
authorChia-I Wu <olv@lunarg.com>
Tue, 11 May 2010 05:20:40 +0000 (13:20 +0800)
committerChia-I Wu <olv@lunarg.com>
Wed, 12 May 2010 04:12:56 +0000 (12:12 +0800)
commitb093016bd0660cc4ac6142aa8d4d6add5b6bfce8
tree75b37b0c29ea2ae746542a979314d31027096bb5
parent903986ca128d51ff031cc9eafa1976618834a8de
mesa: Make FEATURE_EXT_transform_feedback more modular.

This allows transformfeedback.h and st_cb_xformfb.h to be included and
used without knowing if FEATURE_EXT_transform_feedback is enabled.  Fix
build of ES overlay.
src/mesa/main/api_exec.c
src/mesa/main/transformfeedback.c
src/mesa/main/transformfeedback.h
src/mesa/state_tracker/st_cb_xformfb.c
src/mesa/state_tracker/st_cb_xformfb.h
src/mesa/state_tracker/st_context.c