summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-swrast/swrast_drm_api.c
AgeCommit message (Collapse)Author
2010-06-24swrastg: Use target-helpersJakob Bornecrantz
2010-06-24gallium: Remove drm_api and all references to itJakob Bornecrantz
2010-05-01swrastg: Use traceJakob Bornecrantz
2010-04-16st/drisw: Stop pretending to be drm_apiJakob Bornecrantz
Reviewed-by: George Sapountzis <gsapountzis@gmail.com>
2010-04-14swrastg: Fix defines to be able to load more then one sw driverJakob Bornecrantz
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