summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/pipebuffer
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Make headers C++ friendly.José Fonseca2008-02-273-3/+30
|
* gallium: MSVC fixes.José Fonseca2008-02-241-0/+2
|
* Bring in several forgotten MSVC fixes.José Fonseca2008-02-232-2/+3
|
* Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-194-97/+3
|
* Simplify makefile boilerplate code.José Fonseca2008-02-191-7/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Move mm.c code into util module.José Fonseca2008-02-191-301/+1
| | | | | Using the u_ prefix to distingish the c source files that support gallium interfaces and those that have really no relation with gallium itself.
* Standardize on using the pipe/ include prefix.José Fonseca2008-02-184-16/+16
|
* Update scons build for new code layout.José Fonseca2008-02-181-0/+14
|
* Code reorganization: s/aux/auxiliary/.José Fonseca2008-02-1511-0/+2167
"aux" is a reserved name on Windows (X_X)