2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-02 06:21:10 -06:00
repo/extra/mesa
2022-09-26 12:27:14 -05:00
..
build mesa: USE_ELF_TLS is no longer defined anywhere 2022-09-26 12:27:14 -05:00
checksums mesa: 22.2.0 2022-09-20 17:09:27 -05:00
depends
post-install
README
sources
version mesa: bump for new llvm 2022-09-22 14:49:34 -05:00

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/