mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
r600g: disable dual-src hangs evergreen for some reason.
This did work previously, so I've broken something. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
0b59909e78
commit
f8741ff21e
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param)
|
|||
return 7;
|
||||
|
||||
case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:
|
||||
return 1;
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue