summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast/Makefile
AgeCommit message (Collapse)Author
2010-03-21rename dri_sw to drisw_util for consistencyGeorge Sapountzis
2010-03-21dri_inteface: add define for checking presence of drm.hGeorge Sapountzis
__NOT_HAVE_DRM_H is a like a feature, defined by default on specific platforms and allows to be defined externally as well. __NOT_HAVE_DRM_H should only be used by xserver and mesa swrast_dri drivers
2010-03-15dri/swrast: port to dri_swGeorge Sapountzis
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
Driver Makefiles can still add symlink dependencies/rules if needed.
2008-05-21dri/swrast: use Makefile.templateGeorge Sapountzis
2008-05-20Add DRI driver that uses the mesa swrast module.George Sapountzis