nv30: only 2 render targets
authorPatrice Mandin <pmandin@caramail.com>
Mon, 17 Mar 2008 17:13:18 +0000 (18:13 +0100)
committerPatrice Mandin <pmandin@caramail.com>
Mon, 17 Mar 2008 17:13:40 +0000 (18:13 +0100)
src/gallium/drivers/nv30/nv30_context.h

index c63847a087ce5de0ed047af0dd4bda30ce485972..21cffc6d274371ccac2314da7b9f506ffa4d6714 100644 (file)
@@ -48,7 +48,7 @@ struct nv30_context {
        unsigned vp_samplers;
 
        uint32_t rt_enable;
-       struct pipe_buffer *rt[4];
+       struct pipe_buffer *rt[2];
        struct pipe_buffer *zeta;
 
        struct {