* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
@ 2015-02-05 1:52 ` bugzilla-daemon
2015-02-05 13:32 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-05 1:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 303 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
So it seems like it's a regression between Mesa 10.3 and 10.4. Any chance you
could bisect between those?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1143 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
2015-02-05 1:52 ` bugzilla-daemon
@ 2015-02-05 13:32 ` bugzilla-daemon
2015-02-09 9:03 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-05 13:32 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 214 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #2 from rubykuby@gmail.com ---
I'm going to need to know how to "bisect".
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1021 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
2015-02-05 1:52 ` bugzilla-daemon
2015-02-05 13:32 ` bugzilla-daemon
@ 2015-02-09 9:03 ` bugzilla-daemon
2015-02-11 20:57 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-09 9:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 256 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
A web search for "git bisect howto" should get you started.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1106 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
` (2 preceding siblings ...)
2015-02-09 9:03 ` bugzilla-daemon
@ 2015-02-11 20:57 ` bugzilla-daemon
2015-03-11 11:06 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-02-11 20:57 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 1911 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #4 from rubykuby@gmail.com ---
Nailed down the bug to commit 1f6c0b55df9f3553b18062ad2c7e2dc021d4c731:
radeonsi: set number of userdata SGPRs of GS copy shader to 4
It only needs the constant buffer with clip planes and read-write resources
for the GS->VS ring and streamout. That's 2 pointers.
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
The commit before that commit (68d36c0bb532987db27a596408e0326f20ca0365) does
not crash and burn.
Used the following configure command for each build:
./autogen.sh --prefix=/usr/local \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=r300,r600,radeonsi,nouveau,svga,swrast \
--with-dri-drivers=i915,i965,r200,radeon,nouveau,swrast \
--with-egl-platforms=x11,drm,wayland \
--disable-xvmc \
--enable-llvm-shared-libs \
--enable-egl \
--enable-gbm \
--enable-gallium-llvm \
--enable-shared-glapi \
--enable-glx \
--enable-glx-tls \
--enable-dri \
--enable-osmesa \
--enable-gles1 \
--enable-gles2 \
--enable-texture-float \
--enable-xa \
--enable-vdpau \
--enable-omx \
--enable-nine \
--enable-opencl \
--enable-opencl-icd \
--with-clang-libdir=/usr/lib
Followed by make and make install.
Running on Arch Linux currently, with the following package versions:
xorg-server - 1.16.4-1
xf86-video-ati - 1:7.5.0-1
linux - 3.18.6-1
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2789 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
` (3 preceding siblings ...)
2015-02-11 20:57 ` bugzilla-daemon
@ 2015-03-11 11:06 ` bugzilla-daemon
2015-08-24 22:20 ` bugzilla-daemon
2015-08-24 22:21 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-03-11 11:06 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 338 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #5 from rubykuby@gmail.com ---
This bug is no longer reproducible on my system. Two variables have changed:
I'm now running Mesa 10.4.6 (small point update) & WoW has had an update to
version 6.1.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1139 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
` (4 preceding siblings ...)
2015-03-11 11:06 ` bugzilla-daemon
@ 2015-08-24 22:20 ` bugzilla-daemon
2015-08-24 22:21 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-08-24 22:20 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 435 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
--- Comment #6 from Marek Olšák <maraeo@gmail.com> ---
(In reply to rubykuby from comment #5)
> This bug is no longer reproducible on my system. Two variables have changed:
>
> I'm now running Mesa 10.4.6 (small point update) & WoW has had an update to
> version 6.1.
So can I close this?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1355 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] 8+ messages in thread* [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system
2015-02-04 15:55 [Bug 88968] Unit mouseover in World of Warcraft (wine, D3D) freezes up the entire system bugzilla-daemon
` (5 preceding siblings ...)
2015-08-24 22:20 ` bugzilla-daemon
@ 2015-08-24 22:21 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2015-08-24 22:21 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 542 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=88968
Marek Olšák <maraeo@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Marek Olšák <maraeo@gmail.com> ---
Closing. Please reopen if you still get the freezes.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2123 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] 8+ messages in thread