Clone this repo:
  1. 3ad8ff3 [owners] Remove neelsa@google.com from OWNERS by Owners-Cleanup-Prod · 9 days ago main
  2. 9e7b95a [owners] Remove neelsa@google.com from common/OWNERS by Owners-Cleanup-Prod · 10 days ago
  3. bd29b4f [owners] Remove jbauman@google.com from common/OWNERS by Owners-Cleanup-Prod · 3 months ago
  4. 527601a [owners] Remove rosasco@google.com 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.