aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Improve recursive makefilesJakob Bornecrantz2009-02-201-17/+3
|
* gallium: Introduce new subdirs build variablesJakob Bornecrantz2009-02-101-1/+1
| | | | (based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
* gallium: split driver-independent code out of xlib winsysKeith Whitwell2009-01-081-1/+1
| | | | Place in new xlib state-tracker. This is a statetracker for the GLX API.
* gallium: don't build winsys/ hereBrian Paul2008-09-121-1/+2
|
* add gallium dirAlan Hourihane2008-09-111-1/+1
| | | | winsys/common -> winsys/
* i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz2008-06-061-1/+1
|
* gallium: dummy install targetBrian2008-03-111-0/+4
|
* Cleanup depend files.José Fonseca2008-02-181-0/+1
|
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
|
* Code reorganization: update build.José Fonseca2008-02-151-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.
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+28
This is in a separate commit to ensure renames are properly preserved.