Commit Graph

1417 Commits

Author SHA1 Message Date
Christian Hewitt
10f1814e17 Merge pull request #4159 from MilhouseVH/le10_mesa-19.3.3
mesa: update to mesa-19.3.3
2020-01-31 10:41:26 +03:00
MilhouseVH
f023eea14f RPi: update to firmware 63bdbe0 2020-01-30 21:13:15 +00:00
MilhouseVH
8cd0281eca RPi: update to firmware 01ecfd2 2020-01-29 21:12:44 +00:00
MilhouseVH
9664df7306 RPi: update to firmware be2713b 2020-01-29 21:12:44 +00:00
MilhouseVH
5924066da6 RPi: update to firmware d5b8d8d 2020-01-29 21:12:44 +00:00
MilhouseVH
951965de2c RPi: update to firmware 62a0d75 2020-01-29 21:12:44 +00:00
MilhouseVH
9d4a52a9c7 RPi: update to firmware dc56225 2020-01-29 21:12:44 +00:00
MilhouseVH
b0e1c7de9c Merge pull request #4143 from lrusak/intel-iris
config/graphic: allow using the new intel gallium iris driver
2020-01-29 20:56:34 +00:00
MilhouseVH
42fae62ced mesa: update to mesa-19.3.3 2020-01-28 20:06:13 +00:00
Lukas Rusak
55aad87771 config/graphic: allow using the new intel gallium iris driver 2020-01-26 09:33:08 -08:00
MilhouseVH
7f4a62cbec mesa: update to mesa-19.3.2 2020-01-09 19:11:36 +00:00
MilhouseVH
a5c15d4a63 RPi: update to firmware 0c01dbe 2020-01-03 07:51:54 +00:00
MilhouseVH
d32cb540fe RPi: update to firmware 9d6be5b 2020-01-03 07:51:54 +00:00
MilhouseVH
0e88dc61d0 RPi: update to firmware 601d36d 2020-01-03 07:51:54 +00:00
Jonas Karlman
30d63b56a0 Rockchip: drop rockchip-4.4 linux support 2019-12-31 09:09:33 +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
Christian Hewitt
ea666ed81f Merge pull request #4040 from MilhouseVH/le10_mesa-19.2.7
mesa: update to mesa-19.2.7
2019-12-09 07:56:21 +08:00
MilhouseVH
71b9b80dbe mesa: update to mesa-19.2.7 2019-12-05 02:09:31 +00:00
MilhouseVH
1d8c795543 tiff: fix automagic codec support resulting in undefined symbols 2019-12-04 10:22:23 +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