[mythtv-commits] [MythTV/mythtv] c77ea5: libmythui: Add DRM wrapper classes

Mark Kendall noreply at github.com
Mon Jan 18 16:15:06 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: c77ea53ddc180a61d1fc6ece448813ea9f09a549
      https://github.com/MythTV/mythtv/commit/c77ea53ddc180a61d1fc6ece448813ea9f09a549
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/libmythui.pro
    A mythtv/libs/libmythui/platforms/drm/mythdrmconnector.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmconnector.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmcrtc.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmcrtc.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmencoder.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmencoder.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmframebuffer.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmframebuffer.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmmode.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmmode.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmplane.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmplane.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmproperty.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmproperty.h
    A mythtv/libs/libmythui/platforms/drm/mythdrmresources.cpp
    A mythtv/libs/libmythui/platforms/drm/mythdrmresources.h

  Log Message:
  -----------
  libmythui: Add DRM wrapper classes


  Commit: 1eb327051c0fc1945aa1420a62360b36fa1eeb8c
      https://github.com/MythTV/mythtv/commit/1eb327051c0fc1945aa1420a62360b36fa1eeb8c
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythbase/mythcommandlineparser.h

  Log Message:
  -----------
  MythCommandLineParser: Squash a couple of warnings


  Commit: 6b3b2d6f046d285fdb59019d6d34b3478338d11f
      https://github.com/MythTV/mythtv/commit/6b3b2d6f046d285fdb59019d6d34b3478338d11f
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythbase/mythcommandlineparser.cpp
    M mythtv/libs/libmythbase/mythcommandlineparser.h

  Log Message:
  -----------
  MythCommandLineParser: Move certain function implementations

- this just avoids another painful namespace collision between xlib and
the use of QVariant::Bool


  Commit: 373ec9fb451747503c23c504674015b2c3c55163
      https://github.com/MythTV/mythtv/commit/373ec9fb451747503c23c504674015b2c3c55163
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythdisplay.cpp
    M mythtv/libs/libmythui/mythdisplay.h
    M mythtv/programs/mythavtest/main.cpp
    M mythtv/programs/mythfrontend/main.cpp
    M mythtv/programs/mythscreenwizard/main.cpp
    M mythtv/programs/mythtv-setup/main.cpp
    M mythtv/programs/mythwelcome/main.cpp

  Log Message:
  -----------
  MythDisplay: Pass the full command line object to ConfigureQtGUI

- allowing us to use other command line args, over and above the display
setting


  Commit: 696d982330592ace67b75200e04461d3ca53cca0
      https://github.com/MythTV/mythtv/commit/696d982330592ace67b75200e04461d3ca53cca0
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/drm/mythdrmframebuffer.cpp

  Log Message:
  -----------
  DRM: Fix a resource leak in MythDRMFramebuffer


  Commit: 414a59ffa68e38a1c5c393e8e8c13945b36564dd
      https://github.com/MythTV/mythtv/commit/414a59ffa68e38a1c5c393e8e8c13945b36564dd
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/drm/mythdrmframebuffer.cpp
    M mythtv/libs/libmythui/platforms/drm/mythdrmframebuffer.h

  Log Message:
  -----------
  MythDRMFramebuffer: Add missing static keyword


  Commit: 88c46cebaca4987196a5d4d70d7141a39b3cbd4e
      https://github.com/MythTV/mythtv/commit/88c46cebaca4987196a5d4d70d7141a39b3cbd4e
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/mythdisplay.cpp

  Log Message:
  -----------
  MythDisplay: Improve logging of early EGL setup request

- while logging is not actually setup at this point, any messages will
be queued and processed once logging is configured


  Commit: b0c0a40d5c8abe34e4d64023a55bff4900996b24
      https://github.com/MythTV/mythtv/commit/b0c0a40d5c8abe34e4d64023a55bff4900996b24
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/drm/mythdrmplane.cpp
    M mythtv/libs/libmythui/platforms/drm/mythdrmplane.h

  Log Message:
  -----------
  MythDRMPlane: Add Description method


  Commit: a1d80a6cd6b3d0d3823bc9a8f6d666d94f5fc584
      https://github.com/MythTV/mythtv/commit/a1d80a6cd6b3d0d3823bc9a8f6d666d94f5fc584
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythui/platforms/mythwaylandextras.cpp
    M mythtv/libs/libmythui/platforms/mythwaylandextras.h

  Log Message:
  -----------
  MythWaylandExtras: Add 'IsAvailable' method


  Commit: 5a82d8d445bfac64cd63a3430645fad01f759dd9
      https://github.com/MythTV/mythtv/commit/5a82d8d445bfac64cd63a3430645fad01f759dd9
  Author: Mark Kendall <mark.kendall at gmail.com>
  Date:   2021-01-18 (Mon, 18 Jan 2021)

  Changed paths:
    M mythtv/libs/libmythtv/mythinteropgpu.cpp

  Log Message:
  -----------
  MythInteropGPU: Remove duplicates from TypesToString


Compare: https://github.com/MythTV/mythtv/compare/aa683ba5b998...5a82d8d445bf


More information about the mythtv-commits mailing list