summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-swrast/swrast_drm_api.c
AgeCommit message (Collapse)Author
2010-03-29swrastg: Silence unused value warning.Vinson Lee
2010-03-29st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis
I am pretty sure that this is in gallium spirit, so commit. Thanks to Chia-I for suggesting this.
2010-03-28drisw: probably better hack for stride and some commentsGeorge Sapountzis
2010-03-26swrastg: 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-26swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz
2010-03-25swrastg_dri: add winsys and targetGeorge Sapountzis