This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux: Does Eglimage support mipmap?

Other Parts Discussed in Thread: DRA716

Tool/software: Linux

I am donging video rendering application.

But when the screen size become really small, there will be some serration on it.

The platform is dra716 and the system is psdk 3.2.0.3

I sovle this by using mipmap on windwos with D3D9

But as I konw opengles2.0 seems not support mipmap with eglimage

Is there any way to solve the  serration ?

Like mannually doing mipmap in the pixel shader?