Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-26 | hide cso cache definition and add some initial code for size limiting | Zack Rusin | |
the caches | |||
2008-02-26 | implement deleting of driver side cached state in cso's | Zack Rusin | |
2008-02-25 | Replace standand library functions by portable ones. | José Fonseca | |
2008-02-25 | Add Zack's comments about CSOs. | José Fonseca | |
2008-02-23 | gallium: Countour MSVC's pickyness for structures returned by value. | José Fonseca | |
2008-02-23 | gallium: Wrap decls in extern "C". | José Fonseca | |
2008-02-23 | gallium: Add cso convenience routine (from Keith's patch). | José Fonseca | |
2008-02-23 | gallium: MSVC fixes. | José Fonseca | |
2008-02-19 | Portability fixes. | José Fonseca | |
Eliminate C99/C++ constructs. (We should actually disable gcc C99 syntax options if we are serious about portability.) | |||
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-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) |