mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 06:10:12 +01:00
Regions are not expensive objects on the server side, it's very slightly cheaper to update an existing one than to create a new one, and we can garbage collect them when the drawable is destroyed. Worse, XID reuse bugs exist, so the more we can do to not churn through XIDs the better. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11461> |
||
|---|---|---|
| .. | ||
| Android.mk | ||
| loader.c | ||
| loader.h | ||
| loader_dri3_helper.c | ||
| loader_dri3_helper.h | ||
| loader_dri_helper.c | ||
| loader_dri_helper.h | ||
| Makefile.sources | ||
| meson.build | ||
| pci_id_driver_map.c | ||
| pci_id_driver_map.h | ||