From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 05:46:38 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1365504257=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 41A5E6E269
for ; Thu, 23 Jul 2015 22:46:38 -0700 (PDT)
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
--===============1365504257==
Content-Type: multipart/alternative; boundary="1437716798.56B10.15010"; charset="UTF-8"
--1437716798.56B10.15010
Date: Fri, 24 Jul 2015 05:46:38 +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=3D91444
Bug ID: 91444
Summary: regression bisected radeonsi: don't change
pipe_resource in resource_copy_region
Product: Mesa
Version: git
Hardware: Other
OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/radeonsi
Assignee: dri-devel@lists.freedesktop.org
Reporter: shawn.starr@rogers.com
QA Contact: dri-devel@lists.freedesktop.org
While playing ARK: Survival Evolved, I ran into image corruption and can
reproduce it easy in game, it came down to this commit:
commit 46b2b3bda8d962fce02838e09c742ac06fbec45f
Author: Marek Ol=C5=A1=C3=A1k
Date: Thu Jul 16 13:17:14 2015 +0200
radeonsi: don't change pipe_resource in resource_copy_region
Copied from r600g. pipe_resource can be shared by multiple threads, so =
we
shouldn't change it.
Reviewed-by: Michel D=C3=A4nzer
Reverting this fixed corruption seen, I've attached a picture of the corrup=
tion
noticed, but it manifests itself in striped transparency of certain objects.
See attachment of image
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1437716798.56B10.15010
Date: Fri, 24 Jul 2015 05:46:38 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
| Bug ID |
91444
|
| Summary |
regression bisected radeonsi: don't change pipe_resource in r=
esource_copy_region
|
| Product |
Mesa
|
| Version |
git
|
| Hardware |
Other
|
| OS |
All
|
| Status |
NEW
|
| Severity |
normal
|
| Priority |
medium
|
| Component |
Drivers/Gallium/radeonsi
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Reporter |
shawn.starr@rogers.com
|
| QA Contact |
dri-devel@lists.freedesktop.org
|
While playing ARK: Survival Evolved, I ran into image corrupti=
on and can
reproduce it easy in game, it came down to this commit:
commit 46b2b3bda8d962fce02838e09c742ac06fbec45f
Author: Marek Ol=C5=A1=C3=A1k <marek.olsak@amd.com>
Date: Thu Jul 16 13:17:14 2015 +0200
radeonsi: don't change pipe_resource in resource_copy_region
Copied from r600g. pipe_resource can be shared by multiple threads, so =
we
shouldn't change it.
Reviewed-by: Michel D=C3=A4nzer <michel.daenzer@amd.com>
Reverting this fixed corruption seen, I've attached a picture of the corrup=
tion
noticed, but it manifests itself in striped transparency of certain objects.
See attachment of image
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1437716798.56B10.15010--
--===============1365504257==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1365504257==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 05:48:01 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1137363265=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 8BE826E32B
for ; Thu, 23 Jul 2015 22:48:01 -0700 (PDT)
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
--===============1137363265==
Content-Type: multipart/alternative; boundary="1437716881.265c0.15437"; charset="UTF-8"
--1437716881.265c0.15437
Date: Fri, 24 Jul 2015 05:48:01 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
--- Comment #1 from Shawn Starr ---
Created attachment 117328
--> https://bugs.freedesktop.org/attachment.cgi?id=117328&action=edit
ARK: Survival Evolved corruption
ARK: Survival Evolved corruption
--
You are receiving this mail because:
You are the assignee for the bug.
--1437716881.265c0.15437
Date: Fri, 24 Jul 2015 05:48:01 +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.
--1437716881.265c0.15437--
--===============1137363265==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1137363265==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 05:49:50 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1904981799=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 98A706E32B
for ; Thu, 23 Jul 2015 22:49:50 -0700 (PDT)
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
--===============1904981799==
Content-Type: multipart/alternative; boundary="1437716990.6CB80.16083"; charset="UTF-8"
--1437716990.6CB80.16083
Date: Fri, 24 Jul 2015 05:49:50 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
Shawn Starr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #117328|0 |1
is obsolete| |
Attachment #117328|text/plain |image/jpeg
mime type| |
--
You are receiving this mail because:
You are the assignee for the bug.
--1437716990.6CB80.16083
Date: Fri, 24 Jul 2015 05:49:50 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Shawn Starr
changed
bug 91444
| What |
Removed |
Added |
| Attachment #117328 is obsolete |
|
1
|
| Attachment #117328 mime type |
text/plain
|
image/jpeg
|
You are receiving this mail because:
- You are the assignee for the bug.
--1437716990.6CB80.16083--
--===============1904981799==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1904981799==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 05:50:28 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1183699293=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 6EB8F6E348
for ; Thu, 23 Jul 2015 22:50:28 -0700 (PDT)
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
--===============1183699293==
Content-Type: multipart/alternative; boundary="1437717028.Dcf3F52.16083"; charset="UTF-8"
--1437717028.Dcf3F52.16083
Date: Fri, 24 Jul 2015 05:50:28 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
Shawn Starr changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #117328|1 |0
is obsolete| |
--
You are receiving this mail because:
You are the assignee for the bug.
--1437717028.Dcf3F52.16083
Date: Fri, 24 Jul 2015 05:50:28 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Shawn Starr
changed
bug 91444
| What |
Removed |
Added |
| Attachment #117328 is obsolete |
1
|
|
You are receiving this mail because:
- You are the assignee for the bug.
--1437717028.Dcf3F52.16083--
--===============1183699293==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1183699293==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 05:52:51 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0836289151=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id A43AC6E34D
for ; Thu, 23 Jul 2015 22:52:51 -0700 (PDT)
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
--===============0836289151==
Content-Type: multipart/alternative; boundary="1437717171.6E640.17037"; charset="UTF-8"
--1437717171.6E640.17037
Date: Fri, 24 Jul 2015 05:52:51 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
--- Comment #2 from Shawn Starr ---
This is for BONAIRE (Saturn XT [FirePro M6100])
--
You are receiving this mail because:
You are the assignee for the bug.
--1437717171.6E640.17037
Date: Fri, 24 Jul 2015 05:52:51 +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.
--1437717171.6E640.17037--
--===============0836289151==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0836289151==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 13:39:16 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2045851268=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 4F2446E2B7
for ; Fri, 24 Jul 2015 06:39:16 -0700 (PDT)
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
--===============2045851268==
Content-Type: multipart/alternative; boundary="1437745156.f7E7eD10.31257"; charset="UTF-8"
--1437745156.f7E7eD10.31257
Date: Fri, 24 Jul 2015 13:39:16 +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=3D91444
--- Comment #3 from Marek Ol=C5=A1=C3=A1k ---
Could you please create and attach (or send a link to) an apitrace reproduc=
ing
the issue?
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1437745156.f7E7eD10.31257
Date: Fri, 24 Jul 2015 13:39:16 +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.
--1437745156.f7E7eD10.31257--
--===============2045851268==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============2045851268==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 19:07:18 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1685034815=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 8ADF66EED3
for ; Fri, 24 Jul 2015 12:07:18 -0700 (PDT)
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
--===============1685034815==
Content-Type: multipart/alternative; boundary="1437764838.B7bdB50.26723"; charset="UTF-8"
--1437764838.B7bdB50.26723
Date: Fri, 24 Jul 2015 19:07:18 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
--- Comment #4 from Shawn Starr ---
Here is the apitrace, decompress with XZ-
https://drive.google.com/open?id=0Bze7CJKD12nOYkhrdlZERXBKMDA
--
You are receiving this mail because:
You are the assignee for the bug.
--1437764838.B7bdB50.26723
Date: Fri, 24 Jul 2015 19:07:18 +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.
--1437764838.B7bdB50.26723--
--===============1685034815==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1685034815==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Fri, 24 Jul 2015 20:21:02 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2032927111=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 60D1A6E2FB
for ; Fri, 24 Jul 2015 13:21:02 -0700 (PDT)
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
--===============2032927111==
Content-Type: multipart/alternative; boundary="1437769262.f17C0.7583"; charset="UTF-8"
--1437769262.f17C0.7583
Date: Fri, 24 Jul 2015 20:21:02 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
--- Comment #5 from Shawn Starr ---
http://www.sh0n.net/spstarr/radeon/player-stat-glyph-corrupt.png - Copy region
OK
http://www.sh0n.net/spstarr/radeon/player-stat-glyph-region-corrupt.png - Copy
region corruption
There is glyph corruption but this pre-dates this issue and will be a separate
bug report.
--
You are receiving this mail because:
You are the assignee for the bug.
--1437769262.f17C0.7583
Date: Fri, 24 Jul 2015 20:21:02 +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.
--1437769262.f17C0.7583--
--===============2032927111==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============2032927111==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Tue, 28 Jul 2015 06:15:27 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1717274696=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id AFDF76E449
for ; Mon, 27 Jul 2015 23:15:27 -0700 (PDT)
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
--===============1717274696==
Content-Type: multipart/alternative; boundary="1438064127.66F122e0.31270"; charset="UTF-8"
--1438064127.66F122e0.31270
Date: Tue, 28 Jul 2015 06:15:27 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=91444
--- Comment #6 from Shawn Starr ---
Marek's has fixed this in
http://cgit.freedesktop.org/~mareko/mesa/commit/?id=21f4eb11d76d45c8b4099e0df36d1263901c39a2
This has been tested, works for me now.
--
You are receiving this mail because:
You are the assignee for the bug.
--1438064127.66F122e0.31270
Date: Tue, 28 Jul 2015 06:15:27 +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.
--1438064127.66F122e0.31270--
--===============1717274696==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============1717274696==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 91444] regression bisected radeonsi: don't change pipe_resource
in resource_copy_region
Date: Sun, 02 Aug 2015 22:29:51 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0474280269=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id E97566E1D7
for ; Sun, 2 Aug 2015 15:29:50 -0700 (PDT)
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
--===============0474280269==
Content-Type: multipart/alternative; boundary="1438554590.CF8B70.14750"; charset="UTF-8"
--1438554590.CF8B70.14750
Date: Sun, 2 Aug 2015 22:29:50 +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=3D91444
Marek Ol=C5=A1=C3=A1k changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #7 from Marek Ol=C5=A1=C3=A1k ---
(In reply to Shawn Starr from comment #6)
> Marek's has fixed this in
> http://cgit.freedesktop.org/~mareko/mesa/commit/
> ?id=3D21f4eb11d76d45c8b4099e0df36d1263901c39a2
>=20
> This has been tested, works for me now.
Closing.
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1438554590.CF8B70.14750
Date: Sun, 2 Aug 2015 22:29:50 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
=
Marek Ol=C5=A1=C3=A1k
changed
bug 91444<=
/a>
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
FIXED
|
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1438554590.CF8B70.14750--
--===============0474280269==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: inline
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs
IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0
cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK
--===============0474280269==--