From: Corbin Simpson Date: Tue, 26 Jan 2010 15:21:40 +0000 (-0800) Subject: r300g: Per-MRT blending is not supported. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=786bd78be4a412e58ded6eed1d6d3e4a61b1ba2b;p=mesa.git r300g: Per-MRT blending is not supported. --- diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 67325c6b80a..ebe87934867 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -149,6 +149,9 @@ static int r300_get_param(struct pipe_screen* pscreen, int param) } else { return 0; } + case PIPE_CAP_INDEP_BLEND_ENABLE: + case PIPE_CAP_INDEP_BLEND_FUNC: + return 0; default: debug_printf("r300: Implementation error: Bad param %d\n", param);