Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,083
    • Issues 3,083
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,015
    • Merge requests 1,015
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !1403

android: Enable llvmpipe when using the swrast driver

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ricardo 'Grim' Cabrita requested to merge grimkriegor/mesa:feature/enable-llvmpipe-android into main Jul 20, 2019
  • Overview 2
  • Commits 1
  • Pipelines 9
  • Changes 4

This merge request enables llvmpipe when using the swrast driver on Android.

It builds upon Wu Zhen's patches and hopes to answer all previous concerns. It is more limited in scope and takes into account the evolution of Mesa's build files for Android.

Please take it into consideration, as both Replicant and Android-x86 projects are currently maintaining their own patches for this.

Reviews and fixes are much welcomed.

Thank you for your time.

Summary:

  • Add src/gallium/drivers/llvmpipe/Android.mk file
  • Include drivers/llvmpipe on src/gallium/Android.mk
  • Add llvmpipe reference to the gallium_drivers list on Android.mk
  • Include libLLVM as a shared library when building the gallium_dri module
Edited May 05, 2021 by Jordan Justen
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/enable-llvmpipe-android