dri/radeon: test for FEATURE defines
authornobled <nobled2@nobled2-karmic.(none)>
Tue, 13 Jul 2010 01:22:08 +0000 (21:22 -0400)
committerChia-I Wu <olv@lunarg.com>
Mon, 16 Aug 2010 12:29:12 +0000 (20:29 +0800)
commit234a06517185efd972ec162bf9536183c5bc04c3
tree75c5476ebecd96586ee7ec91de9f4f66df302b5f
parent3261c6c41edeed31fb6f667a7ba21b225b12323a
dri/radeon: 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/radeon/radeon_fbo.c