Open-source X.org graphics common driver based on GL library.
The glamor module is an open-source 2D graphics common driver for the X Window System as implemented by X.org. It supports a variety of graphics chipsets which have OpenGL/EGL/GBM supports.
It's a GL-based rendering acceleration library for X server:
* It uses GL functions and shader to complete the 2D graphics operations.
* It uses normal texture to represent a drawable pixmap if possible.
* It calls GL functions to render to the texture directly.
It's somehow hardware independently. And could be a building block of any X server's DDX driver:
* Xorg's DDX driver could leverage glamor-egl package to create an egl context without any native X system.Now the xf86-intel-video driver uses glamor as one of its option. When you build it with --enable-glamor, then it will use glamor as its rendering enginee.
This package can support every platform which has OpenGL and gbm and drm libraries.
- Sources inherited from project SUSE:SLE-12:GA
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Alexander_Naumov:SLE12/glamor && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
glamor-egl-0.6.0.tar.bz2 | 0000428912 419 KB | |
glamor.changes | 0000004049 3.95 KB | |
glamor.spec | 0000003709 3.62 KB |
Latest Revision
- nuked /etc/X11/xorg.conf.d/05-glamor.conf; it's no longer required to load libglamoregl.so prior to radeon driver; also libglamoregl harms when being used together with fglrx driver, since libGL.so is a completely different one
Comments 0