diff options
author | Nicolai Haehnle <[email protected]> | 2008-06-06 21:13:12 +0200 |
---|---|---|
committer | Nicolai Haehnle <[email protected]> | 2008-06-06 21:34:34 +0200 |
commit | 665605234d2aed2baa22fa621fa02478b2c08a4d (patch) | |
tree | 5e628f70333e32e18d2eed68c07d4a6ca5b6f45f /src/mesa/drivers/dri/r300/r300_context.h | |
parent | 0b72fada6aa3e15cee62c806057ebf986f34433d (diff) |
r300: Remove unused variable r300_tex_obj::dirty_state and related defines
This variable was only ever written to, but nobody used its value.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_context.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h index a5ec5ee46e2..b33dfeafdd6 100644 --- a/src/mesa/drivers/dri/r300/r300_context.h +++ b/src/mesa/drivers/dri/r300/r300_context.h @@ -179,13 +179,6 @@ struct r300_tex_obj { GLuint bufAddr; /* Offset to start of locally shared texture block */ - GLuint dirty_state; /* Flags (1 per texunit) for - whether or not this texobj - has dirty hardware state - (pp_*) that needs to be - brought into the - texunit. */ - drm_radeon_tex_image_t image[6][RADEON_MAX_TEXTURE_LEVELS]; /* Six, for the cube faces */ |