Skip to content

render/egl: set EGL_IMAGE_PRESERVED_KHR

Simon Ser requested to merge github/fork/emersion/egl-img-preserved into master

Without setting this the EGL implementation is allowed to perform destructive actions on the buffer when imported: its contents become undefined.

This is mostly a pedantic change, because Mesa processes the attrib and does absolutely nothing with it.

Merge request reports

Loading