3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
AgeCommit message (Collapse)Author
2024-09-24gnu: glfw: Fix a missing path to a dlopen call.Arnaud Lechevallier
Recent release of glfw introduced a new dlopen call to `libwayland-client.so.0´. This small fix adds this library to the list of libraries to be patched. It does not affect earlier versions. * gnu/packages/gl.scm (glfw): Add `libwayland-client.so.0' to the list of libraries to be patched. Change-Id: I9436c63f49a9b2fed18e06d593e67a593e3c6cad
2024-09-04gnu: glfw-3.4: Fix build.Guillaume Le Vaillant
* gnu/packages/glfw.scm (glfw-3.4)[arguments]: Don't build out of source. Change-Id: I42437c60f7adbc0b087f7149b17181fbc8eab4ce
2024-08-31gnu: mesa: Fix building on aarch64-linux.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: When building for aarch64-linux use clang-18 and llvm-18 instead of llvm-for-mesa. [native-inputs]: When building for aarch64-linux add libclc. [arguments]: Adjust the 'disable-failing-test phase when building for aarch64-linux to skip a test. (mesa-opencl)[native-inputs]: When building for aarch64-linux don't add clang-15. * gnu/packages/check.scm (python-lit), * gnu/packages/llvm.scm (libclc), * gnu/packages/vulkan.scm (spirv-llvm-translator): Add a note about it being a dependency for mesa. Change-Id: I0bf5ab019ffd0626ad2d0c38bafceec401e3c886
2024-08-31Agnu: mesa: Build asahi driver on aarch64.Roman Scherer
* gnu/packages/gl.scm (mesa): Build asahi driver on aarch64. Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-08-12gnu: glfw-3.4: New variable.Artyom V. Poptsov
* gnu/packages/gl.scm (glfw-3.4): New variable. Change-Id: I77f2214c78f35455436897a3fbff083331295314 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-08-12gnu: glfw: Update to 3.3.10.Artyom V. Poptsov
* gnu/packages/gl.scm (glfw): Update to 3.3.10. Change-Id: I9d789fb74af4ed649102195891adc5e437883d30 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-04-15Merge remote-tracking branch 'savannah/master' into mesa-updatesChristopher Baines
Change-Id: I00980ec5dbd9d23ab076995bc79331d136424796
2024-04-09gnu: glmark2: Update to 2023.01.Wilko Meyer
* gnu/packages/gl.scm (glmark2): Update to 2023.01. Change-Id: Ia3a468d5da28801fc9c13de6995ca6599bbbb87c Signed-off-by: Christopher Baines <mail@cbaines.net>
2024-04-07gnu: mesa: Enable svga driver on all architectures.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Adjust configure-flags so that the svga gallium-driver is enabled on all architectures. Change-Id: I0a604f1f8e4dac511c273149b95bf9b270e8e1fe
2024-04-07gnu: mesa: Enable all the video codecs.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flags to enable all the video codecs. Change-Id: Id540e4d8af8b756f1d0e4978b18e22dd19dd8985
2024-04-07gnu: mesa: Adjust skipped tests on powerpc-linux.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: In the 'disable-failing-test phase enable another test when building for powerpc-linux. Change-Id: Ib043b2ea77dc145b3b067496ed45662ad635dc72
2024-04-04gnu: mesa: Enable more gallium drivers.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Adjust the configure-flag to also build the svga gallium driver on aarch64 and the freedreno and svga drivers on armhf. Change-Id: I129a66184e2728e61a99bae442db908c5c0f84b0
2024-04-04gnu: mesa: Don't skip extra tests on aarch64-linux.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: In the 'disable-failing-test phase remove the test skipped only on aarch64-linux. Change-Id: I2f6d978775887270b6374faaa48318565e393767
2024-04-01gnu: mesa: Update to 24.0.4.John Kehayias
* gnu/packages/gl.scm (mesa): Update to 24.0.4. Change-Id: Id0c14c0ad6a45d6cdb4533053e7a116285a87e5f
2024-03-31gnu: mesa: Update to 24.0.3.John Kehayias
* gnu/packages/gl.scm (mesa): Update to 24.0.3. Co-authored-by: aurtzy <aurtzy@gmail.com> Change-Id: Id674e81154631daf9e8c33940c299dc1d26c62c5
2024-03-31gnu: mesa: Hardcode libvulkan.so's dependency for zink.Josselin Poiret
* gnu/packages/gl.scm (mesa): Add vulkan-loader as an input. Refer to its libvulkan.so.1 by full path in the zink gallium driver. (cherry picked from commit e2875b7bb894f3575b6e61daa9c1f5d5f4c14b84) Change-Id: I83ff787e6148a45b9403e578dd744f7eb85a221b
2024-02-03gnu: Add piglit.Liliana Marie Prikler
* gnu/packages/gl.scm (piglit): New variable.
2024-02-03gnu: Add waffle.Liliana Marie Prikler
* gnu/packages/gl.scm (waffle): New variable.
2024-01-10gnu: mesa: Fix cross-compilation.Zheng Junjie
* gnu/packages/gl.scm(mesa)[arguments]<#:phases>: When cross-compiling, force the use of the cmake method to find llvm. Change-Id: I27f6f4d9d71028c15588eeade48d3a918c042b9c Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-09gnu: glew: Fix cross-compiling.Zheng Junjie
* gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling, add cmake-minimal-cross. [arguments]: Adjust 'fix-cross-compiling to find llvm. * gnu/packages/llvm.scm (llvm-for-mesa) [arguments]<#:configure-flags>: When cross-compiling, set -DBUILD_SHARED_LIBS:BOOL=TRUE and -DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE, remove -DLLVM_LINK_LLVM_DYLIB.*. <#:phases>: When cross-compiling, remove the 'delete-static-libraries phase. Change-Id: If10dec7695e62604e080230e10f2b8d7167f660b Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-04Merge branch 'master' into mesa-updatesJohn Kehayias
Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
2024-01-03gnu: glew: Fix cross-compiling.Zheng Junjie
gnu/packages/gl.scm(glew): [arguments]<#:make-flags>: when cross-compiling, use {cc,strip}-for-target. Change-Id: I365f6635120a85359083beb88cb138f09a99fe33
2023-12-31gnu: glfw: Update to 3.3.9.Kaelyn Takata
* gnu/packages/gl.scm (glfw): Update to 3.3.9. Change-Id: Ide5ec168e97d431dba007bd6095635dab83b87c4 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-12-28gnu: mesa: Update to 23.3.2.John Kehayias
* gnu/packages/gl.scm (mesa): Update to 23.3.2. Change-Id: Ic348c48f4045e8766646a5fe62209619a0247059
2023-12-28Merge branch 'master' into mesa-updatesJohn Kehayias
Change-Id: I16539f64df739453a83f8dfd962e04910a7d7ff5
2023-12-18gnu: mesa: Enable zink support.John Kehayias
* gnu/packages/gl.scm (mesa)[arguments]: Add zink to gallium-drivers in configure-flags. Change-Id: I1fc7e38a8307b589a7c48bc0b923fccd9ffcd8b8
2023-12-17gnu: mesa: Update to 23.3.1.John Kehayias
* gnu/packages/gl.scm (mesa): Update to 23.3.1. Change-Id: Idf4393b4fa5b7df7a78bd88d7591385023460b5b
2023-12-22gnu: Add glad, version 2.0.4.Zheng Junjie
* gnu/packages/gl.scm (glad): New variable. Change-Id: I516d44dfc9272702c3ac31773df0b6c2d68ed99c Modified-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-12-22gnu: glad-0.1: Use gexps.Hilton Chain
* gnu/packages/gl.scm (glad-0.1)[arguments]: Use gexps. Change-Id: I871ec0ff9c7731222f1dd0e8c95057efa1231992
2023-12-22gnu: glad: Rename to glad-0.1.Hilton Chain
* gnu/packages/gl.scm (glad): Rename variable to... (glad-0.1): ...this. * gnu/packages/electronics.scm (openboardview)[native-inputs]: Adjust accordingly. Change-Id: I5a9068186a899b8ff76feb51fd44f59e71cdb030
2023-11-05gnu: libepoxy: Hardcode paths to GLES libraries.宋文武
Fixes <https://issues.guix.gnu.org/64981>. * gnu/packages/gl.scm (libepoxy)[arguments]<#:phases>: Hardcode paths to libGLESv1_CM.so.1 and libGLESv2.so.2. Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Change-Id: I9d68a2b8f9c4ffee13ea63ea973970bf1d4c8a6d
2023-11-05gnu: mesa: Update to 23.2.1.John Kehayias
* gnu/packages/gl.scm (mesa): Update to 23.2.1. Change-Id: I9014c29696317eeda2c86170ef64d57dd02fe8f4
2023-10-15gnu: mesa: Fix cross-compiling.Efraim Flashner
* gnu/packages/gl.scm (mesa)[native-inputs]: When cross-compiling add pkg-config-for-build, wayland, wayland-protocols. [arguments]: Adjust configure-flags to use cond to also match the architecture when cross-compiling. Add phase when cross-compilng to set the location of llvm-config.
2023-09-30gnu: libglvnd: Update to 1.7.0.Hilton Chain
* gnu/packages/gl.scm (libglvnd): Update to 1.7.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2023-09-26gnu: glfw: Patch dlopen calls.Maxim Cournoyer
* gnu/packages/gl.scm (glfw) [arguments]: Add #:modules and #:phases argument. [inputs]: New field.