summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/rtasm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Generate a single library for auxiliaries with Make too.José Fonseca2010-01-011-13/+0
|
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
| | | | | | | | The template makefile that most libraries in gallium included was based on dri and had a bunch unrelevant junk in it. Update it and improve the depending makefiles.
* cell: implement many more PPC instructions for code genBrian Paul2008-10-221-0/+1
|
* Bring in ppc spe rtasm into gallium's rtasm module.José Fonseca2008-02-191-1/+2
| | | | Moving files since these are not being used outside gallium.
* Add run-time cpu capabilities detection stubs.José Fonseca2008-02-191-0/+1
|
* Simplify makefile boilerplate code.José Fonseca2008-02-191-7/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Move mm.c code into util module.José Fonseca2008-02-191-3/+2
| | | | | Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself.
* Rename rtasm files.José Fonseca2008-02-191-2/+2
|
* Bring rtasm from mesa to gallium.José Fonseca2008-02-191-0/+20