presentations/linuxgraphicsstack/slides/05-mesa.md

30 lines
722 B
Markdown

<div style="text-align: center; display: grid; grid-template-columns: 1fr 1fr;">
<div> <!-- Left pane -->
<!-- Title -->
## Mesa
- Provides 3D acceleration, GPU compute and HW accelerated video
- OpenGL
- OpenGL ES
- Vulkan
- OpenCL
- Provides userspace API for drawing to the screen
- OpenGL EGL/GLX
- Vulkan WSI
- Direct draw with OpenGL or Vulkan
</div>
<div> <!-- Right pane -->
<!-- Title -->
![Image.](media/overview.svg) <!-- .element: style="width: 50%;" -->
</div>
Notes:
EGL - Kronos Native Platform Graphics Interface
GLX - OpenGL Extension to the X Window System
WSI - Window System Integration
[comment]: # (!!!) <!--------------------------------------------------------->