summaryrefslogtreecommitdiff
path: root/assembler/main.c
AgeCommit message (Collapse)Author
2013-03-04assembler: Rename branch to branch_gen6Damien Lespiau
The purpose of this commit is to synchronize opcode definitions across the gen4asm assembler and mesa. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-03-04build: Integrate the merged gen assembler in the build systemDamien Lespiau
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-03-04Add autotools build system, and rearrange directory layout.Eric Anholt
2013-03-04Add input/output file command line arguments.Eric Anholt
2013-03-04And add a comma. This was supposed to be a minor change.Eric Anholt
2013-03-04actually print out last uint32_t of instruction.Eric Anholt
2013-03-04Start correcting the translation.Eric Anholt
2013-03-04Initial gen4asm code.Eric Anholt