FS#52940 - [mesa] Request for using gallium-based OSMesa
Attached to Project:
Arch Linux
Opened by Wei Congrui (crvv) - Monday, 13 February 2017, 05:39 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 10 March 2017, 08:39 GMT
Opened by Wei Congrui (crvv) - Monday, 13 February 2017, 05:39 GMT
Last edited by Laurent Carlier (lordheavy) - Friday, 10 March 2017, 08:39 GMT
|
Details
Description:
The gallium-based OSMesa supports more OpenGL features, such as GLSL 1.30. The legacy OSMesa only supports GLSL 1.10 and 1.20. And the patch is very simple: --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index bdb9d03..184385c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -52,7 +52,7 @@ build() { --enable-gles2 \ --enable-gbm \ --enable-dri \ - --enable-osmesa \ + --enable-gallium-osmesa \ --enable-texture-float \ --enable-xa \ --enable-vdpau \ -- Additional info: * package version(s) mesa 13.0.4-1 Thanks! |
This task depends upon
Closed by Laurent Carlier (lordheavy)
Friday, 10 March 2017, 08:39 GMT
Reason for closing: Implemented
Additional comments about closing: mesa 17.0.1-2 in [testing]
Friday, 10 March 2017, 08:39 GMT
Reason for closing: Implemented
Additional comments about closing: mesa 17.0.1-2 in [testing]
Comment by Andreas Radke (AndyRTR) -
Saturday, 18 February 2017, 20:55 GMT
Laurent - are you going to implement this? Fedora also uses this
configure option. It shouldn't break anything.
Comment by
Laurent Carlier (lordheavy) -
Sunday, 19 February 2017, 09:57 GMT
yes, it will be implemented, i've already implemented this to
mesa-git without problems.