Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-17 | cell: Fix simple register allocator | Ian Romanick | |
THere are 64-bits in a uint64_t, not 128. Duh. | |||
2008-03-10 | Move SPE register allocator to rtasm code | Ian Romanick | |
Move the register allocator to a common location. There is more code on the way that will make use of this interface. | |||
2008-02-23 | gallium: Silence compiler warnings on Windows. | Michal Krol | |
2008-02-19 | Fix windows build. | José Fonseca | |
2008-02-19 | Bring in ppc spe rtasm into gallium's rtasm module. | José Fonseca | |
Moving files since these are not being used outside gallium. | |||
2008-02-19 | Add run-time cpu capabilities detection stubs. | José Fonseca | |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. | |||
2008-02-19 | Move mm.c code into util module. | José Fonseca | |
Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself. | |||
2008-02-19 | Add copyright headers to all rtasm source files. | José Fonseca | |
2008-02-19 | Rename rtasm files. | José Fonseca | |
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca | |