[Nouveau] [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Jul 13 06:17:38 PDT 2014


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

--- Comment #2 from Ilia Mirkin <imirkin at alum.mit.edu> ---
There have been a few reports of things not being drawn on NV1x, but no one
ever narrowed it down to anything, and I could never reproduce.

I wonder if some sort of alpha setting isn't actually supported and so things
are being drawn with alpha=0 or something. If you're a developer, can you debug
this a bit? Take a look at src/nv10_exa.c (in the ddx)... the function that
determines if something will be accelerated is NV10EXACheckComposite. Start by
just returning FALSE unconditionally there and make sure the problem is
'fixed'. (If it isn't, the issue is something else.)

Assuming it's fine, try printing the requests that are making it through and
try to identify the ones that aren't being handled properly (by selectively
returning false for some of them).

-- 
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/nouveau/attachments/20140713/4d634199/attachment.html>


More information about the Nouveau mailing list