Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-27 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-02-25 | gallium/i915: Use hardware rendering, unless INTEL_SP env var is set | Brian | |
2008-02-23 | Revamp scons usage. | José Fonseca | |
2008-02-22 | i915: include stdio.h | Brian | |
2008-02-22 | i915: include p_debug.h (resolves undefined assert()) | Brian | |
2008-02-23 | Avoid building problematic module/drivers on windows. | José Fonseca | |
2008-02-22 | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: src/gallium/drivers/Makefile | |||
2008-02-19 | gallium: general clean-up of xlib winsys Makefile | Brian | |
2008-02-19 | gallium: updated cell build | Brian | |
Building on Ian's Cell build fix. Put libcell.a in the gallium/drivers/cell/ directory. General Makefile clean-up, simplification, updated comments. | |||
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-18 | Update for llvm -> gallivm rename. | José Fonseca | |
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-16 | nouveau: fix potential userbuf crash. | Ben Skeggs | |
2008-02-16 | nouveau: match gallium code reorginisation. | Ben Skeggs | |
That was... fun.. | |||
2008-02-15 | Code reorganization: s/aux/auxiliary/ -- update build. | José Fonseca | |
2008-02-15 | Code reorganization: update build. | José Fonseca | |
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks. | |||
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |