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.

TDA2HG: tda2 anti-aliasing

Part Number: TDA2HG

hello:

usecase: render a model, but the alias is obvious, so i need to use the anti-aliasing.

when the egl chooseconfig, i add the EGL_SAMPLE_BUFFERS, 1 and EGL_SAMPLES,4 to the attribs,

it works better, but not enough, so i change the EGL_SAMPLES, 8,

the result is eglCreateContex failed! it seems doesn't support.

do you have other methods?

thanks ~