Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-01 | scons: Disable python state tracker when swig is not present. | José Fonseca | |
2010-11-01 | scons: Revamp how to specify targets to build. | José Fonseca | |
Use scons target and dependency system instead of ad-hoc options. Now is simply a matter of naming what to build. For example: scons libgl-xlib scons libgl-gdi scons graw-progs scons llvmpipe and so on. And there is also the possibility of scepcified subdirs, e.g. scons src/gallium/drivers If nothing is specified then everything will be build. There might be some rough corners over the next days. Please bare with me. | |||
2010-04-11 | scons: Always build softpipe and llvmpipe (when llvm available). | José Fonseca | |
These are our reference software rasterizers. They can build everywhere and are a precious debugging tool. Making them always present immensily simplifies the scons logic. If people want to avoid building it is still possible to pass direcotries and target names to scons to narrow the build. | |||
2010-04-11 | scons: Make LLVM a black-white dependency. | José Fonseca | |
Now that draw depends on llvm it is very difficult to correctly handle broken llvm installations. Either the user requests LLVM and it needs to supply a working installation. Or it doesn't, and it gets no LLVM accelerate pipe drivers. | |||
2010-03-29 | Revert "python: Temporarily disable python state tracker until transfers are ↵ | José Fonseca | |
done by contexts" This reverts commit 50a778661930ec7aa875a9c5235e9910143ec700. | |||
2010-03-13 | python: Temporarily disable python state tracker until transfers are done by ↵ | José Fonseca | |
contexts It requires changes not ony to the state tracker but to the python scripts too. | |||
2010-03-10 | python: Remove broken link hack. | José Fonseca | |
2010-03-10 | python: More build fixes. | José Fonseca | |
2010-03-10 | python: Fix up state tracker for sw api. | José Fonseca | |
2010-01-28 | python: Link to ws2_32 on windows. | Michal Krol | |
2010-01-11 | python: Integrate with llvmpipe if possible. | José Fonseca | |
Temporary. We should soon have the ability to integrate with any driver via glx extensions. | |||
2010-01-02 | python: Don't generate a import library for python module either. | José Fonseca | |
2010-01-01 | scons: Aggregate all tiny libraries in a single library. | José Fonseca | |
Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | |||
2009-07-16 | python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. | José Fonseca | |
2008-08-14 | python: Allow to use trace pipe driver with python. | José Fonseca | |
2008-07-18 | python: Reimplement the generation of random texture samples in C. | José Fonseca | |
2008-07-15 | python: Allow hardware support. | José Fonseca | |
2008-07-15 | python: Move the python scons code to a separate tool module. | José Fonseca | |
2008-07-15 | python: Get it to build on windows too. | José Fonseca | |
2008-07-13 | python: New state tracker which exposes the pipe driver to python scripts. | José Fonseca | |
Still under development. Just barely works. |