only set texture params for non multisample surfaces
for multisample textures it's illegal to set the sampling texture parameters, so don't do it in the blitter.
This fixes: GL_INVALID_ENUM in glTexParameter(pname=GL_TEXTURE_WRAP_S) seen with some piglit runs.