Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,059
    • Issues 3,059
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,010
    • Merge requests 1,010
  • 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
  • MesaMesa
  • mesamesa
  • Merge requests
  • !986

Meson for windows with LLVM

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dylan Baker requested to merge dbaker/mesa:meson-windows into master May 31, 2019
  • Overview 65
  • Commits 7
  • Pipelines 36
  • Changes 9

This is now just the remaining work to be able to use LLVM with meson on windows.

Worth noting is that this only enables llvmpipe on appveyor. Debian does not provide an LLVM built for mingw (nor could I find any builds readily), and building LLVM from source is not something to do in the container setup (it would make building a new container take forever). SWR is not built on either, due to the fact that SWR has hardcoded assumptions that GCC == Linux and MSVC == Windows; as well as requiring a newer version of LLVM than we use in the appveyor CI.

I'd really like to get this all done and in for 19.3 if at all possible.

Edited Oct 17, 2019 by Dylan Baker
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: meson-windows