Comment 31 for bug 273329

Revision history for this message
In , Maciej Cencora (m-cencora) wrote :

I've found out that software rasterizer fallbacks are broken when HW TCL is disabled.
Basically it's because in r300InitSwtcl we plug our custom functions for rendering, and when we hit rasterizer fallback we don't call _swsetup_Wakeup. Also looks like we don't flush when switching between HW<->SW rendering which could lead to rendering errors or maybe even GPU lockups.

I'm reimplementing fallbacks handling on r300 so it should be fixed soon.