https://bugs.freedesktop.org/show_bug.cgi?id=31830
Tom Stellard tstellar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42355|0 |1 is obsolete| |
--- Comment #7 from Tom Stellard tstellar@gmail.com 2011-01-26 01:11:35 PST --- Created an attachment (id=42514) View: https://bugs.freedesktop.org/attachment.cgi?id=42514 Review: https://bugs.freedesktop.org/review?bug=31830&attachment=42514
Disable instruction rewriting in the scheduler
I think this bug is actually in the scheduler, and it is just being exposed by the reg rename pass. I have been able to track down a few instructions that the scheduler is converting from vector to scalar that change how the shadows are rendered. However, these conversions look valid too me, so I'm really not sure what the problem is. I think this patch fixes Lightsmark, but I'm not sure what the shadows are supposed to look like. Can you try this patch on Lightsmark and Sanctuary. Thanks.