most that use the automipmap from dx, possibly use gluBuildMipmaps in opengl (the old way to "autogen mipmaps"), wich is just a function that does manually the stuff.. the new way, GL_SGIS_generate_mipmaps is not yet widely supported (not in any q3 based game, for example, nor in any other i knew of..).