sync code with last improvements from OpenBSD
This commit is contained in:
parent
68fa196282
commit
9c49429a7e
4431 changed files with 2761157 additions and 1135565 deletions
|
@ -10,14 +10,14 @@ OpenGL ES depends on a working EGL implementation. Please refer to
|
|||
Build the Libraries
|
||||
-------------------
|
||||
|
||||
#. Run ``meson configure`` with ``-D gles1=true -D gles2=true`` and
|
||||
#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=enabled`` and
|
||||
enable the Gallium driver for your hardware.
|
||||
#. Build and install Mesa as usual.
|
||||
|
||||
Alternatively, if XCB-DRI2 is installed on the system, one can use
|
||||
``egl_dri2`` EGL driver with OpenGL|ES-enabled DRI drivers
|
||||
|
||||
#. Run ``meson configure`` with ``-D gles1=true -D gles2=true``.
|
||||
#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=enabled``.
|
||||
#. Build and install Mesa as usual.
|
||||
|
||||
Both methods will install libGLESv1_CM, libGLESv2, libEGL, and one or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue