Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-29 | swrastg: Silence unused value warning. | Vinson Lee | |
2010-03-29 | st/dri/sw: add drisw_api similarly to dri1_api | George Sapountzis | |
I am pretty sure that this is in gallium spirit, so commit. Thanks to Chia-I for suggesting this. | |||
2010-03-28 | drisw: probably better hack for stride and some comments | George Sapountzis | |
2010-03-26 | swrastg: allow for any of the software rasterizers. | George Sapountzis | |
This function should be put in targets/common or winsys/sw/common and shared with targers/libgl-xlib and winsys/sw/drm. For targets/common, you get layering violations in the build system unless all of drm_api's are moved under targets. | |||
2010-03-26 | swrastg: Use llvmpipe if built but only on scons | Jakob Bornecrantz | |
2010-03-26 | swrastg: Build with scons | Jakob Bornecrantz | |
2010-03-26 | st/dri: Reshuffle files and make it obvious which files are shared | Jakob Bornecrantz | |
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/* | |||
2010-03-25 | swrastg_dri: add winsys and target | George Sapountzis | |