* [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry
@ 2011-10-15 19:20 bugzilla-daemon
2011-10-15 19:40 ` [Bug 41819] " bugzilla-daemon
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-10-15 19:20 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41819
Summary: s.t.a.l.k.e.r. SoC has completely messed up geometry
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r300
AssignedTo: dri-devel@lists.freedesktop.org
ReportedBy: aaalmosss@gmail.com
Tried with wine 1.3.30 and current mesa master. Tons of this is printed to the
console:
radeon: The kernel rejected CS, see dmesg for more information.
dmesg:
[306467.467482] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 729736 dwords
have 524288 dwords
[306467.467489] [drm:r100_cs_track_check] *ERROR* Max indices 91217
[306467.467493] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306467.497490] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 396190 dwords
have 203776 dwords
[306467.497500] [drm:r100_cs_track_check] *ERROR* Max indices 79238
[306467.497505] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306467.732599] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 729736 dwords
have 524288 dwords
[306467.732608] [drm:r100_cs_track_check] *ERROR* Max indices 91217
[306467.732612] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306467.756836] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 396190 dwords
have 203776 dwords
[306467.756845] [drm:r100_cs_track_check] *ERROR* Max indices 79238
[306467.756849] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306467.956614] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 729736 dwords
have 524288 dwords
[306467.956623] [drm:r100_cs_track_check] *ERROR* Max indices 91217
[306467.956627] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306467.980994] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 396190 dwords
have 203776 dwords
[306467.981035] [drm:r100_cs_track_check] *ERROR* Max indices 79238
[306467.981038] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306468.158985] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 729736 dwords
have 524288 dwords
[306468.158993] [drm:r100_cs_track_check] *ERROR* Max indices 91217
[306468.158997] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[306468.181099] radeon 0000:01:00.0: (PW 1) Vertex array 0 need 396190 dwords
have 203776 dwords
[306468.181108] [drm:r100_cs_track_check] *ERROR* Max indices 79238
[306468.181112] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
This game worked almost flawlessly with wine 1.3.20 and mesa master of that
time. Then I upgraded wine to 1.3.28, and the game started to crash immediately
before starting a loaded savegame. Now with 1.3.30 it loads up, but renders
garbage. Unfortunately, along the wine upgrades I also upgraded mesa, so I
cannot really tell which component is the culprit.
All I could find out is that with wine 1.3.30 and mesa 7.10.3 the loading stops
at the last stage (CLIENT: synchronizing...) with this:
err:ntdll:RtlpWaitForCriticalSection section 0xd1a220 "?" wait timed out in
thread 0053, blocked by 004e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7dc01000 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0054, blocked by 004e, retrying
(60 sec)
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpFilterMemory
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpScanMemory
err:ntdll:RtlpWaitForCriticalSection section 0xd1a220 "?" wait timed out in
thread 0053, blocked by 004e, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7dc01000 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0054, blocked by 004e, retrying
(60 sec)
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7ef625f2
--
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] 8+ messages in thread
* [Bug 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
@ 2011-10-15 19:40 ` bugzilla-daemon
2011-10-15 20:50 ` bugzilla-daemon
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-10-15 19:40 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #1 from Marek Olšák <maraeo@gmail.com> 2011-10-15 12:40:41 PDT ---
Please try again with this environment variable:
MESA_EXTENSION_OVERRIDE=-GL_ARB_draw_elements_base_vertex
--
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] 8+ messages in thread
* [Bug 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
2011-10-15 19:40 ` [Bug 41819] " bugzilla-daemon
@ 2011-10-15 20:50 ` bugzilla-daemon
2011-10-15 21:16 ` bugzilla-daemon
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-10-15 20:50 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #2 from almos <aaalmosss@gmail.com> 2011-10-15 13:50:59 PDT ---
(In reply to comment #1)
> Please try again with this environment variable:
>
> MESA_EXTENSION_OVERRIDE=-GL_ARB_draw_elements_base_vertex
With that extension disabled the game runs with wine 1.3.30 and current mesa
master as good as it did with wine 1.3.20 and mesa of that time. The only
glitch is that every 10th grass is bright green (randomly changes which ones).
Of course this is with static lighting.
--
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] 8+ messages in thread
* [Bug 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
2011-10-15 19:40 ` [Bug 41819] " bugzilla-daemon
2011-10-15 20:50 ` bugzilla-daemon
@ 2011-10-15 21:16 ` bugzilla-daemon
2011-10-15 22:17 ` bugzilla-daemon
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-10-15 21:16 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #3 from Marek Olšák <maraeo@gmail.com> 2011-10-15 14:16:09 PDT ---
What happens if you revert 5506f6ef966b8883e575a3f60ce96ad42ee6ffd2?
--
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] 8+ messages in thread
* [Bug 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
` (2 preceding siblings ...)
2011-10-15 21:16 ` bugzilla-daemon
@ 2011-10-15 22:17 ` bugzilla-daemon
2013-01-11 21:55 ` bugzilla-daemon
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2011-10-15 22:17 UTC (permalink / raw)
To: dri-devel
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #4 from almos <aaalmosss@gmail.com> 2011-10-15 15:17:01 PDT ---
(In reply to comment #3)
> What happens if you revert 5506f6ef966b8883e575a3f60ce96ad42ee6ffd2?
The problem disappears, and the geometry becomes good.
--
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] 8+ messages in thread
* [Bug 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
` (3 preceding siblings ...)
2011-10-15 22:17 ` bugzilla-daemon
@ 2013-01-11 21:55 ` bugzilla-daemon
2013-01-12 0:13 ` bugzilla-daemon
2013-01-12 12:41 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-01-11 21:55 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 246 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #5 from Tomasz P. <son_of_the_osiris@interia.pl> ---
Is it still a issue with current wine,mesa ,kernel ?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1031 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 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
` (4 preceding siblings ...)
2013-01-11 21:55 ` bugzilla-daemon
@ 2013-01-12 0:13 ` bugzilla-daemon
2013-01-12 12:41 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-01-12 0:13 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 382 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=41819
--- Comment #6 from almos <aaalmosss@gmail.com> ---
(In reply to comment #5)
> Is it still a issue with current wine,mesa ,kernel ?
Sorry, I don't have the rv350 anymore to test it. I guess Marek committed his
patch, so it should be safe to close this.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1224 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 41819] s.t.a.l.k.e.r. SoC has completely messed up geometry
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
` (5 preceding siblings ...)
2013-01-12 0:13 ` bugzilla-daemon
@ 2013-01-12 12:41 ` bugzilla-daemon
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-01-12 12:41 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 424 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=41819
Tomasz P. <son_of_the_osiris@interia.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1234 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
end of thread, other threads:[~2013-01-12 12:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-15 19:20 [Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry bugzilla-daemon
2011-10-15 19:40 ` [Bug 41819] " bugzilla-daemon
2011-10-15 20:50 ` bugzilla-daemon
2011-10-15 21:16 ` bugzilla-daemon
2011-10-15 22:17 ` bugzilla-daemon
2013-01-11 21:55 ` bugzilla-daemon
2013-01-12 0:13 ` bugzilla-daemon
2013-01-12 12:41 ` bugzilla-daemon
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).