repo/extra/mesa
Owen Rafferty 63002f05bd
mesa: 22.0.2
2022-04-22 12:08:33 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build Stop using kiss within build scripts (#50) 2022-03-28 09:35:47 +00:00
checksums mesa: 22.0.2 2022-04-22 12:08:33 -05:00
depends mesa: fix depends. Closes #272 2021-07-10 00:39:53 +03:00
post-install mesa: fix trailing whitespace 2021-07-10 16:47:54 +03:00
sources mesa: update mako 2022-04-20 09:47:19 +00:00
version mesa: 22.0.2 2022-04-22 12:08:33 -05:00

README

mesa
________________________________________________________________________________

Mesa, also called Mesa3D and The Mesa 3D Graphics Library, is an open-source
software implementation of OpenGL, Vulkan, and other graphics API
specifications. Mesa translates these specifications to vendor-specific graphics
hardware drivers. [0]

The mesa package is configured to build drivers for all vendors. You can fork
the package to only build the needed drivers to reduce compilation times and
package size.

Upstream: https://www.mesa3d.org/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Setup .................................................................. [002]
* Usage .................................................................. [003]
* References ............................................................. [004]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b mesa                                                               |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Setup
________________________________________________________________________________

If the system is using amdgpu, the kernel option CONFIG_CHECKPOINT_RESTORE must
be enabled. [1]


[003] Usage
________________________________________________________________________________

No documentation is currently provided with the package, refer to online
documentation for the time being.


[004] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Mesa_(computer_graphics)
[1] https://lwn.net/Articles/845448/