diff options
author | Peter Winters <[email protected]> | 2008-04-20 16:07:04 +0200 |
---|---|---|
committer | Peter Winters <[email protected]> | 2008-04-20 16:07:04 +0200 |
commit | e7bdf047f28ea9b928b3890c37d7d20db1e67e96 (patch) | |
tree | 6d2c0aa3cb5ad8ceaf67987d1181e3eaf3f0be4d /src/gallium/drivers/nv10/nv10_context.h | |
parent | 7d2085bd7d9378703bfff3d974536ff5e9fd9b30 (diff) |
nv10: fix random stuff
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_context.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_context.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv10/nv10_context.h b/src/gallium/drivers/nv10/nv10_context.h index b80f36ad34c..1b794c18724 100644 --- a/src/gallium/drivers/nv10/nv10_context.h +++ b/src/gallium/drivers/nv10/nv10_context.h @@ -65,7 +65,10 @@ struct nv10_context { struct pipe_viewport_state *viewport; struct pipe_scissor_state *scissor; struct pipe_framebuffer_state *framebuffer; - struct pipe_buffer *constbuf[PIPE_SHADER_TYPES]; + + //struct pipe_buffer *constbuf[PIPE_SHADER_TYPES]; + float *constbuf[PIPE_SHADER_TYPES][32][4]; + struct vertex_info vertex_info; struct { |