From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 61883] New: wine shader_generate_glsl_declarations fail
Date: Wed, 06 Mar 2013 01:36:40 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1719525794=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id C4446E5CB0
for ;
Tue, 5 Mar 2013 17:36:40 -0800 (PST)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1719525794==
Content-Type: multipart/alternative; boundary="1362533800.D7DAE20.16818"; charset="us-ascii"
--1362533800.D7DAE20.16818
Date: Wed, 6 Mar 2013 01:36:40 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=61883
Priority: medium
Bug ID: 61883
Assignee: dri-devel@lists.freedesktop.org
Summary: wine shader_generate_glsl_declarations fail
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: victoraur.santos@gmail.com
Hardware: All
Status: NEW
Version: 9.1
Component: Drivers/DRI/r300
Product: Mesa
Trying to run RE4 on my r300 freeze completely system
Submitted on wine bug tracker and suggested to report here.
----
err:winediag:shader_generate_glsl_declarations The hardware does not support
enough uniform components to run this shader, it may not render correctly.
----
and lot of:
----
r300: ERROR: FS input fog unassigned, not enough hardware slots. (it's not a
bug, do not report it)
----
for more details and full log see: http://bugs.winehq.org/show_bug.cgi?id=33129
--
You are receiving this mail because:
You are the assignee for the bug.
--1362533800.D7DAE20.16818
Date: Wed, 6 Mar 2013 01:36:40 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
| Priority |
medium
|
| Bug ID |
61883
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Summary |
wine shader_generate_glsl_declarations fail
|
| Severity |
normal
|
| Classification |
Unclassified
|
| OS |
Linux (All)
|
| Reporter |
victoraur.santos@gmail.com
|
| Hardware |
All
|
| Status |
NEW
|
| Version |
9.1
|
| Component |
Drivers/DRI/r300
|
| Product |
Mesa
|
Trying to run RE4 on my r300 freeze completely system
Submitted on wine bug tracker and suggested to report here.
----
err:winediag:shader_generate_glsl_declarations The hardware does not support
enough uniform components to run this shader, it may not render correctly.
----
and lot of:
----
r300: ERROR: FS input fog unassigned, not enough hardware slots. (it's not a
bug, do not report it)
----
for more details and full log see: http://bugs.winehq.org/show_bug.cgi?id=33129
You are receiving this mail because:
- You are the assignee for the bug.
--1362533800.D7DAE20.16818--
--===============1719525794==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1719525794==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 61883] wine shader_generate_glsl_declarations fail
Date: Wed, 06 Mar 2013 08:29:14 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0953214027=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 9186DE626E
for ;
Wed, 6 Mar 2013 00:29:14 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0953214027==
Content-Type: multipart/alternative; boundary="1362558554.d2B7e1.5757"; charset="us-ascii"
--1362558554.d2B7e1.5757
Date: Wed, 6 Mar 2013 08:29:14 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D61883
Pavel Ondra=C4=8Dka changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pavel.ondracka@email.cz
Component|Drivers/DRI/r300 |Drivers/Gallium/r300
--- Comment #1 from Pavel Ondra=C4=8Dka ---
This is a known issue. Wine internally needs some extra uniforms for doing
fixups, and when the shader already uses all of them, there isn't anything =
you
can do about it. Wine still generates the shader in blind hope, that the
constants near the end, which are removed, aren't actually used...=20
On the other side, in my experience this usually causes only corruption (r3=
00g
driver produces dummy shaders in place of the failed ones), not complete sy=
stem
freeze, so maybe there is more going on.
You should try to obtain dmesg after the freeze and also the Xorg.0.log and
attach them here.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1362558554.d2B7e1.5757
Date: Wed, 6 Mar 2013 08:29:14 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Pavel Ondra=C4=8Dka
changed
bug 61883<=
/a>
| What |
Removed |
Added |
| CC |
|
pavel.ondracka@email.cz
|
| Component |
Drivers/DRI/r300
|
Drivers/Gallium/r300
|
Comment=
# 1
on bug 61883<=
/a>
from Pavel Ondra=C4=8Dka
This is a known issue. Wine internally needs some extra unifor=
ms for doing
fixups, and when the shader already uses all of them, there isn't anything =
you
can do about it. Wine still generates the shader in blind hope, that the
constants near the end, which are removed, aren't actually used...=20
On the other side, in my experience this usually causes only corruption (r3=
00g
driver produces dummy shaders in place of the failed ones), not complete sy=
stem
freeze, so maybe there is more going on.
You should try to obtain dmesg after the freeze and also the Xorg.0.log and
attach them here.
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1362558554.d2B7e1.5757--
--===============0953214027==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============0953214027==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 61883] wine shader_generate_glsl_declarations fail
Date: Wed, 06 Mar 2013 15:43:24 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1471928795=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 00EF0E5C6B
for ;
Wed, 6 Mar 2013 07:43:24 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1471928795==
Content-Type: multipart/alternative; boundary="1362584604.DdB08Fb0.7468"; charset="us-ascii"
--1362584604.DdB08Fb0.7468
Date: Wed, 6 Mar 2013 15:43:24 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D61883
--- Comment #2 from Victor Aur=C3=A9lio ---
Created attachment 76024
--> https://bugs.freedesktop.org/attachment.cgi?id=3D76024&action=3Dedit
full dmesg output
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1362584604.DdB08Fb0.7468
Date: Wed, 6 Mar 2013 15:43:24 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1362584604.DdB08Fb0.7468--
--===============1471928795==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============1471928795==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 61883] wine shader_generate_glsl_declarations fail
Date: Wed, 06 Mar 2013 15:43:57 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0409246495=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4569BE69AD
for ;
Wed, 6 Mar 2013 07:43:57 -0800 (PST)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0409246495==
Content-Type: multipart/alternative; boundary="1362584637.723d62c0.7556"; charset="us-ascii"
--1362584637.723d62c0.7556
Date: Wed, 6 Mar 2013 15:43:57 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D61883
--- Comment #3 from Victor Aur=C3=A9lio ---
Created attachment 76025
--> https://bugs.freedesktop.org/attachment.cgi?id=3D76025&action=3Dedit
Xorg.0.log
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1362584637.723d62c0.7556
Date: Wed, 6 Mar 2013 15:43:57 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1362584637.723d62c0.7556--
--===============0409246495==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
--===============0409246495==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 61883] wine shader_generate_glsl_declarations fail
Date: Wed, 18 Sep 2019 18:51:54 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1039150531=="
Return-path:
Received: from culpepper.freedesktop.org (culpepper.freedesktop.org
[IPv6:2610:10:20:722:a800:ff:fe98:4b55])
by gabe.freedesktop.org (Postfix) with ESMTP id B2F4E6F834
for ; Wed, 18 Sep 2019 18:51:54 +0000 (UTC)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.freedesktop.org
Sender: "dri-devel"
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1039150531==
Content-Type: multipart/alternative; boundary="15688327143.EaEdd.15388"
Content-Transfer-Encoding: 7bit
--15688327143.EaEdd.15388
Date: Wed, 18 Sep 2019 18:51:54 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
https://bugs.freedesktop.org/show_bug.cgi?id=3D61883
GitLab Migration User changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |MOVED
Status|NEW |RESOLVED
--- Comment #4 from GitLab Migration User ---
-- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.
You can subscribe and participate further through the new bug through this =
link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/354.
--=20
You are receiving this mail because:
You are the assignee for the bug.=
--15688327143.EaEdd.15388
Date: Wed, 18 Sep 2019 18:51:54 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.freedesktop.org/
Auto-Submitted: auto-generated
GitLab Migration User
changed
bug 61883<=
/a>
| What |
Removed |
Added |
| Resolution |
---
|
MOVED
|
| Status |
NEW
|
RESOLVED
|
You are receiving this mail because:
- You are the assignee for the bug.
=
--15688327143.EaEdd.15388--
--===============1039150531==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz
dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVs
--===============1039150531==--