* [Bug 29156] New: [regression] 3D apps in Wine hangs on start
@ 2010-07-19 23:25 bugzilla-daemon
2010-07-19 23:51 ` [Bug 29156] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-07-19 23:25 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Summary: [regression] 3D apps in Wine hangs on start
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: sa@whiz.se
Created an attachment (id=37194)
--> (https://bugs.freedesktop.org/attachment.cgi?id=37194)
backtrace from wine app
After this commit was introduced, all 3D apps running through Wine hangs on
start. This happens with both r300c and r300g, softpipe doesn't seem to be
affected, but maybe it doesn't use dri2?
commit 3750ebd540510324ef5ada769537ae05309adadb
Author: Kristian Høgsberg <krh@bitplanet.net>
Date: Mon Jul 19 09:37:07 2010 -0400
glx: Fix drawable lookup in DRI2 event handler
DRI2 events are sent to the X drawable ID used to create the DRI2 drawable,
not the GLX drawable ID. So when an event comes in, we need to look up
the __GLXDRIdrawable by its X drawable ID, which needs a new hash table.
I'm also attaching a backtrace frome one such app hanging.
System environment:
-- system architecture: 32-bit
-- Linux distribution: Debian unstable
-- GPU: RV570
-- Model: Asus EAX1950Pro 256MB
-- Display connector: DVI
-- xf86-video-ati: cdeb1949c820242f05a8897d3ddd0718f204dacf
-- xserver: 1.8.99.904 (1.9.0 RC 4)
-- mesa: 3750ebd540510324ef5ada769537ae05309adadb
-- drm: 6ea2bda5f5ec8f27359760ce580fdad3df0464df
-- kernel: 2.6.35-rc5
--
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] 4+ messages in thread
* [Bug 29156] [regression] 3D apps in Wine hangs on start
2010-07-19 23:25 [Bug 29156] New: [regression] 3D apps in Wine hangs on start bugzilla-daemon
@ 2010-07-19 23:51 ` bugzilla-daemon
2010-07-20 3:47 ` bugzilla-daemon
2010-07-20 13:05 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-07-19 23:51 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29156
--- Comment #1 from Sven Arvidsson <sa@whiz.se> 2010-07-19 16:51:04 PDT ---
A related regression is this one, the game Far Cry (running through Wine)
starts but hangs at level start if the below commit isn't reverted.
f8d81c31cee30821da3aab331a57f484f6a07a5d is the first bad commit
commit f8d81c31cee30821da3aab331a57f484f6a07a5d
Author: Nick Bowler <nbowler@draconx.ca>
Date: Wed Jul 14 12:01:49 2010 -0400
dri2: Track event mask in client code.
When direct rendering is being used, DRI2 BufferSwapComplete events are
sent unconditionally to clients, even if they haven't been requested.
This causes error messages to be printed by every freeglut application
of the form
freeglut (./gears): Unknown X event type: 104
and might confuse other clients.
This is a fixed up version of the patch by Jesse Barnes, which drops
BufferSwapComplete events if they are not requested by clients.
Fixes fdo bug 27962.
Signed-off-by: Nick Bowler <nbowler@draconx.ca>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
:040000 040000 43b22479000d40e4034e467746bda73544d1ef4f
a7c81f4433d420249b67bee1a16bc047a45141a0 M src
--
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] 4+ messages in thread
* [Bug 29156] [regression] 3D apps in Wine hangs on start
2010-07-19 23:25 [Bug 29156] New: [regression] 3D apps in Wine hangs on start bugzilla-daemon
2010-07-19 23:51 ` [Bug 29156] " bugzilla-daemon
@ 2010-07-20 3:47 ` bugzilla-daemon
2010-07-20 13:05 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-07-20 3:47 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Nick Bowler <nbowler@draconx.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nbowler@draconx.ca
--- Comment #2 from Nick Bowler <nbowler@draconx.ca> 2010-07-19 20:47:48 PDT ---
The first issue should be fixed by
commit 037755122e9011c768e5caa4d4cb83aba783d3e9
Author: Kristian Høgsberg <krh@bitplanet.net>
Date: Mon Jul 19 21:00:09 2010 -0400
glx: Don't use __glXInitialize() when we might be holding __glXLock()
in mesa master. If the second issue is still present in master, please file
another bug report.
--
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] 4+ messages in thread
* [Bug 29156] [regression] 3D apps in Wine hangs on start
2010-07-19 23:25 [Bug 29156] New: [regression] 3D apps in Wine hangs on start bugzilla-daemon
2010-07-19 23:51 ` [Bug 29156] " bugzilla-daemon
2010-07-20 3:47 ` bugzilla-daemon
@ 2010-07-20 13:05 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-07-20 13:05 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=29156
Sven Arvidsson <sa@whiz.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Sven Arvidsson <sa@whiz.se> 2010-07-20 06:05:40 PDT ---
Thanks! The first issue is indeed fixed now. I filed bug 29170 for the other
one.
--
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] 4+ messages in thread
end of thread, other threads:[~2010-07-20 13:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19 23:25 [Bug 29156] New: [regression] 3D apps in Wine hangs on start bugzilla-daemon
2010-07-19 23:51 ` [Bug 29156] " bugzilla-daemon
2010-07-20 3:47 ` bugzilla-daemon
2010-07-20 13:05 ` 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.