Well when working with graphics for your games you should probably consider anti-aliasing as part of the texture data rather than a technique for drawing. Any scaling on your GPU will display your texture with what you might consider anti-aliasing due to the conversion to screen from scaling the original image.

What type of graphics/textures and usage are we talking about here?