Clone this repo:
  1. a7e5490 [roll] Roll graphics_gpu-bazel-sdk-cipd packages to version:20.20240504.2.1 by global-integration-roller · 8 hours ago main
  2. 4d49bfa [roll] Update submodules by global-integration-roller · 13 hours ago
  3. f79965c [roll] Update submodules by global-integration-roller · 30 hours ago
  4. db2a449 [roll] Update submodules by global-integration-roller · 2 days ago
  5. cf80893 [roll] Roll graphics_gpu-bazel-sdk-cipd packages to version:20.20240502.3.1 by global-integration-roller · 2 days 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.