[Bug 48472] GPU Lockup while running demo (rzr - the scene is dead) in wine

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 9 12:59:12 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=48472

--- Comment #2 from Vadim <ptpzz at yandex.ru> 2012-04-09 12:59:12 PDT ---
Created attachment 59693
  --> https://bugs.freedesktop.org/attachment.cgi?id=59693
[PATCH] r600g: check gpr count limit

The problem is that some shader requires too much registers. I suspect it's
caused by the loop unrolling. TGSI source for that shader uses 161 temps.

This patch doesn't solve the real problem, but it will prevent the lockups with
r600g and allow to detect the problem by printing the error message. Also it
may allow the app to run almost as expected (maybe with minor rendering
problems).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the dri-devel mailing list