summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_screen.h
diff options
context:
space:
mode:
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-04-30 22:57:23 +0200
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>2010-04-30 22:57:23 +0200
commitf5a4d70189bdd8e25bc1f30b9f4fe8f31999cf0e (patch)
tree1b9c51b3b4ec3fdef3b91115200166a54c5521a9 /src/gallium/drivers/nv50/nv50_screen.h
parent75ee309ca9f467ba80a88b07735fb2d654a8c433 (diff)
nv50: raise constant buffers size to maximum
Removed the param heaps, haven't been using them for a long time now.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r--src/gallium/drivers/nv50/nv50_screen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h
index 40ebbee72e..fbf15a7596 100644
--- a/src/gallium/drivers/nv50/nv50_screen.h
+++ b/src/gallium/drivers/nv50/nv50_screen.h
@@ -20,8 +20,7 @@ struct nv50_screen {
struct nouveau_bo *constbuf_misc[1];
struct nouveau_bo *constbuf_parm[PIPE_SHADER_TYPES];
- struct nouveau_resource *immd_heap[1];
- struct nouveau_resource *parm_heap[PIPE_SHADER_TYPES];
+ struct nouveau_resource *immd_heap;
struct pipe_resource *strm_vbuf[16];