Displaying 6 results from an estimated 6 matches for "dri_fill_in_modes".
2018 Jun 13
2
libGL error messages
>>>>> "IM" == Ilia Mirkin <imirkin at alum.mit.edu> writes:
IM> OK, well 18.1.0 is completely busted for those GPU's. Either upgrade
IM> or downgrade. But don't use that release.
I did
[DOWNGRADE] libglapi-mesa:amd64 18.1.0-1 -> 18.0.5-1
[DOWNGRADE] libglx-mesa0:amd64 18.1.0-1 -> 18.0.5-1
and rebooted. Problem remains:
$ glxinfo > /dev/null
2018 Jun 13
0
libGL error messages
...d rebooted. Problem remains:
> $ glxinfo > /dev/null
> libGL error: failed to create dri screen
> libGL error: failed to load driver: nouveau
Interesting. This will probably require a bunch of back-and-forth to debug.
You can use gdb to work out why the load is failing. If it's in
dri_fill_in_modes, then something went wrong in your downgrade.
Feel free to join #nouveau on irc.freenode.net to discuss.
-ilia
2018 Mar 05
2
nouveau 30bpp / deep color status
...:
>>
>> https://github.com/imirkin/mesa/commits/30bpp
>>
>
> Wrt. mesa, those patches are now in master and i think we have a bit of a
> problem under X11+GLX:
>
> https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/dri/dri_screen.c#n108
>
> dri_fill_in_modes() defines MESA_FORMAT_R10G10B10A2_UNORM,
> MESA_FORMAT_R10G10B10X2_UNORM at the top inbetween the BGRX/A formats
> ignoring the instructions that
> "/* The 32-bit RGBA format must not precede the 32-bit BGRA format.
> * Likewise for RGBX and BGRX. Otherwise, the GLX client and t...
2018 Mar 08
0
nouveau 30bpp / deep color status
...ub.com/imirkin/mesa/commits/30bpp
>>>
>>
>> Wrt. mesa, those patches are now in master and i think we have a bit of a
>> problem under X11+GLX:
>>
>> https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/dri/dri_screen.c#n108
>>
>> dri_fill_in_modes() defines MESA_FORMAT_R10G10B10A2_UNORM,
>> MESA_FORMAT_R10G10B10X2_UNORM at the top inbetween the BGRX/A formats
>> ignoring the instructions that
>> "/* The 32-bit RGBA format must not precede the 32-bit BGRA format.
>> * Likewise for RGBX and BGRX. Otherwise, the...
2018 Mar 05
0
nouveau 30bpp / deep color status
...ped XBGR through all the
> same places:
>
> https://github.com/imirkin/mesa/commits/30bpp
>
Wrt. mesa, those patches are now in master and i think we have a bit of
a problem under X11+GLX:
https://cgit.freedesktop.org/mesa/mesa/tree/src/gallium/state_trackers/dri/dri_screen.c#n108
dri_fill_in_modes() defines MESA_FORMAT_R10G10B10A2_UNORM,
MESA_FORMAT_R10G10B10X2_UNORM at the top inbetween the BGRX/A formats
ignoring the instructions that
"/* The 32-bit RGBA format must not precede the 32-bit BGRA format.
* Likewise for RGBX and BGRX. Otherwise, the GLX client and the GLX
* serve...
2018 Feb 04
4
nouveau 30bpp / deep color status
In case anyone's curious about 30bpp framebuffer support, here's the
current status:
Kernel:
Ben and I have switched the code to using a 256-based LUT for Kepler+,
and I've also written a patch to cause the addfb ioctl to use the
proper format. You can pick this up at:
https://github.com/skeggsb/linux/commits/linux-4.16 (note the branch!)