aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Add SCons build support for the DRI state tracker.Michel Dänzer2009-04-301-0/+1
|
* gallium: add new aux lib for index list translationsKeith Whitwell2009-02-051-0/+1
| | | | | | | | | Could this be the ultimate index list translating utility? Maybe, but it doesn't yet include support for splitting primitives. Unlike previous attempts, this captures all possible combinations of API and hardware provoking vertex, supports generated list reuse and various other tricks. Relies on python-generated code.
* scons: Fixups for the introduction of the xlib state_tracker.Michel Dänzer2009-02-021-0/+1
| | | | Not quite working yet; glxinfo complains about glXChooseVisual being undefined.
* wgl: relocate wgl code to state_trackers/wglKeith Whitwell2009-01-271-0/+3
| | | | Similar to the GLX state trackers for DRI and xlib.
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+2
| | | | Still under development. Just barely works.
* gallium: Build and link the translate module.José Fonseca2008-04-161-0/+1
|
* gallium: Make scons build gallivm before other auxiliary modules.Michel Dänzer2008-03-041-3/+3
| | | | | This ensures that the gallivm symbols referenced by the draw module are resolved properly.
* Revamp scons usage.José Fonseca2008-02-231-12/+4
|
* Avoid building problematic module/drivers on windows.José Fonseca2008-02-231-2/+7
|
* Bring rtasm from mesa to gallium.José Fonseca2008-02-191-0/+1
|
* Initial scons support to build gallivm.José Fonseca2008-02-191-1/+5
| | | | Not yet complete.
* Update for llvm -> gallivm rename.José Fonseca2008-02-181-1/+1
|
* Update scons build for new code layout.José Fonseca2008-02-181-4/+19
|
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+9
This is in a separate commit to ensure renames are properly preserved.