dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 68503] Graphical glitches in Serious Sam 3 when SB is enabled
Date: Sun, 01 Sep 2013 15:22:28 +0000	[thread overview]
Message-ID: <bug-68503-502-ZDnuCp12D8@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-68503-502@http.bugs.freedesktop.org/>


[-- Attachment #1.1: Type: text/plain, Size: 1201 bytes --]

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

Vadim Girlin <ptpzz@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84573|0                           |1
        is obsolete|                            |

--- Comment #9 from Vadim Girlin <ptpzz@yandex.ru> ---
Created attachment 85011
  --> https://bugs.freedesktop.org/attachment.cgi?id=85011&action=edit
[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.

[-- Attachment #1.2: Type: text/html, Size: 2802 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  parent reply	other threads:[~2013-09-01 15:22 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24 12:01 [Bug 68503] New: Graphical glitches in Serious Sam 3 when SB is enabled bugzilla-daemon
2013-08-24 12:04 ` [Bug 68503] " bugzilla-daemon
2013-08-24 14:41 ` bugzilla-daemon
2013-08-24 15:47 ` bugzilla-daemon
2013-08-24 16:28 ` bugzilla-daemon
2013-08-24 21:40 ` bugzilla-daemon
2013-08-31 14:41 ` bugzilla-daemon
2013-08-31 17:31 ` bugzilla-daemon
2013-08-31 20:22 ` bugzilla-daemon
2013-09-01 15:22 ` bugzilla-daemon [this message]
2013-09-01 15:32 ` bugzilla-daemon
2013-09-01 17:43 ` bugzilla-daemon
2013-10-11 15:06 ` bugzilla-daemon
2013-10-20 13:03 ` bugzilla-daemon
2013-10-27 18:15 ` bugzilla-daemon
2013-10-29  7:39 ` bugzilla-daemon
2013-11-16 21:42 ` bugzilla-daemon
2013-11-18 18:27 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-68503-502-ZDnuCp12D8@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).