* [Bug 38753] New: Strange drawing around models in r600g in SC2
@ 2011-06-28 17:00 bugzilla-daemon
2011-06-28 17:03 ` [Bug 38753] " bugzilla-daemon
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-06-28 17:00 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
Summary: Strange drawing around models in r600g in SC2
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: ace@sannes.org
When playing a game of sc2 under wine, some models have a white sphere around
them.
This started happening after commit:
commit 43bdabd47d98975b56a759954fb5f37d2942c101
Author: Brian Paul <brianp@vmware.com>
Date: Wed May 18 16:19:06 2011 -0600
mesa: fix vertex array enable checking in check_valid_to_render()
In particular, this fixes the case where a vertex shader only uses
generic vertex attributes (non-0th). Before, we were no-op'ing the
glDrawArrays/Elements().
This fixes the new piglit pos-array test.
NOTE: This is a candidate for the 7.10 branch.
I will attach two images, one where the commit is reverted.
My hardware is as follows:
ATI Technologies Inc RV770 [Radeon HD 4870]
Using r600g on gentoo ~amd64, with a 32bit chroot with r600g also.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
@ 2011-06-28 17:03 ` bugzilla-daemon
2011-06-28 17:04 ` bugzilla-daemon
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-06-28 17:03 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #1 from Asbjørn Sannes <ace@sannes.org> 2011-06-28 10:03:37 PDT ---
Created an attachment (id=48521)
--> (https://bugs.freedesktop.org/attachment.cgi?id=48521)
A white sphere is drawn around a model
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
2011-06-28 17:03 ` [Bug 38753] " bugzilla-daemon
@ 2011-06-28 17:04 ` bugzilla-daemon
2011-08-17 19:09 ` bugzilla-daemon
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-06-28 17:04 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #2 from Asbjørn Sannes <ace@sannes.org> 2011-06-28 10:04:36 PDT ---
Created an attachment (id=48522)
--> (https://bugs.freedesktop.org/attachment.cgi?id=48522)
Same screen after reverting commit 43bdabd47d98975b56a759954fb5f37d2942c101
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
2011-06-28 17:03 ` [Bug 38753] " bugzilla-daemon
2011-06-28 17:04 ` bugzilla-daemon
@ 2011-08-17 19:09 ` bugzilla-daemon
2011-08-19 18:06 ` bugzilla-daemon
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-08-17 19:09 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #3 from Asbjørn Sannes <ace@sannes.org> 2011-08-17 12:09:04 PDT ---
It still works to revert that commit.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
` (2 preceding siblings ...)
2011-08-17 19:09 ` bugzilla-daemon
@ 2011-08-19 18:06 ` bugzilla-daemon
2011-08-19 22:38 ` bugzilla-daemon
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-08-19 18:06 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #4 from Asbjørn Sannes <ace@sannes.org> 2011-08-19 11:06:22 PDT ---
If I disable UseGLSL in wine it also looks okay, not sure what it means. I
guess it could be a problem in wine uncovered by the above commit or that it
uncovered a bug elsewhere in mesa.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
` (3 preceding siblings ...)
2011-08-19 18:06 ` bugzilla-daemon
@ 2011-08-19 22:38 ` bugzilla-daemon
2011-08-20 8:54 ` bugzilla-daemon
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-08-19 22:38 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #5 from Brian Paul <brianp@vmware.com> 2011-08-19 15:38:28 PDT ---
I double-checked the patch in question and I think it's correct.
Do you think you could create a GL API trace of this game? Then I could try to
reproduce it here.
See https://github.com/apitrace/apitrace for info.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
` (4 preceding siblings ...)
2011-08-19 22:38 ` bugzilla-daemon
@ 2011-08-20 8:54 ` bugzilla-daemon
2013-01-12 12:30 ` bugzilla-daemon
2014-04-13 11:50 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2011-08-20 8:54 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #6 from Asbjørn Sannes <ace@sannes.org> 2011-08-20 01:54:03 PDT ---
Already did, but the trace becomes 1.2 gigabyte before I get to somewhere that
displays the error. qapitrace crashes while loading the trace.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
` (5 preceding siblings ...)
2011-08-20 8:54 ` bugzilla-daemon
@ 2013-01-12 12:30 ` bugzilla-daemon
2014-04-13 11:50 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-01-12 12:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=38753
--- Comment #7 from Asbjørn Sannes <ace@sannes.org> ---
For what it is worth, it seems to be working fine now. Think it was fixed
within the last two months. If you like I could bisect to find out where it was
fixed. Else we could just close this.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1170 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* [Bug 38753] Strange drawing around models in r600g in SC2
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
` (6 preceding siblings ...)
2013-01-12 12:30 ` bugzilla-daemon
@ 2014-04-13 11:50 ` bugzilla-daemon
7 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2014-04-13 11:50 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 727 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=38753
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #8 from Marek Olšák <maraeo@gmail.com> ---
(In reply to comment #7)
> For what it is worth, it seems to be working fine now. Think it was fixed
> within the last two months. If you like I could bisect to find out where it
> was fixed. Else we could just close this.
Closing.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2289 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
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-04-13 11:50 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-28 17:00 [Bug 38753] New: Strange drawing around models in r600g in SC2 bugzilla-daemon
2011-06-28 17:03 ` [Bug 38753] " bugzilla-daemon
2011-06-28 17:04 ` bugzilla-daemon
2011-08-17 19:09 ` bugzilla-daemon
2011-08-19 18:06 ` bugzilla-daemon
2011-08-19 22:38 ` bugzilla-daemon
2011-08-20 8:54 ` bugzilla-daemon
2013-01-12 12:30 ` bugzilla-daemon
2014-04-13 11:50 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.