diff options
author | Brian <[email protected]> | 2007-07-11 11:34:19 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-11 11:34:19 -0600 |
commit | e89bd0fbc56ecfb96f3aff926c5891c45221dd37 (patch) | |
tree | 9522b593d58a4117c21b42eab0010812dad7c62a /src/mesa/state_tracker/st_atom.c | |
parent | 300e97081e7e752c0ff9133149d15935baac7a46 (diff) |
Implement polygon stipple state tracking, application.
Diffstat (limited to 'src/mesa/state_tracker/st_atom.c')
-rw-r--r-- | src/mesa/state_tracker/st_atom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_atom.c b/src/mesa/state_tracker/st_atom.c index 88c6c776a3a..dfebfb4768c 100644 --- a/src/mesa/state_tracker/st_atom.c +++ b/src/mesa/state_tracker/st_atom.c @@ -48,6 +48,7 @@ static const struct st_tracked_state *atoms[] = &st_update_clip, &st_update_fs, &st_update_setup, + &st_update_polygon_stipple, &st_update_viewport, &st_update_scissor, &st_update_blend, |