when you use
Code:
DXDraw.TextureFilter(Ord(D2D_POINT));
before any command for drawing you can control texture filtering for texture different by source.
Default value is D2D_LINEAR in DXDraws unit. Property is not defined there for global change the texture filter.

I will change default value to D2D_POINT in next version 1.08.

Thank you