mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-31 07:00:27 +01:00
r300-gallium: Enable all four colorbuffer render targets.
As far as I can tell all the state emission necessary has been set up. Well, except for the fragment shader, but c'mon, gimme a break. :3
This commit is contained in:
parent
1c533bdeb6
commit
9a20ef0a52
1 changed files with 1 additions and 2 deletions
|
|
@ -100,8 +100,7 @@ static int r300_get_param(struct pipe_screen* pscreen, int param)
|
|||
/* IN THEORY */
|
||||
return 0;
|
||||
case PIPE_CAP_MAX_RENDER_TARGETS:
|
||||
/* XXX 4 eventually */
|
||||
return 1;
|
||||
return 4;
|
||||
case PIPE_CAP_OCCLUSION_QUERY:
|
||||
/* IN THEORY */
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue