Commit Graph

171 Commits

Author SHA1 Message Date
MilhouseVH
42fae62ced mesa: update to mesa-19.3.3 2020-01-28 20:06:13 +00:00
MilhouseVH
7f4a62cbec mesa: update to mesa-19.3.2 2020-01-09 19:11:36 +00:00
Jernej Škrabec
c3a6cc8dd2 Merge pull request #4066 from MilhouseVH/le10_mesa-19.3.1
mesa: update to mesa-19.3.1
2019-12-28 19:25:38 +01:00
MilhouseVH
7c551cbc12 Merge pull request #4063 from dhewg/pull/llvm
llvm: fix cross compilation issues
2019-12-28 18:17:29 +00:00
MilhouseVH
0da73f5fd2 mesa: update to mesa-19.3.1 2019-12-18 20:05:13 +00:00
Andre Heider
882ecdecc9 llvm: fix cross compilation issues
llvm-config is a compiled host binary used to get infos about the
target installation (sic). It currently lives in the target sysroot,
which may not be usable because now we're mixing build host and
target libraries:

toolchain/x86_64-libreelec-linux-gnu/sysroot/usr/bin/llvm-config-host:
  relocation error: /lib/x86_64-linux-gnu/libpthread.so.0: symbol
                    __libc_vfork version GLIBC_PRIVATE not defined in file
                    libc.so.6 with link time reference

Move it to $TOOLCHAIN/bin where host binaries belong. But llvm-config
doesn't support spitting out a library path from a different prefix than
its own (which explains the placement in sysroot). Patch that in to
prevail sanity.

Then disable the z3 solver so the target doesn't use build host libraries.
But that's broken too, use debian's patch to fix it up (with the
addition to default to "OFF" instead on "ON").

Finally, disable new options and use the build type "MinSizeRel" for the
host as well, courtesy if @MilhouseVH.
2019-12-16 17:54:26 +01:00
MilhouseVH
ced061722c mesa: update to mesa-19.3.0 2019-12-13 00:12:30 +00:00
MilhouseVH
71b9b80dbe mesa: update to mesa-19.2.7 2019-12-05 02:09:31 +00:00
Jernej Škrabec
bcf42651f3 Merge pull request #4011 from MilhouseVH/le10_mesa-19.2.5
mesa: update to mesa-19.2.6
2019-12-03 20:51:38 +01:00
Andre Heider
2c8db70c4c mesa: update to master for lima/panfrost 2019-12-03 06:56:37 +01:00
MilhouseVH
5b91059916 mesa: update to mesa-19.2.6 2019-11-22 01:13:37 +00:00
MilhouseVH
d5a6498aa6 mesa: update to mesa-19.2.5 2019-11-20 18:24:57 +00:00
MilhouseVH
ae9ee455b0 mesa: update to mesa-19.2.4 2019-11-14 01:38:59 +00:00
MilhouseVH
988b245286 mesa: update to mesa-19.2.3 2019-11-06 18:37:33 +00:00
MilhouseVH
ceab20be72 mesa: update to mesa-19.2.2 2019-10-24 18:11:54 +01:00
MilhouseVH
b62b4b8c68 mesa: update to mesa-19.2.1 2019-10-09 18:44:51 +01:00
5schatten
a7a6074ae4 mesa: fix logic for generating .pc files with old glvnd 2019-10-05 20:19:32 +02:00
MilhouseVH
d922ec35c0 mesa: update to mesa-19.2.0 2019-09-25 21:08:51 +01:00
CvH
c0dc3fdbcd Merge pull request #3840 from MilhouseVH/le10_mesa-19.1.7
mesa: update to mesa-19.1.7
2019-09-24 21:12:57 +02:00
5schatten
56a1b5195d mesa: updated to support libglvnd / clean up
- added glvnd options
- dropped libGL symlink hacks
2019-09-18 19:50:20 +02:00
MilhouseVH
cd09b5c0e2 mesa: update to mesa-19.1.7 2019-09-17 12:08:49 +01:00
5schatten
6a4099387b Merge pull request #3792 from MilhouseVH/le10_mesa-19.1.6
mesa: update to mesa-19.1.6
2019-09-13 14:33:55 +02:00
chewitt
e63463748a mesa: bump lima/panfrost and drop panfrost hacks 2019-09-10 16:53:08 +00:00
MilhouseVH
9ec22b9abf mesa: update to mesa-19.1.6 2019-09-03 20:15:13 +01:00
MilhouseVH
06aa0e3a06 mesa: update to mesa-19.1.5 2019-08-23 12:05:32 +01:00