mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 13:38:06 +02:00
r300g: Per-MRT blending is not supported.
This commit is contained in:
parent
9bc80ff174
commit
786bd78be4
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue