aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/swrast/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* dri/nouveau: Fix build with --enable-shared-dricore.Johannes Obermayr2011-06-021-1/+3
| | | | | | | | | - Based on the work of Себастьян Gliţa Κατινα <[email protected]> - Split Makefile.template into Makefile.defines and Makefile.targets - Adapt other drivers to new situation - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=35441 Signed-off-by: Brian Paul <[email protected]>
* rename dri_sw to drisw_util for consistencyGeorge Sapountzis2010-03-211-1/+1
|
* dri_inteface: add define for checking presence of drm.hGeorge Sapountzis2010-03-211-0/+2
| | | | | | | __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
* dri/swrast: port to dri_swGeorge Sapountzis2010-03-151-1/+2
|
* mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
| | | | Driver Makefiles can still add symlink dependencies/rules if needed.
* dri/swrast: use Makefile.templateGeorge Sapountzis2008-05-211-56/+6
|
* Add DRI driver that uses the mesa swrast module.George Sapountzis2008-05-201-0/+74