Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python: Link to ws2_32 on windows. | Michal Krol | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | python: Integrate with llvmpipe if possible. | José Fonseca | 2010-01-11 | 1 | -7/+20 |
| | | | | | Temporary. We should soon have the ability to integrate with any driver via glx extensions. | ||||
* | python: Don't generate a import library for python module either. | José Fonseca | 2010-01-02 | 1 | -0/+2 |
| | |||||
* | scons: Aggregate all tiny libraries in a single library. | José Fonseca | 2010-01-01 | 1 | -1/+1 |
| | | | | | Makes integration of gallium into out of tree components much easier. No pratical change for components in this tree, | ||||
* | python: Obtain pipe_screen/pipe_context from the system's OpenGL driver. | José Fonseca | 2009-07-16 | 1 | -0/+13 |
| | |||||
* | python: Allow to use trace pipe driver with python. | José Fonseca | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | python: Reimplement the generation of random texture samples in C. | José Fonseca | 2008-07-18 | 1 | -0/+1 |
| | |||||
* | python: Allow hardware support. | José Fonseca | 2008-07-15 | 1 | -3/+10 |
| | |||||
* | python: Move the python scons code to a separate tool module. | José Fonseca | 2008-07-15 | 1 | -37/+7 |
| | |||||
* | python: Get it to build on windows too. | José Fonseca | 2008-07-15 | 1 | -2/+34 |
| | |||||
* | python: New state tracker which exposes the pipe driver to python scripts. | José Fonseca | 2008-07-13 | 1 | -0/+24 |
Still under development. Just barely works. |