aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/SConscript
Commit message (Collapse)AuthorAgeFilesLines
* python: Link to ws2_32 on windows.Michal Krol2010-01-281-0/+1
|
* python: Integrate with llvmpipe if possible.José Fonseca2010-01-111-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é Fonseca2010-01-021-0/+2
|
* scons: Aggregate all tiny libraries in a single library.José Fonseca2010-01-011-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é Fonseca2009-07-161-0/+13
|
* python: Allow to use trace pipe driver with python.José Fonseca2008-08-141-1/+1
|
* python: Reimplement the generation of random texture samples in C.José Fonseca2008-07-181-0/+1
|
* python: Allow hardware support.José Fonseca2008-07-151-3/+10
|
* python: Move the python scons code to a separate tool module.José Fonseca2008-07-151-37/+7
|
* python: Get it to build on windows too.José Fonseca2008-07-151-2/+34
|
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+24
Still under development. Just barely works.