summaryrefslogtreecommitdiffstats
path: root/src/mesa/sources.mak
Commit message (Collapse)AuthorAgeFilesLines
* mesa: refactor MATH_SOURCES, remove Mesa x86 codegen from gallium buildBrian Paul2009-02-111-3/+5
| | | | | | | | Omit math/m_xform.c from gallium builds since it's not used and it's the one place we were pulling in the Mesa x86 codegen which collides with gallium's x86 codegen. Can now omit ASM_C_SOURCES from gallium build too.
* mesa: add x86/rtasm/x86sse.c to fix linux-x86 buildBrian Paul2009-02-091-0/+1
|
* mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul2009-02-091-8/+20
| | | | | | | Also, remove gallium-related things from configs/default. They're in linux-gallium now. So the default builds are the same as they have been for Mesa/master.
* mesa: updated list of src filesBrian Paul2008-12-161-1/+2
|
* st: move feedback draw function to new fileKeith Whitwell2008-12-121-0/+1
|
* gallium: do a proper implementation of GL_OES_read_formatBrian Paul2008-08-191-0/+1
| | | | | Examine the currently bound color buffer's format to see if there's a good format/type match.
* mesa: Rename sources to sources.mak.José Fonseca2008-08-121-0/+347