Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets/dri-swrast: Convert to automake | Matt Turner | 2013-01-10 | 1 | -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.a | Marek Olšák | 2011-07-14 | 1 | -0/+5 |
| | | | | Only some targets need that, the others don't. | ||||
* | Rename swrastg_dri to swrast_dri | Marek Olšák | 2011-07-14 | 1 | -1/+1 |
| | | | | | I prefer it this way and it has been suggested earlier by others too. Opinions? | ||||
* | swrastg: Use target-helpers | Jakob Bornecrantz | 2010-06-24 | 1 | -1/+3 |
| | |||||
* | rbug: Add to all targets that link against trace | Jakob Bornecrantz | 2010-05-12 | 1 | -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 trace | Jakob Bornecrantz | 2010-05-01 | 1 | -1/+2 |
| | |||||
* | swrastg: Use llvmpipe if built but only on scons | Jakob Bornecrantz | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | 2010-03-26 | 1 | -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 target | George Sapountzis | 2010-03-25 | 1 | -0/+30 |