Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • K kmscube
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • kmscube
  • Merge requests
  • !1

Enable it on ChromeOS

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Dongseong Hwang requested to merge ds-hwang/kmscube:cros into master Aug 11, 2018
  • Overview 8
  • Commits 1
  • Changes 6

ChromeOS uses its own gbm, which is minigbm [1] [1] https://chromium.googlesource.com/chromiumos/platform/minigbm/

minigbm doesn't have gbm_surface, so mesa doesn't have EGLSurface too. It's called as surfaceless in ChromeOS, which requires its own similar implementation to eglSwapBuffers. This patch implements them.

How to build it on ChromeOS: export PKG_CONFIG=/usr/local/bin/pkg-config-amd64-generic export CFLAGS=-I/build/amd64-generic/usr/include export LDFLAGS=-L/build/amd64-generic/usr/lib64/ export PLATFORM_CHROMEOS=yes ./autogen.sh ./configure

Signed-off-by: Dongseong Hwang dongseong.hwang@intel.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cros