redquark-amiberry-rb/VisualGDB/genblitter
2020-06-01 09:41:33 +02:00
..
genblitter.vcxproj Updated VisualGDB projects to latest toolchain references 2018-10-17 20:28:31 +02:00
genblitter.vcxproj.filters Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects 2018-01-09 22:59:22 +01:00
genblitter.vcxproj.user Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects 2018-01-09 22:59:22 +01:00
Readme.txt Updated VisualGDB solution and projects to include Dispmanx target, genblitter, genlinetoscr projects 2018-01-09 22:59:22 +01:00

This tool generates the following files:
- blit.h
- blitfunc.cpp
- blitfunc.h
- blittable.cpp

To use it, compile it for the target platform, then execute it there as follows:

genblitter.exe i > blit.h

genblitter.exe f > blitfunc.cpp

genblitter.exe h > blitfunc.h

genblitter.exe t > blittable.cpp

Copy the resulting files back in the "src" directory of Amiberry