[Nouveau] [PATCH 1/2] nvfx: fb->nr_cbufs <= 1 on nv30 now
Xavier Chantry
chantry.xavier at gmail.com
Sun Nov 21 14:56:38 PST 2010
Signed-off-by: Xavier Chantry <chantry.xavier at gmail.com>
---
src/gallium/drivers/nvfx/nvfx_state_fb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/nvfx/nvfx_state_fb.c b/src/gallium/drivers/nvfx/nvfx_state_fb.c
index 30e48c8..73885de 100644
--- a/src/gallium/drivers/nvfx/nvfx_state_fb.c
+++ b/src/gallium/drivers/nvfx/nvfx_state_fb.c
@@ -54,7 +54,7 @@ nvfx_framebuffer_prepare(struct nvfx_context *nvfx)
int all_swizzled = 1;
if(!nvfx->is_nv4x)
- assert(fb->nr_cbufs <= 2);
+ assert(fb->nr_cbufs <= 1);
else
assert(fb->nr_cbufs <= 4);
--
1.7.3.2
More information about the Nouveau
mailing list