Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-01 | rbug: Add Gallium Remote Debugger Protocol code | Jakob Bornecrantz | |
This is the (de)marshalling and connection managment code | |||
2009-04-30 | gallium: Add SCons build support for the DRI state tracker. | Michel Dänzer | |
2009-02-05 | gallium: add new aux lib for index list translations | Keith Whitwell | |
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. | |||
2009-02-02 | scons: Fixups for the introduction of the xlib state_tracker. | Michel Dänzer | |
Not quite working yet; glxinfo complains about glXChooseVisual being undefined. | |||
2009-01-27 | wgl: relocate wgl code to state_trackers/wgl | Keith Whitwell | |
Similar to the GLX state trackers for DRI and xlib. | |||
2008-07-13 | python: New state tracker which exposes the pipe driver to python scripts. | José Fonseca | |
Still under development. Just barely works. | |||
2008-04-16 | gallium: Build and link the translate module. | José Fonseca | |
2008-03-04 | gallium: 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-23 | Revamp scons usage. | José Fonseca | |
2008-02-23 | Avoid building problematic module/drivers on windows. | José Fonseca | |
2008-02-19 | Bring rtasm from mesa to gallium. | José Fonseca | |
2008-02-19 | Initial scons support to build gallivm. | José Fonseca | |
Not yet complete. | |||
2008-02-18 | Update for llvm -> gallivm rename. | José Fonseca | |
2008-02-18 | Update scons build for new code layout. | José Fonseca | |
2008-02-15 | Code reorganization: move files into their places. | José Fonseca | |
This is in a separate commit to ensure renames are properly preserved. |