Skip to content

opengl: Add support for tiled formats

Nicolas Dufresne requested to merge ndufresne/gstreamer:tiled-gl-convert into main

This patchset adds support for tiled formats: NV12_16L32S and NV12_4L4. The implementation is based on texelFetch, hence requires OpenGL 3.0 or ES 3.0. Not all tiled formats make sense to add since the underneath HW often does not have capable GPU.

Merge request reports