[Bug 67981] Graphical Glitches with RV200 on IBM Thinkpad T40

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 13 15:39:32 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67981

--- Comment #3 from Alex Deucher <agd5f at yahoo.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130813/01aacbe0/attachment.html>


More information about the dri-devel mailing list