Notes about NME drawTiles' fallback for Flash:
- NME Flash target is based on the classic display list - this is neither Stage3D nor blitting but drawTriangles.
- NME native targets (desktop/mobile) have an OpenGL backend.
- Currently alpha/tint transforms aren't implemented as they would require some complex optimizations.