From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] New: [r600g] Lockup while playing OpenGL games with HD6450 Date: Sat, 16 Feb 2013 19:58:24 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0052083894==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 44909E5C0A for ; Sat, 16 Feb 2013 11:58:24 -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 --===============0052083894== Content-Type: multipart/alternative; boundary="1361044704.cd73Db810.22612"; charset="us-ascii" --1361044704.cd73Db810.22612 Date: Sat, 16 Feb 2013 19:58:24 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 Priority: medium Bug ID: 60969 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g] Lockup while playing OpenGL games with HD6450 Severity: normal Classification: Unclassified OS: Linux (All) Reporter: rankincj@googlemail.com Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa HD6450 (CAICOS), kernel 3.7.7-201.fc18.x86_64 The PC quickly locks up while playing either WoW or Minecraft 1.4.7 with Mesa from git. However, I have an earlier version of Mesa-git that plays both games correctly. The mouse cursor continues to move after the freeze, but the keyboard no longer responds. The HEAD for my working Mesa is: commit 0e2f26d5ea26febd16173aa8bbf7427b090e320f Author: Ian Romanick Date: Fri Feb 8 18:03:33 2013 -0800 intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a Older hardware cannot do ARB_texture_rgb10_a2ui, and the translation code for OES_compressed_ETC1_RGB8_texture was never implemented in the i915 driver. I will try and bisect this issue when I have more time with the affected PC. Note that this issue does not happen with either my HD4670 or HD4890. -- You are receiving this mail because: You are the assignee for the bug. --1361044704.cd73Db810.22612 Date: Sat, 16 Feb 2013 19:58:24 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 60969
Assignee dri-devel@lists.freedesktop.org
Summary [r600g] Lockup while playing OpenGL games with HD6450
Severity normal
Classification Unclassified
OS Linux (All)
Reporter rankincj@googlemail.com
Hardware x86-64 (AMD64)
Status NEW
Version git
Component Drivers/Gallium/r600
Product Mesa

HD6450 (CAICOS), kernel 3.7.7-201.fc18.x86_64

The PC quickly locks up while playing either WoW or Minecraft 1.4.7 with Mesa
from git. However, I have an earlier version of Mesa-git that plays both games
correctly. The mouse cursor continues to move after the freeze, but the
keyboard no longer responds.

The HEAD for my working Mesa is:

commit 0e2f26d5ea26febd16173aa8bbf7427b090e320f
Author: Ian Romanick <ian.d.romanick@intel.com>
Date:   Fri Feb 8 18:03:33 2013 -0800

    intel: Do not expose OES_compressed_ETC1_RGB8_texture or
ARB_texture_rgb10_a

    Older hardware cannot do ARB_texture_rgb10_a2ui, and the translation
    code for OES_compressed_ETC1_RGB8_texture was never implemented in the
    i915 driver.

I will try and bisect this issue when I have more time with the affected PC.
Note that this issue does not happen with either my HD4670 or HD4890.


You are receiving this mail because:
  • You are the assignee for the bug.
--1361044704.cd73Db810.22612-- --===============0052083894== 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 --===============0052083894==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Sun, 17 Feb 2013 17:32:30 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0655209124==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C75F9E6217 for ; Sun, 17 Feb 2013 09:32:30 -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 --===============0655209124== Content-Type: multipart/alternative; boundary="1361122350.acc3F80.17257"; charset="us-ascii" --1361122350.acc3F80.17257 Date: Sun, 17 Feb 2013 17:32:30 +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=3D60969 --- Comment #1 from Chris Rankin --- According to git bisect: 974b482acaf62ced1e8981761a8bda252bd51fe1 is the first bad commit commit 974b482acaf62ced1e8981761a8bda252bd51fe1 Author: Jerome Glisse Date: Fri Feb 8 16:02:32 2013 -0500 r600g: fix lockup when hyperz & alpha test are enabled together. v3 Seems that alpha test being enabled confuse the GPU on the order in which it should perform the Z testing. So force the order programmed throught db shader control. v2: Only force z order when alpha test is enabled v3: Update db shader when binding new dsa + spelling fix Signed-off-by: Jerome Glisse Reviewed-by: Marek Ol=C5=A1=C3=A1k This results in GPU stalls, which can be reset succesfully. --=20 You are receiving this mail because: You are the assignee for the bug. --1361122350.acc3F80.17257 Date: Sun, 17 Feb 2013 17:32:30 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 1 on bug 60969<= /a> from Chris Rankin
According to git bisect:

