diff options
author | keithw <keithw> | 2002-08-26 16:30:57 +0000 |
---|---|---|
committer | keithw <keithw> | 2002-08-26 16:30:57 +0000 |
commit | 245ef165eade0f02f4c705b5a28a4dfe7020af0b (patch) | |
tree | bbebd28720469393e6bb2a82c962dc5008366307 | |
parent | 3b24820ef1953871bd63f6d3896474f75c802696 (diff) |
document workaround betterr200-0-1-20020826-freeze
-rw-r--r-- | xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c b/xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c index 8d235b745..80c0a3a87 100644 --- a/xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c +++ b/xc/lib/GL/mesa/src/drv/r200/r200_ioctl.c @@ -112,7 +112,8 @@ void r200EmitState( r200ContextPtr rmesa ) rmesa->lost_context = 0; } else { - move_to_tail( &rmesa->hw.dirty, &rmesa->hw.mtl[0] ); /* odd bug? */ + move_to_tail( &rmesa->hw.dirty, &rmesa->hw.mtl[0] ); + /* odd bug? -- isosurf, cycle between reflect & lit */ } r200_emit_state_list( rmesa, &rmesa->hw.dirty ); |