Clone this repo:
  1. c90c16e [roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-bazel_sdk-cipd packages to version:26.20241204.7.1 by global-integration-roller · 3 hours ago main
  2. 04fc78a [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:26.20241204.7.1 by global-integration-roller · 4 hours ago
  3. 153e935 [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:26.20241204.5.1 by global-integration-roller · 7 hours ago
  4. 18d80f0 [roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-bazel_sdk-cipd packages to version:26.20241204.5.1 by global-integration-roller · 7 hours ago
  5. 2caffa6 [roll] Roll third_party/fuchsia-infra-bazel-rules [roll] Roll fuchsia-infra-bazel-rules-bazel_sdk-cipd packages to version:26.20241204.4.1 by global-integration-roller · 9 hours 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.