dri/nouveau: test for FEATURE defines
authornobled <nobled2@nobled2-karmic.(none)>
Tue, 13 Jul 2010 02:53:32 +0000 (22:53 -0400)
committerChia-I Wu <olv@lunarg.com>
Mon, 16 Aug 2010 12:29:16 +0000 (20:29 +0800)
commit70f9f5f7d4f1daadfcddc0fb0fea324c38353004
treee9fce80cf862d08a6fea655b922df5d3f25418aa
parent234a06517185efd972ec162bf9536183c5bc04c3
dri/nouveau: test for FEATURE defines

'struct dd_function_table' only conditionally contains
the function pointer NewFramebuffer and friends based on
FEATURE_EXT_framebuffer_* defines. (See src/mesa/main/dd.h)

Fixes the build when the features are disabled and the vfuncs
don't exist.
src/mesa/drivers/dri/nouveau/nouveau_driver.c
src/mesa/drivers/dri/nouveau/nouveau_fbo.c