Antialiasing on a Render_target texture is not supported by directX. There are some workarounds for doing this, like creating a rendersurface with enabled aa and then copy this using stretchrect (or similar) to a second, normal texture. But i think these are really slow.