summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_context.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-03-17 03:32:07 +0100
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-03-17 03:32:07 +0100
commit5c15b1276ed56064382197d73d9d357201e5f71f (patch)
tree541732cbd581cbd575eb45a1194e8620620872af /src/gallium/drivers/nv10/nv10_context.h
parentb2f01b0777f27a093849f299490b377ab8aab2fb (diff)
nv10: fixes.
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_context.h')
-rw-r--r--src/gallium/drivers/nv10/nv10_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv10/nv10_context.h b/src/gallium/drivers/nv10/nv10_context.h
index 8269d6121f..386138556e 100644
--- a/src/gallium/drivers/nv10/nv10_context.h
+++ b/src/gallium/drivers/nv10/nv10_context.h
@@ -47,11 +47,12 @@ struct nv10_context {
uint32_t rt_enable;
struct pipe_buffer *rt[4];
struct pipe_buffer *zeta;
+ uint32_t lma_offset;
struct {
struct pipe_buffer *buffer;
uint32_t format;
- } tex[16];
+ } tex[2];
unsigned vb_enable;
struct {