8000 Mesa3D · embox/embox Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Nikolay Korotkiy edited this page Sep 14, 2021 · 3 revisions

Mesa3D

Mesa3D is used in Embox as OpenGL library. There are demos on following platforms:

  • arm-qemu with integrator cp machine
  • x86-qemu

Both of them use osmesa plugin (soft-rendering mode).

Prepare to build

You must install followng packages:

  • xorg-macros: sudo apt-get install xutils-dev
  • pciaccess: sudo apt-get install libpciaccess-dev
  • libtool: sudo apt-get install libtool

Configure and build

Use

  • make confload-project/mesa3d/arm_qemu for arm_qemu
  • make confload-project/mesa3d/x86_qemu for x86_qemu

Run

Use auto_qemu script ./scripts/qemu/auto_qemu

Overview

GSoC

Demos

Supported platforms

Examples

Development

Libraries

Subsystems

Misc

Mybuild - build system

Contributing

Clone this wiki locally
0