Commit graph

3030 commits

Author SHA1 Message Date
Matthias Reichl
d87539789f fontconfig: remove kodi's font folder from fontconfig dirs
This is no longer needed as kodi Matrix/Nexus already make
.kodi/media/Fonts available to libass.

Large collections of fonts should better be stored in the default
XDG_DATA_HOME fonts location of fontconfig (/storage/.local/share/fonts)
though to avoid slow movie startup and kodi potentially running out
of memory as kodi/libass will load all fonts from .kodi/media/Fonts
into RAM. Making the fonts available to libass via fontconfig avoids
this issue.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-10-01 16:08:48 +02:00
smp79
c4c5c2c911 xkeyboard-config: don't require util-macros patch 2021-09-11 16:52:08 +02:00
Lukas Rusak
da0e0cc452 make_nvidia_udev.py: spoof user agent to avoid 403 2021-09-06 14:25:26 +10:00
heitbaum
8f1665c742 xf86-video-nvidia-legacy: allow build with kernel 5.14
Kernel 5.14 no longer supported pdev. .load and .unload for DRM will
report -ENODEV. Update to .load and .uload functions will need to be
done.
2021-09-06 14:25:26 +10:00
heitbaum
6238ff27ca xf86-video-nvidia: update to 460.91.03 and patch for kernel 5.14 2021-09-06 14:25:21 +10:00
heitbaum
b1655c78d3 xf86-video-amdgpu: update to 21.0.0
update 19.1.0 to 21.0.0

ann: https://lists.x.org/archives/amd-gfx/2021-July/067146.html

--

[ANNOUNCE] xf86-video-amdgpu 21.0.0

Adam Jackson (2):
      kms: Handle changes to SourceValidate call chain in xserver 19
      Fix link failure with gcc 10

Alex Deucher (1):
      Bump version for the 21.0.0 release

Emil Velikov (10):
      Use ODEV_ATTRIB_PATH where possible for the device node.
      Remove drmCheckModesettingSupported and kernel module loading, on Linux
      Fixup the amdgpu_bus_id() string format
      Remove NULL check after a "cannot fail" function
      Store the busid string in AMDGPUEnt
      Reuse the existing busid string
      Use the device_id straight from gpu_info
      Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevices
      Introduce amdgpu_device_setup helper
      Factor out common code to amdgpu_probe()

Likun Gao (1):
      Fix drmmode_crtc_scanout_create logic

Michel Dänzer (11):
      Bail from amdgpu_pixmap_get_handle with ShadowFB
      Handle NULL fb_ptr in pixmap_get_fb
      glamor: Make pixmap scanout compatible if its dimensions are
      Drop bo/width/height members from struct drmmode_scanout
      Drop struct drmmode_scanout altogether in favour of PixmapPtrs
      Make drmmode_crtc_scanout_create/destroy static
      Fix build against ABI_VIDEODRV_VERSION 25.2
      Replace a few more instances of "master"
      Check for AMDGPU_CREATE_PIXMAP_SCANOUT in amdgpu_glamor_create_pixmap
      Drop dri.h includes
      Include xf86drm.h instead of sarea.h

Niclas Zeising (1):
      Fix return value check of drmIoctl()

Peter Hutterer (1):
      gitlab CI: update to use the latest CI templates
2021-08-30 20:45:28 +10:00
CvH
c80017fe02
Merge pull request #5302 from SupervisedThinking/xf86-input-libinput
xf86-input-libinput: update to 1.0.1
2021-08-11 13:10:07 +02:00
mglae
59c8aa4fe7
Merge pull request #5321 from SupervisedThinking/xorg
xorg-server: update to 1.20.11
2021-04-26 22:21:08 +02:00
mglae
79beb5d574
Merge pull request #5287 from heitbaum/intel3
Intel Media Driver 2021Q1 Release - 21.1.3
2021-04-26 22:18:50 +02:00
heitbaum
fb8a970026 xf86-video-intel: update to latest 2021-01-15
Incorporates 2 patches since 2020-12-15 / a511f22c

15 Jan, 2021
sna: Always validate userptr upon creation
Since not all memory ranges can be mapped by userptr, in particular
those passed by XShmAttachFD, we need to validate the userptr before use. We
would ideally want to continue to lazily populate the pages as often the
userptr is created but never used, but preventing an EFAULT later is
more important.

In https://patchwork.freedesktop.org/series/33449/ we provided a more
efficient method for probing the userptr on construction while
preserving the lazy population of gup-pages. For now, always follow
userptr with set-domain.

