add names to tracked state atoms to improve debug

This commit is contained in:
keithw
2007-08-25 22:00:36 +01:00
committed by Keith Whitwell
parent 07d97e80e6
commit 4185da4681
17 changed files with 24 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ update_textures(struct st_context *st)
const struct st_tracked_state st_update_texture = {
.name = "st_update_texture",
.dirty = {
.mesa = _NEW_TEXTURE,
.st = 0,