Clone this repo:
  1. 3ad8ff3 [owners] Remove [email protected] from OWNERS by Owners-Cleanup-Prod · 13 days ago main
  2. 9e7b95a [owners] Remove [email protected] from common/OWNERS by Owners-Cleanup-Prod · 2 weeks ago
  3. bd29b4f [owners] Remove [email protected] from common/OWNERS by Owners-Cleanup-Prod · 3 months ago
  4. 527601a [owners] Remove [email protected] from OWNERS by Owners-Cleanup-Prod · 3 months ago
  5. 8c28b76 update WORKSPACE load statements for rules_fuchsia by Chase Latta · 3 months ago

Fuchsia GPU Driver Repository

Getting Started

To perform an initial bootstrap, execute the following:

  1. In a terminal, clone the repository:

    git clone https://fuchsia.googlesource.com/drivers/graphics/gpu
    
  2. Change to that directory:

    cd gpu
    
  3. Fetch all git submodules:

    git submodule init && git submodule update --recursive
    
  4. Bootstrap the build environment:

    scripts/bootstrap.sh
    
  5. Fetch and build the SDK:

    tools/bazel build @fuchsia_sdk//:fuchsia_toolchain_sdk
    

See the getting started guide for more info.

Building And Testing the ARM Mali GPU driver

See drivers/msd-arm-mali/README.md.

OSZAR »