VK-GL-CTS icon indicating copy to clipboard operation
VK-GL-CTS copied to clipboard

Question about GLES 2.0 npot mag filtering

Open kakashidinho opened this issue 5 years ago • 1 comments

Hi, I'm running the test dEQP.GLES2/functional_texture_filtering_2d_nearest_linear_clamp_rgba8888_npot

I noticed that the test tries to sample a texture of size 31x55 to a rect 64x64. Isn't it magnification case? My implementation of GLES will use magnified sampling in this case. But the reference code does the min filtering. Is it because the npot texture doesn't have lod > 1 by default?

kakashidinho avatar Nov 07 '19 03:11 kakashidinho

@chrisforbes, can you have a look?

alegal-arm avatar Dec 05 '19 12:12 alegal-arm