Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-10 | gallium: Use hardcoded breakpoints on x86 targets. | José Fonseca | |
2008-03-10 | gallium: Import Dennis Smit cpu detection code. | José Fonseca | |
It still needs a slight code massasing to integrate with the rest of gallium (namely mapping the OS_* ARCH_* defines), but I'm commiting anyway so that it is available to be used when somebody needs it. | |||
2008-03-10 | gallium: WinCE portability fixes. | José Fonseca | |
2008-03-08 | gallium: Document debug_printf usage. | José Fonseca | |
2008-03-06 | gallium: Surround externs with extern "C". | Michal Krol | |
2008-03-05 | gallium: Use custom vsnprintf in WINDDK. | José Fonseca | |
EngDebugPrint does not handle float point arguments, so we need to use our own vsnprintf implementation. | |||
2008-03-03 | win32: don't prepend all debug with gallium3d | Keith Whitwell | |
2008-02-29 | gallium: added pipe_get/put_tile_z() functions | Brian Paul | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | 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-18 | Update scons build for new code layout. | José Fonseca | |
2008-02-18 | Code reorganization: split gallium and mesa makefiles. | José Fonseca | |
In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files. | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/. | José Fonseca | |
"aux" is a reserved name on Windows (X_X) |