mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
os_get_option() is a wrapper for getenv() that checks properties in Android. It should be a no-op for other OS but will allow full use of env vars in Android. The environment variable names are automatically renamed by os_get_option() and the order of precedence thus becomes: 1. getenv (non-Android) 2. debug.mesa.* (Android) 3. vendor.mesa.* (Android) 4. mesa.* (Android, as a fallback for older versions) Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37587> |
||
|---|---|---|
| .. | ||
| .clang-format | ||
| intel_driver_ds.cc | ||
| intel_driver_ds.h | ||
| intel_pps_driver.cc | ||
| intel_pps_driver.h | ||
| intel_pps_perf.cc | ||
| intel_pps_perf.h | ||
| intel_pps_priv.h | ||
| intel_tracepoints.py | ||
| meson.build | ||