diff options
author | Patrice Mandin <[email protected]> | 2008-03-18 21:50:01 +0100 |
---|---|---|
committer | Patrice Mandin <[email protected]> | 2008-03-18 21:50:01 +0100 |
commit | 75e714d476eb573a6e06585341ce693434eb237e (patch) | |
tree | 68bc9ee529ea6cb8d201236aaea0dd28b3fa6891 /src/gallium/drivers/nv30/nv30_context.h | |
parent | e4b5008de46659f13fca7dcd1b587504e9d4484c (diff) |
nv30: disable emit texture image in state_emit, already done in fragtex
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_context.h')
-rw-r--r-- | src/gallium/drivers/nv30/nv30_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/nv30/nv30_context.h b/src/gallium/drivers/nv30/nv30_context.h index 0ee6cfdb339..c1cc3eca1e3 100644 --- a/src/gallium/drivers/nv30/nv30_context.h +++ b/src/gallium/drivers/nv30/nv30_context.h @@ -51,10 +51,10 @@ struct nv30_context { struct pipe_buffer *rt[2]; struct pipe_buffer *zeta; - struct { + /*struct { struct pipe_buffer *buffer; uint32_t format; - } tex[16]; + } tex[16];*/ unsigned vb_enable; struct { |