radeon: Fix inverted test for disabling flushing of front buffer output.

(corresponding fix to the intel driver one)
This commit is contained in:
Eric Anholt
2009-08-03 14:38:16 -07:00
parent fd65418f60
commit 4221e81b24
+1 -1
View File
@@ -1093,7 +1093,7 @@ void radeonFlush(GLcontext *ctx)
* each of N places that do rendering. This has worse performances,
* but it is much easier to get correct.
*/
if (radeon->is_front_buffer_rendering) {
if (!radeon->is_front_buffer_rendering) {
radeon->front_buffer_dirty = GL_FALSE;
}
}