summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri-swrast/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* targets/dri-swrast: Convert to automakeMatt Turner2013-01-101-39/+0
| | | | | v2: Andreas Boll <[email protected]> - Provide compatibility with scripts for the old Mesa build system
* gallium/targets: do not link every driver with libllvmpipe.aMarek Olšák2011-07-141-0/+5
| | | | Only some targets need that, the others don't.
* Rename swrastg_dri to swrast_driMarek Olšák2011-07-141-1/+1
| | | | | I prefer it this way and it has been suggested earlier by others too. Opinions?
* swrastg: Use target-helpersJakob Bornecrantz2010-06-241-1/+3
|
* rbug: Add to all targets that link against traceJakob Bornecrantz2010-05-121-1/+2
| | | | | | Also added calls to the create function in target helpers and in tr_drm.c the latter being a hack and should be replaced with the wrap screen target helper. But at least this way we don't regress.
* swrastg: Use traceJakob Bornecrantz2010-05-011-1/+2
|
* swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz2010-03-261-1/+1
|
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-261-1/+1
| | | | | | | | | | In short: git mv ../drisw/Makefile dri/sw git mv drisw.[c|h] sw git mv dri2.[c|h] dri1.[c|h] Makefile drm git rm ../drisw ln -s <common files> drm/* ln -s <common files> sw/*
* swrastg_dri: add winsys and targetGeorge Sapountzis2010-03-251-0/+30