Skip to content

etnaviv: Drop not needed check if seamless cube map is supported

What does this MR do and why?

etnaviv: Drop not needed check if seamless cube map is supported

With commit f2506780c8a ("mesa/st: Only set seamless for GLES3") ss->seamless_cube_map
should behave as wanted. For GLES2 it can only be set when PIPE_CAP_SEAMLESS_CUBE_MAP_PER_TEXTURE
is supported.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>

Merge request reports