aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/drm/Makefile.template
Commit message (Collapse)AuthorAgeFilesLines
* gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld2009-02-231-2/+2
|
* gallium: Improve winsys dri template MakefileJakob Bornecrantz2009-02-201-8/+7
| | | | | | 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.
* gallium: Install DRI drivers into lib/galliumJakob Bornecrantz2009-02-101-5/+5
|
* mesa: build/use libmesagallium.a for gallium buildsBrian Paul2009-02-091-2/+2
| | | | | This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc.
* i915: Use new egl state_trackerJakob Bornecrantz2009-01-181-2/+2
|
* consolidate intel directories.Alan Hourihane2008-08-171-0/+125
we now have src/gallium/winsys/drm/intel/{common,dri,egl}