mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
nv30: only 2 RTs.
This commit is contained in:
parent
1cec61e441
commit
9a3320e079
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ nv30_set_framebuffer_state(struct pipe_context *pipe,
|
|||
int i, colour_format = 0, zeta_format = 0;
|
||||
|
||||
rt_enable = 0;
|
||||
for (i = 0; i < 4; i++) {
|
||||
for (i = 0; i < 2; i++) {
|
||||
if (!fb->cbufs[i])
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue