You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently need cudaconvertscale/vapostproc/videoconvert to go from the current RGB format to NV12. That's unnecessary, we could directly render in EGL using NV12 (the common denominator between qsv, va and nvcodec).
It seems that it's missing from Smithay in fourcc_to_gl_formats(), not sure what else needs to be implemented to support this.
The text was updated successfully, but these errors were encountered:
We currently need
cudaconvertscale
/vapostproc
/videoconvert
to go from the current RGB format toNV12
. That's unnecessary, we could directly render in EGL usingNV12
(the common denominator betweenqsv
,va
andnvcodec
).It seems that it's missing from Smithay in fourcc_to_gl_formats(), not sure what else needs to be implemented to support this.
The text was updated successfully, but these errors were encountered: