summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915simple
Commit message (Collapse)AuthorAgeFilesLines
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-191-2/+0
|
* Simplify makefile boilerplate code.José Fonseca2008-02-191-8/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-182-3/+3
|
* Code reorganization: update build.José Fonseca2008-02-1510-12/+12
| | | | | | | | | 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-1531-0/+8871
This is in a separate commit to ensure renames are properly preserved.