Files
mesa/src
Fabian Bieler a476ca1fd1 st/mesa: Use blend equation and function of first render target for all render targets if ARB_draw_buffers_blend is not supported
If EXT_draw_buffers2 is supported but ARB_draw_buffers_blend isn't
_mesa_BlendFuncSeparateEXT only sets up the blend equation and function for the
first render target. This patch makes sure that update_blend doesn't try to use
the data from other rendertargets in such cases.

Signed-off-by: Brian Paul <brianp@vmware.com>
2011-02-14 14:37:18 -07:00
..
2011-02-14 07:54:28 +10:00
2011-01-12 16:54:21 +00:00
2011-02-11 18:19:10 -08:00