# Chromium GPU: zink (Turnip Vulkan) scoped to Chromium only via this drop-in.
# System GL stays native freedreno; zink here renders the browser on Turnip.
export MESA_LOADER_DRIVER_OVERRIDE=zink
export CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ozone-platform-hint=auto --use-gl=angle --use-angle=gles --ignore-gpu-blocklist"
