Skip to content

opengl: fix EGL DMA buf modifier checks

Niklas Haas requested to merge egl_dma_mod_invalid into master
  1. Add missing EGL_ prefixes. This only worked by accident because epoxy only does a strstr() check, so it finds the substring.

  2. Check explicitly for modifier support when adding modifiers.

The check for INVALID was actually unnecessary.

Merge request reports