mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
More renaming of gen4asm -> intel-gen4asm, plus README update.
This commit is contained in:
committed by
Damien Lespiau
parent
09bf91ea75
commit
713db8b220
+7
-3
@@ -1,5 +1,9 @@
|
||||
gen4asm is a program to compile an assembly language for the Intel 965 Express
|
||||
Chipset. It has been used to construct programs for textured video in the 2d
|
||||
driver.
|
||||
intel-gen4asm is a program to compile an assembly language for the Intel 965
|
||||
Express Chipset. It has been used to construct programs for textured video in
|
||||
the 2d driver.
|
||||
|
||||
Some examples of gen4 assembly programs are in the doc/examples directory.
|
||||
|
||||
Note that the language parsed by this assembler is not exactly what the final
|
||||
language is going to look like. In particular, the send instructions need to
|
||||
be cleaned up and made more reasonable to program with.
|
||||
|
||||
Reference in New Issue
Block a user