Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • 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
  • !11203

intel: Fixes for mesa to compile on FreeBSD

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Eleni Maria Stea requested to merge hikiko/mesa:wip/freebsd-fixes into main Jun 06, 2021
  • Overview 12
  • Commits 4
  • Pipelines 22
  • Changes 6
  • PAGE_SIZE defined in various files is already defined in machine/param.h so #ifndef had been used.
  • Static struct bitset was renamed to brw_bitset as a struct bitset is defined in sys/_bitset.h included by pthread_np.h on FreeBSD.
  • On Linux ENODATA is defined but on BSD, and MacOSX ENOATTR is used instead. Defined ENODATA to be ENOATTR when the system is not Linux.

Signed-off-by: Eleni Maria Stea elene.mst@gmail.com

Edited Jun 06, 2021 by Eleni Maria Stea
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/freebsd-fixes