summaryrefslogtreecommitdiff
path: root/src/gallium/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz1-17/+3
2009-02-10gallium: Introduce new subdirs build variablesJakob Bornecrantz1-1/+1
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
2009-01-08gallium: split driver-independent code out of xlib winsysKeith Whitwell1-1/+1
Place in new xlib state-tracker. This is a statetracker for the GLX API.
2008-09-12gallium: don't build winsys/ hereBrian Paul1-1/+2
2008-09-11add gallium dirAlan Hourihane1-1/+1
winsys/common -> winsys/
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz1-1/+1
2008-03-11gallium: dummy install targetBrian1-0/+4
2008-02-18Cleanup depend files.José Fonseca1-0/+1
2008-02-15Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca1-1/+1
2008-02-15Code reorganization: update build.José Fonseca1-10/+2
Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
2008-02-15Code reorganization: move files into their places.José Fonseca1-0/+28
This is in a separate commit to ensure renames are properly preserved.