summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
AgeCommit message (Collapse)Author
2020-03-17gnu: glfw: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/gl.scm (glfw)[home-page]: Use HTTPS.
2020-03-15gnu: mesa-opencl: Build with clang@9.Marius Bakke
This is a follow-up to commit cf4fdbcb0bf8ef4639dc162e09d152666fc6b89e. * gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-8 to CLANG-9. (mesa)[inputs]: Add reminder.
2020-03-14gnu: Add guile3.0-opengl.Ricardo Wurmus
* gnu/packages/gl.scm (guile3.0-opengl): New variable.
2020-02-24gnu: mesa: Build with LLVM 9.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-8 to LLVM-9.
2020-02-24Merge branch 'master' into stagingMarius Bakke
2020-02-24gnu: mesa-opencl: Build with clang@8.Marius Bakke
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to CLANG-8.
2020-02-24gnu: mesa: Build with llvm@8 explicitly.Marius Bakke
* gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM to LLVM-8.
2020-02-14gnu: mesa: Update to 19.3.4.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.3.4. (mesa-19.3.3): Remove variable. * gnu/packages/graphics.scm (opensubdiv)[inputs]: Remove MESA-19.3.3.
2020-02-13gnu: opensubdiv: Build with a newer version of Mesa.Marius Bakke
* gnu/packages/gl.scm (mesa-19.3.3): New public variable. * gnu/packages/graphics.scm (opensubdiv)[inputs]: Add it.
2020-01-26gnu: freeglut@2: Override inherited package arguments.Marius Bakke
This is a follow-up to commit 5f6130473788c074536cee2d29dcb052c3140182. * gnu/packages/gl.scm (freeglut-2.8)[arguments]: New field.
2020-01-19gnu: mesa: Update to 19.3.2.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.3.2.
2020-01-11gnu: freeglut: Do not build static libraries.Marius Bakke
* gnu/packages/gl.scm (freeglut)[arguments]: Add #:configure-flags.
2020-01-11gnu: freeglut: Update to 3.2.1.Marius Bakke
* gnu/packages/gl.scm (freeglut): Update to 3.2.1. [inputs]: Remove MESA, XORGPROTO and XINPUT.
2020-01-03Merge branch 'master' into stagingMarius Bakke
2020-01-03gnu: Add mojoshader-cs.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader-cs): New variable.
2019-12-11gnu: mesa: Update to 19.2.7.Marius Bakke
* gnu/packages/patches/mesa-timespec-test-32bit.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa): Update to 19.2.7. [source](patches): Remove obsolete.
2019-12-11gnu: libepoxy: Update to 1.5.4.Marius Bakke
* gnu/packages/gl.scm (libepoxy): Update to 1.5.4.
2019-10-14gnu: mesa: Fix test failure on 32-bit systems.Marius Bakke
* gnu/packages/patches/mesa-timespec-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source](patches): Add it.
2019-10-12gnu: mesa: Update to 19.2.1.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.2.1. [native-inputs]: Replace PYTHON with PYTHON-WRAPPER.
2019-10-08Merge branch 'master' into stagingMarius Bakke
2019-10-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-10-03gnu: mesa: Disable faulty test on i686 also when cross-compiling.Pierre Neidhardt
* gnu/packages/gl.scm (mesa)[arguments]: Fix 'patch-create_test_cases phase for cross-compilation.
2019-09-27Merge branch 'master' into core-updatesMarius Bakke
2019-09-24gnu: Add mojoshader-with-viewport-flip.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader-with-viewport-flip): New variable.
2019-09-24gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping).Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and DEPTH_CLIPPING.
2019-09-24gnu: Add mojoshader.Pierre Neidhardt
* gnu/packages/gl.scm (mojoshader): New variable.
2019-08-29gnu: mesa: Update to 19.1.5.Rutger Helling
* gnu/packages/gl.scm (mesa): Update to 19.1.5.
2019-08-15gnu: mesa: Remove unnecessary inputs.Rutger Helling
* gnu/packages/gl.scm (mesa)[native-inputs]: Remove unnecessary inputs.
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-07gnu: mesa: Update to 19.1.4.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.1.4.
2019-08-05gnu: mesa: Enable Intel 32-bit Vulkan drivers.Rutger Helling
* gnu/packages/gl.scm (mesa)[arguments]: Also build Vulkan drivers for Intel on i686-linux.
2019-07-31gnu: ftgl: Update to 2.4.0.Marius Bakke
* gnu/packages/gl.scm (ftgl): Update to 2.4.0. [home-page]: Change to maintained fork at <https://github.com/frankheckenbach/ftgl>. [source]: Change to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
2019-07-30gnu: glu: Update to 9.0.1.Rutger Helling
* gnu/packages/gl.scm (glu): Update to 9.0.1.
2019-07-25gnu: mesa: Correct configure flag.Rutger Helling
* gnu/packages/gl.scm (mesa): Build the iris driver for the correct systems.
2019-07-25gnu: mesa: Update to 19.1.3.Rutger Helling
* gnu/packages/gl.scm (mesa): Update to 19.1.3. [configure-flags]: Add iris to gallium-drivers.
2019-07-07gnu: mesa: Use the "release" Meson build type.Marius Bakke
* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
2019-06-29gnu: mesa: Do not pass an empty string argument to the build system.Marius Bakke
This is a follow-up to commit 301b2e74f986385664153e6e770e238b351f5cf0. * gnu/packages/gl.scm (mesa)[arguments]: Return the empty list instead of an empty string for the non-matching case.
2019-06-29Merge branch 'master' into stagingMarius Bakke
2019-06-26gnu: Add mesa-opencl-icd.Ricardo Wurmus
* gnu/packages/gl.scm (mesa-opencl-icd): New variable.
2019-06-26gnu: Add mesa-opencl.Ricardo Wurmus
* gnu/packages/gl.scm (mesa-opencl): New variable.
2019-06-26gnu: mesa: Update to 19.1.1.Rutger Helling
* gnu/packages/gl.scm (mesa): Update to 19.1.1. [native-inputs]: Add glslang, vulkan-headers, vulkan-loader for i686-linux and x86_64-linux. [arguments]: Enable "-Dvulkan-overlay-layer" configuration flag for i686-linux and x86_64-linux.
2019-06-11Merge branch 'master' into stagingMarius Bakke
2019-06-09gnu: virtualgl: Update to 2.6.2.Tobias Geerinckx-Rice
* gnu/packages/gl.scm (virtualgl): Update to 2.6.2.
2019-06-05gnu: mesa: Disable failing test on i686.Marius Bakke
* gnu/packages/gl.scm (mesa)[arguments]: Add phase when building for i686.
2019-06-05Merge branch 'master' into stagingMarius Bakke
2019-06-05gnu: soil: Update home page.Marius Bakke
* gnu/packages/gl.scm (soil)[home-page]: Use HTTPS.
2019-06-05gnu: mesa-utils: Update home page.Marius Bakke
* gnu/packages/gl.scm (mesa-utils)[home-page]: Use HTTPS.
2019-05-13gnu: mesa: Update to 19.0.4.Rutger Helling
* gnu/packages/gl.scm (mesa): Update to 19.0.4.
2019-05-05gnu: mesa: Update gallium drivers.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: Update configure-flags for aarch64 and armhf for gallium drivers.
2019-05-04gnu: mesa: Update to 19.0.3.Marius Bakke
* gnu/packages/gl.scm (mesa): Update to 19.0.3.