diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-03-19 17:08:16 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-03-19 17:15:14 -0600 |
commit | 4984487bc3338fc351a0631eaa4515e4adbb86a9 (patch) | |
tree | 38ff9c2b2bac8cee6c6fc992c4be7fbe18d0b91e /src/mesa/state_tracker/st_texture.h | |
parent | 11c34dc644fe58b8178ab9142929a6685e3c0848 (diff) |
gallium: add face, dirtyLevels params to pipe->texture_update()
This provides better information about which images in texture object have changed.
Also, call texture_update() from more places previously missed.
Diffstat (limited to 'src/mesa/state_tracker/st_texture.h')
-rw-r--r-- | src/mesa/state_tracker/st_texture.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_texture.h b/src/mesa/state_tracker/st_texture.h index 78f5f451ed..7abccb3a69 100644 --- a/src/mesa/state_tracker/st_texture.h +++ b/src/mesa/state_tracker/st_texture.h @@ -71,8 +71,6 @@ struct st_texture_object GLboolean imageOverride; GLint depthOverride; GLuint pitchOverride; - - GLboolean dirtyData; }; |