What | Removed | Added |
---|---|---|
Attachment #84573 is obsolete | 1 |
Comment # 9
on bug 68503
from Vadim Girlin
Created attachment 85011 [details] [review] [PATCH] r600g/sb: work around hw issues with stack on eg/cm Here is a new patch that hopefully should not affect performance, please test. I'm not sure about correctness of workaround condition though, the description is not very clear, so if it doesn't work as is then please find the following line in src/gallium/drivers/r600/sb/sb_bc_finalize.cpp (should be line 713): unsigned depth = elems; // or maybe ifs? and replace elems with ifs: unsigned depth = ifs; If this doesn't help either, try unsigned depth = elems + 1; and "+ 2", "+ 3". And then the same using ifs instead of elems again. One of these variants should work.
You are receiving this mail because:
- You are the assignee for the bug.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel