4c06853833
- Fix llvmpipe on big-endian and enable llvmpipe everywhere - Build vdpau drivers for r600/radeonsi/nouveau - Enable hardware floating-point texture support - Drop GLESv1, nothing's using it, let's not start
6 lines
121 B
Bash
6 lines
121 B
Bash
#!/bin/sh
|
|
#
|
|
# usage: make-release-tarball.sh [version]
|
|
|
|
curl -O ftp://ftp.freedesktop.org/pub/mesa/$1/MesaLib-$1.tar.bz2
|