mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 07:48:04 +02:00
In get_back_bo() we have two calls to loader_dri_create_image() and some overhead. As in the next commit we add another call to this same function and more overhead to get_back_bo(), it starts to lose legibility. So move loader_dri_create_image() calls to separate functions, allowing us to have an easier to read get_back_bo(). It also adds some minor style changes. Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11248> |
||
|---|---|---|
| .. | ||
| drivers | ||
| generate | ||
| main | ||
| wayland | ||
| egl-entrypoint-check.py | ||
| egl-glvnd-symbols.txt | ||
| egl-symbols.txt | ||
| meson.build | ||