"README.md" did not exist on "4593f434a06d8d3b46338e0762e93c558ea4e58d"
auxiliary/vl: bring back the VL code for the dri targets
With commit c642e87d(auxiliary/vl: rework the build of the VL code) we split out the VL code into a separate static library that was meant to be used by the VL targets alone - va, vdpau, xvmc. The commit failed to consider the way we handle vdpau-gl interop and broke it. Bring back the functionality by keeping the vl <> vl_stub separation as requrested by Christian. v2: Update the omx target as well. Update mesa-stable email address. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=86837 Cc: "10.5" <mesa-stable@lists.freedesktop.org> Signed-off-by:Emil Velikov <emil.l.velikov@gmail.com> Tested-by:
Andy Furniss <adf.lists@gmail.com>
Showing
- configure.ac 2 additions, 1 deletionconfigure.ac
- src/gallium/auxiliary/Makefile.am 15 additions, 4 deletionssrc/gallium/auxiliary/Makefile.am
- src/gallium/auxiliary/Makefile.sources 4 additions, 1 deletionsrc/gallium/auxiliary/Makefile.sources
- src/gallium/targets/dri/Makefile.am 1 addition, 1 deletionsrc/gallium/targets/dri/Makefile.am
- src/gallium/targets/omx/Makefile.am 1 addition, 0 deletionssrc/gallium/targets/omx/Makefile.am
- src/gallium/targets/pipe-loader/Makefile.am 1 addition, 0 deletionssrc/gallium/targets/pipe-loader/Makefile.am
- src/gallium/targets/va/Makefile.am 1 addition, 0 deletionssrc/gallium/targets/va/Makefile.am
- src/gallium/targets/vdpau/Makefile.am 1 addition, 0 deletionssrc/gallium/targets/vdpau/Makefile.am
- src/gallium/targets/xvmc/Makefile.am 1 addition, 0 deletionssrc/gallium/targets/xvmc/Makefile.am
Loading
Please register or sign in to comment