summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r700_asm.c
AgeCommit message (Collapse)Author
2010-07-31r600g: Remove unnecessary header.Vinson Lee
2010-07-23r600g: drop compiler stuff and switch over dumb tgsi assemblerJerome Glisse
Writing a compiler is time consuming and error prone in order to allow r600g to further progress in the meantime i wrote a simple tgsi assembler, it does stupid thing but i would rather keep the code simple than having people trying to optimize code it does. Signed-off-by: Jerome Glisse <jglisse@redhat.com>