974b482acaf62ced1e8981761a8bda252bd51fe1 is the first bad commit
commit 974b482acaf62ced1e8981761a8bda252bd51fe1
Author: Jerome Glisse <jglisse=
@redhat.com>
Date:   Fri Feb 8 16:02:32 2013 -0500

    r600g: fix lockup when hyperz & alpha test are enabled together. v3

    Seems that alpha test being enabled confuse the GPU on the order in
    which it should perform the Z testing. So force the order programmed
    throught db shader control.

    v2: Only force z order when alpha test is enabled
    v3: Update db shader when binding new dsa + spelling fix

    Signed-off-by: Jerome Glisse <jglisse@redhat.com>
    Reviewed-by: Marek Ol=C5=A1=C3=A1k <maraeo@gmail.com>

This results in GPU stalls, which can be reset succesfully.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1361122350.acc3F80.17257-- --===============0655209124== 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 --===============0655209124==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Sun, 17 Feb 2013 17:34:08 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0307705499==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 4AA78E6217 for ; Sun, 17 Feb 2013 09:34:08 -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 --===============0307705499== Content-Type: multipart/alternative; boundary="1361122448.bcCE85d20.17525"; charset="us-ascii" --1361122448.bcCE85d20.17525 Date: Sun, 17 Feb 2013 17:34:08 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 --- Comment #2 from Chris Rankin --- Created attachment 74995 --> https://bugs.freedesktop.org/attachment.cgi?id=74995&action=edit dmesg output frpm GPU lockup/reset This dmesg log shows the GPU lockups and soft resets that occurred during my git bisect. -- You are receiving this mail because: You are the assignee for the bug. --1361122448.bcCE85d20.17525 Date: Sun, 17 Feb 2013 17:34:08 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 2 on bug 60969 from
Created attachment 74995 [details]
dmesg output frpm GPU lockup/reset

This dmesg log shows the GPU lockups and soft resets that occurred during my
git bisect.


You are receiving this mail because:
  • You are the assignee for the bug.
--1361122448.bcCE85d20.17525-- --===============0307705499== 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 --===============0307705499==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Mon, 18 Feb 2013 14:58:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1125638963==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 58B5FE5DB3 for ; Mon, 18 Feb 2013 06:58:36 -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 --===============1125638963== Content-Type: multipart/alternative; boundary="1361199516.7EDc637e1.2213"; charset="us-ascii" --1361199516.7EDc637e1.2213 Date: Mon, 18 Feb 2013 14:58:36 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 --- Comment #3 from Alex Deucher --- Created attachment 75046 --> https://bugs.freedesktop.org/attachment.cgi?id=75046&action=edit possible fix Does this patch help? -- You are receiving this mail because: You are the assignee for the bug. --1361199516.7EDc637e1.2213 Date: Mon, 18 Feb 2013 14:58:36 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 3 on bug 60969 from
Created attachment 75046 [details] [review]
possible fix

Does this patch help?


You are receiving this mail because:
  • You are the assignee for the bug.
