dri-st: Unbreak GL_EXT_blend_equation_separate.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Tue, 14 Jul 2009 08:16:25 +0000 (01:16 -0700)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Tue, 14 Jul 2009 08:16:25 +0000 (01:16 -0700)
commitb727150b1473d8cac7a8e6ad0b5112c486d93341
tree2a0d183e49d66e1ae54c83b886d7ec5e9b9819db
parent54cf63278ff28eb03503f649c46bf24437a1cbf8
dri-st: Unbreak GL_EXT_blend_equation_separate.

Since it has a dispatch table entry (for BlendEquationSeparateEXT,)
can't omit it from this list. It'll still get disabled if the cap
(PIPE_CAP_BLEND_EQUATION_SEPARATE) isn't set.

Somebody that doesn't suck at GL (read: not me) should probably add
this into progs/samples/blendeq or similar so we can test it.
src/gallium/state_trackers/dri/dri_extensions.c