diff options
author | Christoph Bumiller <[email protected]> | 2010-04-30 22:57:23 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-04-30 22:57:23 +0200 |
commit | f5a4d70189bdd8e25bc1f30b9f4fe8f31999cf0e (patch) | |
tree | 1b9c51b3b4ec3fdef3b91115200166a54c5521a9 /src/gallium/drivers/nv50/nv50_screen.h | |
parent | 75ee309ca9f467ba80a88b07735fb2d654a8c433 (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.h | 3 |
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 40ebbee72e2..fbf15a75967 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]; |