It seems whatever was causing this is no longer an issue. So let's get
rid of the hack here.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
dst->image, dst->layout,
1, ®ion);
- /* HACK: I have no idea why this is needed, but without it ioquake3
- * randomly keeps fading to black.
- */
- flush_batch(ctx);
-
return true;
}
1, ®ion,
filter(info->filter));
- /* HACK: I have no idea why this is needed, but without it ioquake3
- * randomly keeps fading to black.
- */
- flush_batch(ctx);
-
return true;
}