mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
Exposing a rendernode from a supported driver is not a sufficient
matching criteria to qualify as the render part of a renderonly
device, as the rendernode might only expose compute or 2D accel
capabilities.
Look for a screen that actually supports gallium graphics operations
to qualify as a renderonly screen.
v2 (Tomeu): Have pipe-loader return a list of FDs for kmsro to choose
based on capabilities.
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30096>
|
||
|---|---|---|
| .. | ||
| loader.c | ||
| loader.h | ||
| loader_dri_helper.c | ||
| loader_dri_helper.h | ||
| loader_wayland_helper.c | ||
| loader_wayland_helper.h | ||
| meson.build | ||
| pci_id_driver_map.h | ||