Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libplacebo v6 updates #11952

Merged
merged 9 commits into from
Aug 18, 2023
Merged

libplacebo v6 updates #11952

merged 9 commits into from
Aug 18, 2023

Commits on Aug 18, 2023

  1. meson: bump minimum libplacebo dependency to v6.292

    To remove a bunch of #ifdef templating.
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f214719 View commit details
    Browse the repository at this point in the history
  2. hwdec_cuda: drop old PL_API_VER compatibility path

    LIBPLACEBO_NEXT is now implied by libplacebo being available
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a50458d View commit details
    Browse the repository at this point in the history
  3. meson: remove redundant libplacebo-next check

    Now implied by the minimum libplacebo version.
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2abc92d View commit details
    Browse the repository at this point in the history
  4. vo_gpu_next: drop PL_API_VER compatibility paths

    v6.292 implied by minimum dependency.
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6451ea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29d763e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    576776e View commit details
    Browse the repository at this point in the history
  7. vo_gpu_next: use pl_dispatch_info_move to avoid useless data copy

    Instead copy the data on-demand when VOCTRL_PERFORMANCE_DATA is
    requested.
    kasper93 authored and haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    066b8c3 View commit details
    Browse the repository at this point in the history
  8. ci: disable libplacebo in msys2 build

    Blocked upstream.
    
    See-Also: msys2/MINGW-packages#17974
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cb9b6d0 View commit details
    Browse the repository at this point in the history
  9. ci: update freebsd to latest release channel

    Instead of `quarterly`, to get access to recent packages.
    haasn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cd60abc View commit details
    Browse the repository at this point in the history