https://bugs.freedesktop.org/show_bug.cgi?id=98271

--- Comment #23 from John <[email protected]> ---
Took me a while but it seems to come from commit
6b22b216514ee2eb784711f4539410d3b312a4fd

Author: wm4 <wm4@nowhere>
Date:   Mon Nov 16 16:22:23 2015 +0100

    vo_opengl: attempt to improve GLX vs. EGL backend detection

    For the sake of vaapi interop, we want to use EGL, but on the other
    hand, but because driver developers are full of shit, vdpau interop will
    not work on EGL (even if the driver supports EGL). The latter happens
    with both nvidia and AMD Mesa drivers.

    Additionally, EGL vaapi interop support can apparently only detected at
    runtime by actually using it. While hwdec_vaegl.c already does this, it
    would require initializing libva on _every_ system, which will cause
    libav to print an unpreventable bullshit message to the terminal.

    Try to counter these huge loads of bullshit by adding more fucking
    bullshit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to