Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.*
Mesa is a 3-D graphics library with an API which is very similar to
that of OpenGL.* To the extent that Mesa utilizes the OpenGL command
syntax or state machine, it is being used with authorization from
Silicon Graphics, Inc.(SGI). However, the author does not possess an
OpenGL license from SGI, and makes no claim that Mesa is in any way a
compatible replacement for OpenGL or associated with SGI. Those who
want a licensed implementation of OpenGL should contact a licensed
vendor.
Please do not refer to the library as MesaGL (for legal reasons). It's
just Mesa or The Mesa 3-D graphics library.
* OpenGL is a trademark of Silicon Graphics Incorporated.
-
1
derived packages
- Links to X11:XOrg / Mesa
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:BehzadA:XOrg/Mesa && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
Mesa-rpmlintrc | 0000000523 523 Bytes | about 5 years |
Mesa.changes | 0000018315 17.9 KB | 2 days |
Mesa.spec | 0000036584 35.7 KB | 2 days |
README.updates | 0000000413 413 Bytes | about 16 years |
VERSION.diff | 0000000169 169 Bytes | 2 days |
_constraints | 0000000335 335 Bytes | 11 months |
_link | 0000000155 155 Bytes | over 1 year |
_multibuild | 0000000056 56 Bytes | 11 months |
baselibs.conf | 0000004596 4.49 KB | 16 days |
manual-pages.tar.bz2 | 0000137685 134 KB | over 16 years |
mesa-main_git-dc34413f.tar.bz2 | 0021054873 20.1 MB | 2 days |
n_add-Mesa-headers-again.patch | 0000000474 474 Bytes | over 2 years |
ttn_add_missing_opcode_TG4.patch | 0000000988 988 Bytes | 9 months |
Comments 2
llyyr wrote 8 days ago
-Dallow-kcmp=auto
this disallows kcmp because you have--auto-features=disabled
, you have to explicitly enable it, also could you build with-Dvulkan-beta=true
as well?BehzadA wrote 7 days ago
OK, now KCMP is enabled properly, But when enabled vulkan-beta the building gets failed with some errors. I will look at that later.