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

2008-04-06 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940


Gordon Jin [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #10 from Gordon Jin [EMAIL PROTECTED]  2008-04-06 18:40:21 PST ---
*** Bug 15351 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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]




--- Comment #4 from Otakar Truněček [EMAIL PROTECTED]  2008-03-30 10:35:35 
PST ---
Same bug in archlinux
http://bugs.archlinux.org/task/9866
Similar glitches in opengl games with mesa 7.0.3rc2 and intel graphics driver.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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 bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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]




--- Comment #6 from Tristan Willy [EMAIL PROTECTED]  2008-03-30 11:22:39 PST 
---
I noticed the same corruption in git (mesa_7_0_branch) and decided to track it
down yesterday. The offending commit is
da476ff02dd357d9909a2df9891ee645f5f776a0. It appears a workaround that was
always on was changed to IGD chips only. It appears that my G965 requires this
workaround, so here's a patch to include all i965 chips when executing the
workaround. Patch included.

Regarding the patch, should the -ve rhw workaround even need a test? The DRI
driver is for all 965 chips after all.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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-0-g965-correct.png


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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
 da476ff02dd357d9909a2df9891ee645f5f776a0. It appears a workaround that was
 always on was changed to IGD chips only. It appears that my G965 requires this
 workaround, so here's a patch to include all i965 chips when executing the
 workaround. Patch included.
 
 Regarding the patch, should the -ve rhw workaround even need a test? The DRI
 driver is for all 965 chips after all.
 

Thanks . I make a mistake in that commit. The -ve rhw workaround should be
applied to 965, not IGD


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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||FIXED




-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


[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]




--- Comment #9 from haihao [EMAIL PROTECTED]  2008-03-30 18:51:07 PST ---
*** Bug 14794 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


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

2008-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940


Mario Galanti [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #2 from Mario Galanti [EMAIL PROTECTED]  2008-03-12 07:11:15 PST 
---
Hi,

I can confirm that the bug is present if I use the 7.0.3-rc2 version of the
mesa library; I use Debian testing and I have an i965 video card. If I try to
play Vegastrike or Armagetron, I can see exactly the same kind of graphics
corruption that is shown in the screenshot:

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=Mesaproblem.png;att=1;bug=470084

I have not tried other 3D games or apps, so I cannot say whether there are
other programs affected by this bug on my system.

Also for me, the 7.0.2-4 (as named by Debian) version of the library produced
no artefacts.

Kind regards,

Mario


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel


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

2008-03-12 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=14940


Gordon Jin [EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Comment #3 from Gordon Jin [EMAIL PROTECTED]  2008-03-12 20:04:37 PST ---
*** Bug 14969 has been marked as a duplicate of this bug. ***


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
--
___
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel