[Bug 68503] Graphical glitches in Serious Sam 3 when SB is enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



changed bug 68503
What Removed Added
Attachment #84573 is obsolete   1

Comment # 9 on bug 68503 from
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:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux