[Mesa3d-dev] [Bug 15244] glGetObjectParameteriv broken by shader vs program name collision

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=15244 --- Comment #1 from haihao <[EMAIL PROTECTED]> 2008-03-30 20:14:25 PST --- This is introduced by commit 3ffd11f71d021f672b9bc15b3c39c155a0e2fecb. The problem is that Mesa will delete all shader/shader program objects as it deletes a context,

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 haihao <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED] --- Com

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 haihao <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 --- Comment #8 from haihao <[EMAIL PROTECTED]> 2008-03-30 18:28:21 PST --- (In reply to comment #6) > I noticed the same corruption in git (mesa_7_0_branch) and decided to track it > down yesterday. The offending commit is > da476ff02dd357d990

[Mesa3d-dev] [PATCH] shader: Fix parsing of comment at end of shader.

2008-03-30 Thread Markus Amsler
Wow 2.4 uses shaders with an comment at the end. They failed, because \0 was searched twice in new_line and {frag|vert}_program_1_0. --- src/mesa/shader/arbprogram.syn |6 +++--- src/mesa/shader/arbprogram_syn.h |6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a

[Mesa3d-dev] gallium: ARB_position_invariant fix

2008-03-30 Thread Ben Skeggs
Hey, Current git ignores the IsPositionInvariant vertex program flag. Attached is a patch to fix the issue. Tested with progs/tests/arbvptorus on Nouveau/NV40. Cheers, Ben. 0001-gallium-obey-ARB_position_invariant-in-vertex-progr.patch Description: application/mbox

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 --- Comment #7 from Tristan Willy <[EMAIL PROTECTED]> 2008-03-30 11:30:38 PST --- Here's some before and after screenshots just to show the problem: http://pc486.net/screenshot/mesa-7-0-g965-incorrect.png http://pc486.net/screenshot/mesa-7-

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 Tristan Willy <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 --- Comment #5 from Tristan Willy <[EMAIL PROTECTED]> 2008-03-30 11:21:03 PST --- Created an attachment (id=15574) --> (http://bugs.freedesktop.org/attachment.cgi?id=15574) Re-enable -ve rhw workaround for all i965 chips. -- Configure bug

[Mesa3d-dev] [Bug 14940] Mesa/i965 corruption with Mesa 7.0.3-rc2

2008-03-30 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940 Otakar Truněček <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: [Mesa3d-dev] r300: Regression

2008-03-30 Thread Oliver McFadden
Oh, I forgot to change r300_fragprog.c. I've pushed your patch, thanks. :-) On 3/31/08, Markus Amsler <[EMAIL PROTECTED]> wrote: > Sorry for blaming you Oliver. You're right the regression was introduced > with > > Commit 978145a075255ae153ee05c2a037400e61558079 > Author: Brian <[EMAIL PROTECTED]

Re: [Mesa3d-dev] [PATCH] r300: fix vertprog regression.

2008-03-30 Thread Oliver McFadden
Pushed, thanks. :-) On 3/30/08, Markus Amsler <[EMAIL PROTECTED]> wrote: > > commit c7584a2a98f0f027a262db904aedae3a5d06 > Author: Oliver McFadden <[EMAIL PROTECTED]> > Date: Mon Mar 24 12:46:40 2008 + > > r300: Merged the Vector and Math Engine opcode macros. > > Introduced a copy

Re: [Mesa3d-dev] r300: Regression

2008-03-30 Thread Markus Amsler
Sorry for blaming you Oliver. You're right the regression was introduced with Commit 978145a075255ae153ee05c2a037400e61558079 Author: Brian <[EMAIL PROTECTED]> Date: Thu Mar 27 16:00:15 2008 -0600 Set param_var->param_binding_type = PROGRAM_CONSTANT cherry-picked from gallium-0.1 I th

[Mesa3d-dev] [PATCH] r300: fix vertprog regression.

2008-03-30 Thread Markus Amsler
commit c7584a2a98f0f027a262db904aedae3a5d06 Author: Oliver McFadden <[EMAIL PROTECTED]> Date: Mon Mar 24 12:46:40 2008 + r300: Merged the Vector and Math Engine opcode macros. Introduced a copy/paste error. --- src/mesa/drivers/dri/r300/r300_vertprog.c |3 ++- 1 files changed

Re: [Mesa3d-dev] r300: Regression

2008-03-30 Thread Markus Amsler
Reverting 978145a075255ae153ee05c2a037400e61558079 fixes both problems. > Have you tried reverting that commit 978145a075255ae153ee05c2a037400e61558079 > on > the current Mesa master branch? It's possible this is the commit that breaks > things, but I believe there is another bug with the default