summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv10/nv10_context.h
diff options
context:
space:
mode:
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 {