summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/Makefile.template
AgeCommit message (Collapse)Author
2009-02-23gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld
2009-02-20gallium: Improve winsys dri template MakefileJakob Bornecrantz
LIBNAME_EGL had to be removed since if you didn't set it (nobody set it anyways) make would get it confused it with the $(TOP)/lib/gallium target.
2009-02-10gallium: Install DRI drivers into lib/galliumJakob Bornecrantz
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc.
2009-01-18i915: Use new egl state_trackerJakob Bornecrantz
2008-08-17consolidate intel directories.Alan Hourihane
we now have src/gallium/winsys/drm/intel/{common,dri,egl}