Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cell: Don't free NULL code pointers | Ian Romanick | 2008-03-17 | 1 | -1/+3 |
| | |||||
* | cell: Fix simple register allocator | Ian Romanick | 2008-03-17 | 1 | -6/+6 |
| | | | | THere are 64-bits in a uint64_t, not 128. Duh. | ||||
* | Move SPE register allocator to rtasm code | Ian Romanick | 2008-03-10 | 2 | -0/+63 |
| | | | | | Move the register allocator to a common location. There is more code on the way that will make use of this interface. | ||||
* | gallium: Silence compiler warnings on Windows. | Michal Krol | 2008-02-23 | 1 | -9/+10 |
| | |||||
* | Fix windows build. | José Fonseca | 2008-02-19 | 3 | -3/+4 |
| | |||||
* | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca | 2008-02-19 | 4 | -2/+704 |
| | | | | Moving files since these are not being used outside gallium. | ||||
* | Add run-time cpu capabilities detection stubs. | José Fonseca | 2008-02-19 | 4 | -0/+94 |
| | |||||
* | Simplify makefile boilerplate code. | José Fonseca | 2008-02-19 | 1 | -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é Fonseca | 2008-02-19 | 5 | -378/+4 |
| | | | | | Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself. | ||||
* | Add copyright headers to all rtasm source files. | José Fonseca | 2008-02-19 | 2 | -3/+48 |
| | |||||
* | Rename rtasm files. | José Fonseca | 2008-02-19 | 6 | -23/+25 |
| | |||||
* | Bring rtasm from mesa to gallium. | José Fonseca | 2008-02-19 | 8 | -0/+2032 |