Commit graph

344 commits

Author SHA1 Message Date
Tomáš Kelemen (vudiq)
c1658ca436 mesa: fix for Lakka - no displayserver 2021-04-05 00:55:01 +02:00
SupervisedThinking
8713ed9c66 mesa: updated to 21.0.1
- renamed backported lima patch 696b0ab2c9
2021-03-25 02:29:04 +01:00
Alex Bee
08307d58ff mesa: add patch to fix YUV to RGB conversion
This adds a patch to mesa that fixes color space conversion for
lima GPUs and allows to drop a kodi hack that was need to allow
SW decoing on mali 4xx GPUs for Rockchip.

For details see: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8549#note_785097
2021-02-01 17:39:09 +01:00
Alex Bee
cdb1ffc1c0 mesa: update to 20.3.4
update 20.3.3 to 20.3.4
changelog: https://docs.mesa3d.org/relnotes/20.3.4.html
2021-02-01 17:33:59 +01:00
heitbaum
ed5b0a8e07 mesa: update to 20.3.3
update 20.3.2 to 20.3.3
changelog: https://docs.mesa3d.org/relnotes/20.3.3.html
2021-01-14 13:29:43 +00:00
heitbaum
2ebd31d3db mesa: update to 20.3.2 2021-01-02 06:39:38 +00:00
Christian Hewitt
1c70137189 mesa: bump to 20.3.1 for radeonsi fix 2020-12-24 00:15:50 +00:00
Christian Hewitt
074cb7c16a mesa: bump to 20.3.0 and change source url
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
2020-12-12 03:55:09 +00:00
heitbaum
df46d7b269 mesa: update to 20.2.3 2020-11-29 09:12:16 +00:00
heitbaum
fe0e991d92 mesa: Update to mesa 20.2.2 2020-11-09 11:27:42 +00:00
Ian Leonard
128a4837ee mesa: update to 20.2.1
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2020-10-15 05:51:00 +00:00
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
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
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