# rvgpu-mesa **Repository Path**: rvgpu/rvgpu-mesa ## Basic Information - **Project Name**: rvgpu-mesa - **Description**: 基于Mesa实现的RVGPU驱动 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: rvgpu - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-06-25 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # about this project This is a vulkan driver based on mesa for rvgpu # build with rvgpu ``` meson build -Dprefix= -Dgallium-drivers= -Dvulkan-drivers=rvgpu -Dplatforms=x11 -Dglx=disabled ```