https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #2 from Ilia Mirkin <[email protected]> --- 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.
_______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
