Commit Graph

38558 Commits

Author SHA1 Message Date
heitbaum
23e50998d8 gcc-or1k-linux: update to 2021.11-5
Versions:
- https://toolchains.bootlin.com/releases_openrisc.html

Toolchain:     openrisc--musl--stable-2021.11-5
GCC:           10.3.0
GDB:           -
Linux headers: 4.9.291
musl:          1.2.2
binutils:      2.36.1
2022-02-19 09:34:31 +00:00
SupervisedThinking
8893cf7106 config/optimize: build debug with -Og instead of -0s
If we build with `-Os` some vars are missing in backtraces and will be listed as `<optimized out>`

- https://github.com/PCSX2/pcsx2/issues/5226#issuecomment-1036987320

```
Optimize debugging experience. -Og should be the optimization level of choice for the standard edit-compile-debug cycle, offering a reasonable level of optimization while maintaining fast compilation and a good debugging experience. It is a better choice than -O0 for producing debuggable code because some compiler passes that collect debug information are disabled at -O0.

Like -O0, -Og completely disables a number of optimization passes so that individual options controlling them have no effect. Otherwise -Og enables all -O1 optimization flags except for those that may interfere with debugging:
```

- https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
2022-02-17 15:39:30 +01:00
CvH
720d9a5368 Merge pull request #6242 from heitbaum/intel
Latest Intel Graphics updates and libdrm
2022-02-17 12:33:47 +01:00
Rudi Heitbaum
9bae1c73e4 libva-utils: update to 2.14.0 2022-02-17 08:23:00 +00:00
Rudi Heitbaum
14ca97e4fc libdrm: update to 2.4.110 2022-02-17 06:16:37 +00:00
Rudi Heitbaum
01fa746632 libva: update to 2.14.0
version 2.14.0 - 16.Feb.2022
 * add: Add av1 encode interfaces
 * add: VA/X11 VAAPI driver mapping for crocus DRI driver
 * doc: Add description of the fd management for surface importing
 * ci: fix freebsd build
 * meson: Copy public headers to build directory to support subproject
2022-02-17 05:50:56 +00:00
Rudi Heitbaum
4af08affd2 media-driver: update to 22.2.1
release notes:
- https://github.com/intel/media-driver/releases/tag/intel-media-22.2.1

* [Encode] MFX and MI refining for AVC
- refine mfx and mi interface for AVC
- unify get cmd size function
- move const value for GPR to mi interface
- move address to mfx interface
2022-02-17 05:34:10 +00:00
CvH
821582259b Merge pull request #6211 from heitbaum/intel
Intel Graphics updates
2022-02-16 20:31:08 +01:00
CvH
ee2fd638b2 Merge pull request #6221 from SupervisedThinking/up_nvidia_470
[le11] xf86-video-nvidia: update to 470.103.01
2022-02-16 20:30:42 +01:00
CvH
cf0af8e318 Merge pull request #6226 from HiassofT/le11-libbluray
libbluray: update to 1.3.0
2022-02-16 20:29:38 +01:00
CvH
b80d92c51a Merge pull request #6222 from HiassofT/le11-kodi-22.02
kodi: update to lastest master version
2022-02-16 20:29:20 +01:00
Christian Hewitt
f42fa56ed8 Merge pull request #6235 from jernejsk/aw-h264-fix
Allwinner: linux: fix H264 buffer size
2022-02-15 05:28:05 +04:00
Jernej Skrabec
1caea02503 Allwinner: linux: fix H264 buffer size 2022-02-14 20:56:20 +01:00
CvH
8a018bd987 Merge pull request #6234 from heitbaum/libretro-mame2016-python39
libretro-mame2016: fix build with Python 3.9
2022-02-14 12:24:49 +01:00
heitbaum
6108b3e5f3 libretro-mame2016: fix build with Python 3.9 2022-02-14 11:13:52 +00:00
Jernej Škrabec
acc9f0567a Merge pull request #6220 from SupervisedThinking/up_libsanitizer
[le11] gcc: update the incomplete libsanitizer patch
2022-02-13 19:30:45 +01:00
Christian Hewitt
fcba5db9c9 Merge pull request #6229 from HiassofT/le11-settings-22.02
[le11] LibreELEC-settings: update to 1bc8388
2022-02-13 21:52:00 +04:00
Matthias Reichl
3691d2b92c LibreELEC-settings: update to 1bc8388
Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-13 16:02:55 +01:00
Matthias Reichl
180090d828 Merge pull request #6227 from heitbaum/python39
Python3: update to 3.9.10
2022-02-13 15:18:01 +01:00
heitbaum
c795b11c8d libxml2: fix build with Python 3.9
Fixes issue of In C, if expressions should be parenthesized.
PyLong_Check, PyUnicode_Check etc. happened to expand to a parenthesized
expression before, but that's not API to rely on.  Since Python 3.9.0a4
it needs to be parenthesized explicitly.

https://gitlab.gnome.org/GNOME/libxml2/-/issues/149
https://gitlab.gnome.org/GNOME/libxml2/-/merge_requests/71
2022-02-13 06:56:49 +00:00
heitbaum
1f01979e54 Python3: update to 3.9.10 2022-02-13 04:25:38 +00:00
Matthias Reichl
05c7d58424 libbluray: update to 1.3.0
Add libudfread dependency and drop ancient nevcariel and mvc patches.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-12 15:49:08 +01:00
Matthias Reichl
dfbf643cd4 libudfread: update to 1.1.2
Also build with fPIC so libbluray can link it

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-02-12 15:48:12 +01:00
CvH
d9a07e979c Merge pull request #6223 from heitbaum/golang
go: update to 1.17.7 (lang - for addons)
2022-02-12 11:20:39 +01:00
CvH
c477576726 Merge pull request #6224 from heitbaum/package_updates
Minor package updates and tidy ups
2022-02-12 11:17:25 +01:00