summaryrefslogtreecommitdiff
path: root/src/gallium/SConscript
AgeCommit message (Collapse)Author
2009-02-02scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer
Not quite working yet; glxinfo complains about glXChooseVisual being undefined.
2009-01-27wgl: relocate wgl code to state_trackers/wglKeith Whitwell
Similar to the GLX state trackers for DRI and xlib.
2008-07-13python: New state tracker which exposes the pipe driver to python scripts.José Fonseca
Still under development. Just barely works.
2008-04-16gallium: Build and link the translate module.José Fonseca
2008-03-04gallium: Make scons build gallivm before other auxiliary modules.Michel Dänzer
This ensures that the gallivm symbols referenced by the draw module are resolved properly.
2008-02-23Revamp scons usage.José Fonseca
2008-02-23Avoid building problematic module/drivers on windows.José Fonseca
2008-02-19Bring rtasm from mesa to gallium.José Fonseca
2008-02-19Initial scons support to build gallivm.José Fonseca
Not yet complete.
2008-02-18Update for llvm -> gallivm rename.José Fonseca
2008-02-18Update scons build for new code layout.José Fonseca
2008-02-15Code reorganization: move files into their places.José Fonseca
This is in a separate commit to ensure renames are properly preserved.