I dont mean to be harsh but your theory is flawed..because mip maps don't take 'GPU usage' only video memory. In fact mip maps speed up rendering because the smaller the textures the fewer pixels that need to be processed. Normally a mipmap chain takes up a small amount of memory, and on modern cards it's negligible. So bascially you should just use normal mipmaps.