10 Jan, 2021
sna/gen7: Avoid clear-residuals overhead on all gen7
Since not just Haswell will enjoy clear-residuals, be very careful
before using a potential context switch from DRI clients.
2021-04-25 23:07:37 +00:00
SupervisedThinking
94ca768327 xf86-input-libinput: update to 1.0.1 2021-04-18 11:05:55 +02:00
SupervisedThinking
d7de9c8493 xorg-server: update to 1.20.11
https://lists.freedesktop.org/archives/xorg/2021-April/060678.html
2021-04-14 12:37:30 +02:00
SupervisedThinking
8ec22a1dec xf86-input-libinput: update to 1.0.0 / changed license to MIT 2021-04-08 14:36:38 +02:00
mglae
29588f7324 xf86-video-nvidia: fix udev rules 2021-03-29 20:00:07 +02:00
SupervisedThinking
74387cee18 xf86-video-nvidia: update to 460.67
https://www.nvidia.com/Download/driverResults.aspx/171400/en
2021-03-18 19:29:25 +01:00
heitbaum
1ca24871ee xcb-proto: update to 1.14.1
update 1.14 to 1.14.1
announce: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01270.html
2021-02-07 10:50:30 +00:00
heitbaum
df6281b006 libXt: update to 1.2.1
update 1.2.0 (2019-06-21) to 1.2.1 (2021-01-24)
changelog: https://github.com/freedesktop/xorg-libXt/commits/master
2021-01-30 06:44:34 +00:00
heitbaum
0191f449e8 util-macros: update to 1.19.3
update 1.19.2 (2018-03-05) to 1.19.3 (2021-01-24)
changelog: https://gitlab.freedesktop.org/xorg/util/macros/-/commits/master/
2021-01-30 06:44:34 +00:00
SupervisedThinking
1635304eee xf86-video-nvidia: update to 460.39 2021-01-28 21:28:02 +01:00
Ian Leonard
6f08b82b0b x11: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:34:25 +00:00
CvH
da7943dd1c
Merge pull request #4909 from heitbaum/bump-fonts
liberation-fonts-ttf: update to 2.1.2
2021-01-11 17:53:02 +01:00
heitbaum
8a0f089dca xf86-video-nvidia: update to 460.32.03
changelog: https://www.nvidia.com/Download/driverResults.aspx/168347/en-us
2021-01-10 21:38:46 +00:00
heitbaum
ecc530c528 liberation-fonts-ttf: update to 2.1.2
update 2.00.1 (Oct 04 2012) to 2.1.2 (Dec 21 2020)
changelog: https://raw.githubusercontent.com/liberationfonts/liberation-fonts/master/ChangeLog

updated the PKG_SITE
2021-01-09 23:49:02 +00:00
mglae
b72c65224d pixman: package configuration is for configure, use it 2021-01-06 17:46:52 +01:00
CvH
d37672b621
Merge pull request #4667 from heitbaum/wip
Package Updates
2021-01-03 23:41:32 +01:00
CvH
0e9aaac72f
Merge pull request #4796 from heitbaum/x11pkg
Update packages/x11 to latest
2020-12-30 23:16:34 +01:00
heitbaum
037deba5ac xf86-video-intel: update to latest a511f22c 2020-12-25 13:24:39 +00:00
heitbaum
d9e603b3f1 xkbcomp: update to 1.4.4 2020-12-25 13:24:39 +00:00
heitbaum
06a25a5b61 fluxbox: change download from gz to xz 2020-12-25 13:24:39 +00:00
heitbaum
27ac77475a xkeyboard-config: update to 2.31 2020-12-25 13:08:22 +00:00
heitbaum
19a818f553 pixman: update to 0.40.0 2020-12-25 13:05:51 +00:00
heitbaum
ebe5cb6599 xf86-input-libinput: update to 0.30.0 2020-12-25 13:05:51 +00:00
heitbaum
ba3367a0eb libX11: update to 1.7.0 2020-12-19 11:34:21 +00:00
heitbaum
c211cceaa4 xf86-video-nvidia-legacy: Add patch to compile with Linux 5.10 2020-12-14 23:44:32 +00:00
heitbaum
d13f44e6d4 xf86-video-nvidia: update to 455.45.01 for compatibility with Linux 5.10 2020-12-14 10:33:38 +00:00
heitbaum
bdfe1ee599 libX11: update to 1.6.12 2020-12-03 02:37:12 +00:00
CvH
4bd66c4ebe
Merge pull request #4708 from heitbaum/xorg-server
xorg-server: update to 1.20.10
2020-12-02 20:09:06 +01:00
heitbaum
863fabbfe8 xf86-video-intel: update to latest 9236c582 2020-12-02 08:55:53 +00:00
heitbaum
9dc59233bf xorg-server: update to 1.20.10 2020-12-02 08:39:09 +00:00
Jernej Skrabec
19f84243ee xf86-video-nvidia-legacy: Fix building on 5.9 2020-10-14 20:03:48 +02:00
Jernej Skrabec
90f06fbe3d xf86-video-nvidia: Update to 450.80.02 2020-10-14 19:46:21 +02:00
mglae
c485b4c58f xf86-video-intel: update to 5ca3ac1 2020-10-04 17:41:23 +02:00
Jernej Skrabec
1e45f30008 xf86-video-nvidia: Update to 450.57 2020-08-09 22:54:19 +02:00
Jernej Skrabec
f342bce716 xf86-video-nvidia-legacy: Fix building with Linux 5.8 2020-08-09 22:54:19 +02:00
MilhouseVH
5529aff2db xf86-video-amdgpu: fix gcc-10 2020-06-24 20:56:40 +02:00
MilhouseVH
203e22e1a6 xf86-video-ati: fix gcc-10 2020-06-24 20:56:40 +02:00
MilhouseVH
231a207cf2 xf86-video-nvidia-legacy: fix 5.7-rc1 build 2020-06-14 16:39:28 +01:00
MilhouseVH
4acc8f277e xf86-video-nvidia: fix 5.7-rc1 build 2020-06-14 16:39:28 +01:00
Christian Hewitt
ad870fbc04
Merge pull request #4285 from MilhouseVH/le10_xorg-server-1.20.8
xorg-server: update to xorg-server-1.20.8 (and friends)
2020-04-23 10:38:04 +04:00
MilhouseVH
68cbdb95ba xorgproto: update to xorgproto-2020.1 2020-04-17 05:52:52 +01:00