diff options
author | Patrice Mandin <[email protected]> | 2008-03-17 18:13:18 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-03-17 18:13:40 +0100 |
commit | a33da10b6c999a8ea348789ea13d2147f117a722 (patch) | |
tree | aceac13cd29875ef86395728cd77fe1437a93b57 | |
parent | 6b3269900101a4e4745f95028bfc0c7cfced12a8 (diff) |
nv30: only 2 render targets
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index c63847a087c..21cffc6d274 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -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 { |