diff options
author | Christoph Bumiller <[email protected]> | 2010-01-17 17:37:55 +0100 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2010-01-17 17:48:01 +0100 |
commit | 1448d2f252efc1ab8d3175c7fd9701dfe3079577 (patch) | |
tree | 343cfd9d907b17fa4b649acdda9b0688758cc43a /src/gallium/drivers/nv50/nv50_screen.h | |
parent | a4bbabf494a127dcffc51f9c4734f2ecf75b3961 (diff) |
nv50: implement instanced drawing
Too bad we don't have hw array divisors or a method for
setting startInstance.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_screen.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_screen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_screen.h b/src/gallium/drivers/nv50/nv50_screen.h index 7a155ca9c45..0d786b0f2e3 100644 --- a/src/gallium/drivers/nv50/nv50_screen.h +++ b/src/gallium/drivers/nv50/nv50_screen.h @@ -23,6 +23,8 @@ struct nv50_screen { struct nouveau_resource *immd_heap[1]; struct nouveau_resource *parm_heap[PIPE_SHADER_TYPES]; + struct pipe_buffer *strm_vbuf[16]; + struct nouveau_bo *tic; struct nouveau_bo *tsc; |