Clone this repo:
  1. 1eef7ed [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:22.20240726.0.1 by global-integration-roller · 22 hours ago main
  2. c32442a [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:22.20240725.6.1 by global-integration-roller · 25 hours ago
  3. 198f6b2 [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:22.20240725.5.1 by global-integration-roller · 29 hours ago
  4. 54854c9 [roll] Roll drivers-graphics-gpu-bazel_sdk-cipd packages to version:22.20240725.4.1 by global-integration-roller · 32 hours ago
  5. f607306 [rollers] Switch legacy bundles CIPD pin. by Darren Chan · 34 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.