projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b32699
)
nv30: only 2 render targets
author
Patrice Mandin
<pmandin@caramail.com>
Mon, 17 Mar 2008 17:13:18 +0000
(18:13 +0100)
committer
Patrice Mandin
<pmandin@caramail.com>
Mon, 17 Mar 2008 17:13:40 +0000
(18:13 +0100)
src/gallium/drivers/nv30/nv30_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv30/nv30_context.h
b/src/gallium/drivers/nv30/nv30_context.h
index c63847a087ce5de0ed047af0dd4bda30ce485972..21cffc6d274371ccac2314da7b9f506ffa4d6714 100644
(file)
--- 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 {