Commit graph

321 commits

Author SHA1 Message Date
Matthias Reichl
dd0a3eff1b mesa: update to 20.2.0
Signed-off-by: Matthias Reichl <hias@horus.com>
2020-09-30 08:45:34 +02:00
nouman8
5fed266a0f
mesa: update to mesa-20.1.3 2020-07-09 10:22:58 +05:00
nouman8
bdb931f24b
mesa: update to mesa-20.1.2 2020-06-25 15:12:10 +05:00
nouman8
c016451e1c
mesa: update to mesa-20.1.1 2020-06-14 13:55:11 +05:00
MilhouseVH
56bf126b6c mesa: update to mesa-20.0.6 2020-04-30 06:41:13 +01:00
MilhouseVH
efd8e61633 mesa: update to mesa-20.0.5 2020-04-23 00:16:32 +01:00
MilhouseVH
6ae15501f2 mesa: update to mesa-20.0.4 2020-04-03 15:12:01 +01:00
MilhouseVH
033f2906cc mesa: update to mesa-20.0.3 2020-04-02 00:17:31 +01:00
MilhouseVH
a3bead83e9 mesa: update to mesa-20.0.2 2020-03-18 23:35:35 +00:00
MilhouseVH
b8d9efeea0 mesa: update to mesa-20.0.1 2020-03-06 00:14:00 +00:00
MilhouseVH
86d8dde34e mesa: update to mesa-20.0.0 2020-02-19 22:39:30 +00:00
MilhouseVH
8778f4ed34 mesa: update to mesa-19.3.4 2020-02-14 00:48:00 +00:00
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
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
MilhouseVH
e5309fef5c mesa: update to mesa-19.1.4 2019-08-08 00:29:57 +01:00
MilhouseVH
dd83fab531 mesa: update to mesa-19.1.3 2019-07-23 20:41:53 +01:00
MilhouseVH
61953adb2c mesa: update to mesa-19.1.2 2019-07-09 10:52:49 +01:00
MilhouseVH
29541f418a mesa: update to mesa-19.1.1 2019-06-25 15:09:42 +01:00
CvH
2825c30f92
Merge pull request #3536 from LibreELEC/amlogic
Add Amlogic (mainline) project
2019-06-13 23:06:16 +02:00
MilhouseVH
116f2eea36 mesa: update to mesa-19.1.0 2019-06-11 18:42:38 +01:00
kszaq
7a8b27fbcc mesa: use mesa master if device uses Lima or Panfrost 2019-06-09 00:03:42 +02:00
MilhouseVH
5c9aad2e91 mesa: update to mesa-19.0.5 2019-05-22 02:15:50 +01:00
MilhouseVH
795eee8537 mesa: update to mesa-19.0.4 2019-05-09 22:02:54 +01:00
Jernej Škrabec
1cff60366c
Merge pull request #3457 from MilhouseVH/le10_mesa-19.0.3
mesa: update to mesa-19.0.3
2019-05-01 21:52:45 +02:00
MilhouseVH
504f6c2b9e mesa: update to mesa-19.0.3 2019-04-25 00:23:39 +01:00
MilhouseVH
82e4ab5913 config/graphic+mesa: simplify dedupe by using space-delimited lists 2019-04-24 08:05:20 +01:00
MilhouseVH
5eaeaef81c mesa: update to mesa-19.0.2 2019-04-11 10:17:11 +01:00
MilhouseVH
e10d00654f mesa: update to mesa-19.0.1 2019-03-27 17:36:04 +00:00