aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/Makefile.sources
Commit message (Collapse)AuthorAgeFilesLines
* svga: remove support for shader model 2.0Brian Paul2011-10-111-1/+0
| | | | | | We've been requiring SM 3.0 all along so this just removes unused code. Reviewed-by: Jose Fonseca <[email protected]>
* svga: Cleanup format capability checking.José Fonseca2011-09-231-0/+1
| | | | | | Accurately describe what operations are supported when a format caps entry is not advertised by the host, and which formats are never supported, instead of making ad-hoc and often incorrect assumptions.
* svga: share the source listChia-I Wu2011-08-271-0/+47
Factor out C_SOURCES from Makefile to Makefile.sources, and let Makefile and SConscript share it.