https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #20 from Hicham HAOUARI 2010-12-15
17:34:41 PST ---
Here is an attempt to backport the fixes to 7.9 :
http://hicham.fedorapeople.org/lightspark/0001-Backport-fdbz-31827-fix-to-7.9.patch
It applies against latest mesa-7.9.
I tested
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #20 from Hicham HAOUARI 2010-12-15
17:34:41 PST ---
Here is an attempt to backport the fixes to 7.9 :
http://hicham.fedorapeople.org/lightspark/0001-Backport-fdbz-31827-fix-to-7.9.patch
It applies against latest mesa-7.9.
I tested
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #19 from Marek Olšák 2010-12-03 14:02:33 PST ---
This set of patches:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ead2ea89f42b40edc56ddf8c6ce1df4efdcefe2a
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1d063c6d679c2155f5eb80
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #19 from Marek Ol??k 2010-12-03 14:02:33 PST
---
This set of patches:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ead2ea89f42b40edc56ddf8c6ce1df4efdcefe2a
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a1d063c6d679c2155f5eb8
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #18 from Hicham HAOUARI 2010-12-03
13:37:10 PST ---
(In reply to comment #17)
> Fixed in Mesa master. The fix will eventually make its way to 7.9. Closing..
What commit fixed this bug ?
--
Configure bugmail: https://bugs.freedeskt
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #18 from Hicham HAOUARI 2010-12-03
13:37:10 PST ---
(In reply to comment #17)
> Fixed in Mesa master. The fix will eventually make its way to 7.9. Closing..
What commit fixed this bug ?
--
Configure bugmail: https://bugs.freedeskt
https://bugs.freedesktop.org/show_bug.cgi?id=31827
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31827
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #16 from Marek Olšák 2010-11-24 14:29:35 PST ---
The fix has been sent to ML:
http://lists.freedesktop.org/archives/mesa-dev/2010-November/004214.html
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #16 from Marek Ol??k 2010-11-24 14:29:35 PST
---
The fix has been sent to ML:
http://lists.freedesktop.org/archives/mesa-dev/2010-November/004214.html
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
-
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #15 from Marek Olšák 2010-11-24 11:55:32 PST ---
I am working on a fix.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #15 from Marek Ol??k 2010-11-24 11:55:32 PST
---
I am working on a fix.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bu
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #14 from Hicham HAOUARI 2010-11-24
11:52:30 PST ---
of course :
**
vec4 tex = texture2D(g_tex2,gl_TexCoord[1].xy);
if(gl_Color.x==1.0 && tex.a==0.0)
discard;
**
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #14 from Hicham HAOUARI 2010-11-24
11:52:30 PST ---
of course :
**
vec4 tex = texture2D(g_tex2,gl_TexCoord[1].xy);
if(gl_Color.x==1.0 && tex.a==0.0)
discard;
**
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #13 from Hicham HAOUARI 2010-11-24
11:51:54 PST ---
doing that :
***
if(false) discard;
***
makes the linking succeed
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #13 from Hicham HAOUARI 2010-11-24
11:51:54 PST ---
doing that :
***
if(false) discard;
***
makes the linking succeed
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=em
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #12 from Hicham HAOUARI 2010-11-24
11:05:53 PST ---
(In reply to comment #11)
> The if statement in the fragment shader is too complex. Could you possibly
> move
> the texture lookup in front of it and see if it helps?
modifying :
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #12 from Hicham HAOUARI 2010-11-24
11:05:53 PST ---
(In reply to comment #11)
> The if statement in the fragment shader is too complex. Could you possibly
> move
> the texture lookup in front of it and see if it helps?
modifying :
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #11 from Marek Olšák 2010-11-24 10:37:36 PST ---
The if statement in the fragment shader is too complex. Could you possibly move
the texture lookup in front of it and see if it helps?
--
Configure bugmail: https://bugs.freedesktop.o
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #11 from Marek Ol??k 2010-11-24 10:37:36 PST
---
The if statement in the fragment shader is too complex. Could you possibly move
the texture lookup in front of it and see if it helps?
--
Configure bugmail: https://bugs.freedesktop.
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #10 from Hicham HAOUARI 2010-11-24
10:28:38 PST ---
(In reply to comment #9)
> Ah sorry about that. I meant this:
>
> Could you please post what glGetProgramInfoLog returns? It should give us a
> clue. Thank you.
it gives : Couldn'
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #10 from Hicham HAOUARI 2010-11-24
10:28:38 PST ---
(In reply to comment #9)
> Ah sorry about that. I meant this:
>
> Could you please post what glGetProgramInfoLog returns? It should give us a
> clue. Thank you.
it gives : Couldn'
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #9 from Marek Olšák 2010-11-24 10:18:18 PST ---
Ah sorry about that. I meant this:
Could you please post what glGetProgramInfoLog returns? It should give us a
clue. Thank you.
--
Configure bugmail: https://bugs.freedesktop.org/user
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #9 from Marek Ol??k 2010-11-24 10:18:18 PST
---
Ah sorry about that. I meant this:
Could you please post what glGetProgramInfoLog returns? It should give us a
clue. Thank you.
--
Configure bugmail: https://bugs.freedesktop.org/use
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #8 from Hicham HAOUARI 2010-11-23
13:07:20 PST ---
(In reply to comment #7)
> Please query GL_LINK_STATUS and post what it says.
I think that is what I have done in the testcase, or am I missing something ?
Anyway, I retested with
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #8 from Hicham HAOUARI 2010-11-23
13:07:20 PST ---
(In reply to comment #7)
> Please query GL_LINK_STATUS and post what it says.
I think that is what I have done in the testcase, or am I missing something ?
Anyway, I retested with
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #7 from Marek Olšák 2010-11-23 13:01:54 PST ---
Please query GL_LINK_STATUS and post what it says.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You a
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #7 from Marek Ol??k 2010-11-23 13:01:54 PST
---
Please query GL_LINK_STATUS and post what it says.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #6 from Hydrar 2010-11-23 11:53:46 PST
---
Just updated both my computers to latest git today, the test case prints
"program linking succeeded" on my RV530(X1600), but fails on my RV410(Mobility
X700), with same git versions of libdr
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #6 from Hydrar 2010-11-23 11:53:46
PST ---
Just updated both my computers to latest git today, the test case prints
"program linking succeeded" on my RV530(X1600), but fails on my RV410(Mobility
X700), with same git versions of libdr
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #5 from Da Fox 2010-11-23 00:54:49 PST
---
(In reply to comment #4)
> I don't have 51b895041c65f7ec9ecda48e79279dde29258b07 in my Mesa tree, which
> means it doesn't exist. Don't you have some patches applied locally?
You are correc
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #5 from Da Fox 2010-11-23 00:54:49
PST ---
(In reply to comment #4)
> I don't have 51b895041c65f7ec9ecda48e79279dde29258b07 in my Mesa tree, which
> means it doesn't exist. Don't you have some patches applied locally?
You are correc
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #4 from Marek Olšák 2010-11-22 15:02:39 PST ---
I don't have 51b895041c65f7ec9ecda48e79279dde29258b07 in my Mesa tree, which
means it doesn't exist. Don't you have some patches applied locally?
--
Configure bugmail: https://bugs.fre
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #4 from Marek Ol??k 2010-11-22 15:02:39 PST
---
I don't have 51b895041c65f7ec9ecda48e79279dde29258b07 in my Mesa tree, which
means it doesn't exist. Don't you have some patches applied locally?
--
Configure bugmail: https://bugs.fr
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #3 from Da Fox 2010-11-22 13:48:06 PST
---
I can confirm this testcase fails to link with current mesa-git
(51b895041c65f7ec9ecda48e79279dde29258b07), on radeon mobility 9600 m10 (rv350)
and 2.6.36.
--
Configure bugmail: https://bu
https://bugs.freedesktop.org/show_bug.cgi?id=31827
--- Comment #3 from Da Fox 2010-11-22 13:48:06
PST ---
I can confirm this testcase fails to link with current mesa-git
(51b895041c65f7ec9ecda48e79279dde29258b07), on radeon mobility 9600 m10 (rv350)
and 2.6.36.
--
Configure bugmail: https://bu
https://bugs.freedesktop.org/show_bug.cgi?id=31827
Marek Olšák changed:
What|Removed |Added
Summary|r300g fails to link a GL|r300g fails to link a GL
https://bugs.freedesktop.org/show_bug.cgi?id=31827
Marek Ol??k changed:
What|Removed |Added
Summary|r300g fails to link a GL|r300g fails to link a GL
38 matches
Mail list logo