tests: remove unused getopt header includes
[platform/upstream/intel-gpu-tools.git] / assembler / README
1 intel-gen4asm is a program to compile an assembly language for the Intel 965
2 Express Chipset.  It has been used to construct programs for textured video in
3 the 2d driver.
4
5 Some examples of gen4 assembly programs are in the doc/examples directory.
6
7 Note that the language parsed by this assembler is not exactly what the final
8 language is going to look like.  In particular, the send instructions need to
9 be cleaned up and made more reasonable to program with.