summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_context.h
diff options
context:
space:
mode:
authorPeter Winters <peter@whoei.org>2008-04-20 16:07:04 +0200
committerPeter Winters <peter@whoei.org>2008-04-20 16:07:04 +0200
commite7bdf047f28ea9b928b3890c37d7d20db1e67e96 (patch)
tree6d2c0aa3cb5ad8ceaf67987d1181e3eaf3f0be4d /src/gallium/drivers/nv10/nv10_context.h
parent7d2085bd7d9378703bfff3d974536ff5e9fd9b30 (diff)
nv10: fix random stuff
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_context.h')
-rw-r--r--src/gallium/drivers/nv10/nv10_context.h5
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 b80f36ad34..1b794c1872 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 {