[Mesa-dev] [PATCH v3] vl/dri3: use external texture as back buffers(v3)

Nayan Deshmukh nayan26deshmukh at gmail.com
Sat Nov 5 06:44:52 UTC 2016


Hi Leo,

Thanks for the reference patch.

     There are only a number of output surfaces taking turns as the
mixer render targets, so we probably can use the same pixmap
     corresponding to each of output surface texture.

The mixer renders to a VdpOutputSurface which is provided to it by the
application, so we can't make any assumptions on the surface that will
be provided it may or may not be the same. Instead we could have
additional fields in vlVdpOutputSurface which stores the handle and
pixamp of the texture.

Regards,
Nayan


More information about the mesa-dev mailing list