Fix glActiveStencilFaceEXT dispatch problem (bug 10523).
authorBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 23:16:46 +0000 (17:16 -0600)
committerBrian <brian@yutani.localnet.net>
Mon, 16 Apr 2007 23:16:46 +0000 (17:16 -0600)
commit5888010362debf0f32c1596c9082a16048b29f39
treef810cb8bebcf3c0e298b3dd321a2546ba8c0a171
parentdfee7619d433a8b27fb5573d92873f9355ca6a5d
Fix glActiveStencilFaceEXT dispatch problem (bug 10523).

OK, _all_ extensions that might get enabled by the driver need to be in the
card_extensions[] list.  driInitExtensions() is called at least twice: first
during screen creation, then once for each context that's created.
The first call sets up the dispatch table.  The second call just sets the
extension enable/disable flags.
src/mesa/drivers/dri/r300/r300_context.c