From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 67981] Graphical Glitches with RV200 on IBM Thinkpad T40
Date: Tue, 13 Aug 2013 22:39:32 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1436423024=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 5E952E67FE
for ;
Tue, 13 Aug 2013 15:39:32 -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
--===============1436423024==
Content-Type: multipart/alternative; boundary="1376433572.C6aFAF10.4813"; charset="us-ascii"
--1376433572.C6aFAF10.4813
Date: Tue, 13 Aug 2013 22:39:32 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=67981
--- Comment #3 from Alex Deucher ---
As mentioned in bug 51658, r1xx/r2xx hardware supports texture formats that
cannot be rendered to:
"> r200 essential patches (1st 3 patches) for gnome shell:
> "Essential patch to disable texture formats that are reported unrenderable
> elsewhere in driver."
I'm not really happy with that. I guess the problem is if we try to attach a
texture to a fbo it is too late to notice we cannot render to that format. But
this sort of sucks for ordinary textures. Ideally we'd probably be able to
really determine our format only at the first upload of data to the texture
(which presumably won't happen) so we could change it if we attach it to a fbo.
Though if there is indeed already data uploaded we're screwed."
You could try applying attachment 63711.
--
You are receiving this mail because:
You are the assignee for the bug.
--1376433572.C6aFAF10.4813
Date: Tue, 13 Aug 2013 22:39:32 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 3
on bug 67981
from Alex Deucher
As mentioned in bug 51658, r1xx/r2xx hardware supports texture formats that
cannot be rendered to:
"> r200 essential patches (1st 3 patches) for gnome shell:
> "Essential patch to disable texture formats that are reported unrenderable
> elsewhere in driver."
I'm not really happy with that. I guess the problem is if we try to attach a
texture to a fbo it is too late to notice we cannot render to that format. But
this sort of sucks for ordinary textures. Ideally we'd probably be able to
really determine our format only at the first upload of data to the texture
(which presumably won't happen) so we could change it if we attach it to a fbo.
Though if there is indeed already data uploaded we're screwed."
You could try applying attachment 63711 [details] [review].
You are receiving this mail because:
- You are the assignee for the bug.
--1376433572.C6aFAF10.4813--
--===============1436423024==
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
--===============1436423024==--