--1361199516.7EDc637e1.2213-- --===============1125638963== 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 --===============1125638963==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Wed, 20 Feb 2013 20:59:44 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0354781470==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3CBC0E5FA3 for ; Wed, 20 Feb 2013 12:59:44 -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 --===============0354781470== Content-Type: multipart/alternative; boundary="1361393984.27db0.19285"; charset="us-ascii" --1361393984.27db0.19285 Date: Wed, 20 Feb 2013 20:59:44 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 --- Comment #4 from Chris Rankin --- (In reply to comment #3) > Does this patch help? Yes thanks, that patch seems to have worked. No lock-ups yet. -- You are receiving this mail because: You are the assignee for the bug. --1361393984.27db0.19285 Date: Wed, 20 Feb 2013 20:59:44 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 4 on bug 60969 from
(In reply to comment #3)
> Does this patch help?

Yes thanks, that patch seems to have worked. No lock-ups yet.


You are receiving this mail because:
  • You are the assignee for the bug.
--1361393984.27db0.19285-- --===============0354781470== 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 --===============0354781470==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Wed, 20 Feb 2013 21:33:44 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0059743671==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 1C681E600A for ; Wed, 20 Feb 2013 13:33:45 -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 --===============0059743671== Content-Type: multipart/alternative; boundary="1361396025.64D24.28079"; charset="us-ascii" --1361396025.64D24.28079 Date: Wed, 20 Feb 2013 21:33:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 Jerome Glisse changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |stefandoesinger@gmx.at --- Comment #5 from Jerome Glisse --- *** Bug 60890 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. --1361396025.64D24.28079 Date: Wed, 20 Feb 2013 21:33:45 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 60969
What Removed Added
CC   stefandoesinger@gmx.at

Comment # 5 on bug 60969 from
*** Bug 60890 has been marked as a duplicate of this bug. ***


You are receiving this mail because:
  • You are the assignee for the bug.
--1361396025.64D24.28079-- --===============0059743671== 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 --===============0059743671==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Thu, 21 Feb 2013 17:03:39 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0528283542==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E536E69A7 for ; Thu, 21 Feb 2013 09:03:40 -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 --===============0528283542== Content-Type: multipart/alternative; boundary="1361466219.d84aDE2.6197"; charset="us-ascii" --1361466219.d84aDE2.6197 Date: Thu, 21 Feb 2013 17:03:39 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 Alex Deucher changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #6 from Alex Deucher --- fix pushed: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e4ef989a2142c9976be6fe0c6fafeb2bdf4e37d -- You are receiving this mail because: You are the assignee for the bug. --1361466219.d84aDE2.6197 Date: Thu, 21 Feb 2013 17:03:39 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 60969
What Removed Added
Status NEW RESOLVED
Resolution --- FIXED


You are receiving this mail because:
  • You are the assignee for the bug.
--1361466219.d84aDE2.6197-- --===============0528283542== 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 --===============0528283542==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Thu, 21 Feb 2013 18:18:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0509402153==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 9FAD7E5CED for ; Thu, 21 Feb 2013 10:18:50 -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 --===============0509402153== Content-Type: multipart/alternative; boundary="1361470730.6eCD6e73.18680"; charset="us-ascii" --1361470730.6eCD6e73.18680 Date: Thu, 21 Feb 2013 18:18:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 Laurent carlier changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lordheavym@gmail.com --- Comment #7 from Laurent carlier --- *** Bug 60955 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. --1361470730.6eCD6e73.18680 Date: Thu, 21 Feb 2013 18:18:50 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 60969
What Removed Added
CC   lordheavym@gmail.com

Comment # 7 on bug 60969 from
*** Bug 60955 has been marked as a duplicate of this bug. ***


You are receiving this mail because:
  • You are the assignee for the bug.
--1361470730.6eCD6e73.18680-- --===============0509402153== 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 --===============0509402153==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Wed, 24 Apr 2013 19:23:39 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1009801151==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id D57DCE6508 for ; Wed, 24 Apr 2013 12:23:39 -0700 (PDT) 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 --===============1009801151== Content-Type: multipart/alternative; boundary="1366831419.BCAD4.29690"; charset="us-ascii" --1366831419.BCAD4.29690 Date: Wed, 24 Apr 2013 19:23:39 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 --- Comment #8 from Jerome Glisse --- Please check if below patch fix the issue: http://people.freedesktop.org/~glisse/0001-r600g-force-full-cache-for-hyperz.patch -- You are receiving this mail because: You are the assignee for the bug. --1366831419.BCAD4.29690 Date: Wed, 24 Apr 2013 19:23:39 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1366831419.BCAD4.29690-- --===============1009801151== 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 --===============1009801151==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 60969] [r600g] Lockup while playing OpenGL games with HD6450 Date: Sat, 04 May 2013 23:26:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1316416378==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0A0C0E5CEC for ; Sat, 4 May 2013 16:26:51 -0700 (PDT) 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 --===============1316416378== Content-Type: multipart/alternative; boundary="1367710010.3AeAA8C3.22588"; charset="us-ascii" --1367710010.3AeAA8C3.22588 Date: Sat, 4 May 2013 23:26:50 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=60969 runetmember@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |runetmember@gmail.com --- Comment #9 from runetmember@gmail.com --- *** Bug 64220 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug. --1367710010.3AeAA8C3.22588 Date: Sat, 4 May 2013 23:26:50 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 60969
What Removed Added
CC   runetmember@gmail.com

Comment # 9 on bug 60969 from
*** Bug 64220 has been marked as a duplicate of this bug. ***


You are receiving this mail because:
  • You are the assignee for the bug.
--1367710010.3AeAA8C3.22588-- --===============1316416378== 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 --===============1316416378==--