Skip to content

gpu: External textures are never mipmap'able

Benjamin Otte requested to merge wip/otte/for-main into main

We were just assuming they were if the format matches.

Fixes crashes in Webkit where the external texture is actually a dmabuf imported as an EGL image.

Merge request reports