summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile.template
AgeCommit message (Expand)AuthorFilesLines
2010-02-26minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis1-21/+3
2009-11-17dri: Ensure subdirs have finished before linking driverDan Nicholson1-1/+5
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul1-0/+4
2009-10-16mesa: use EXTRA_MODULES and SUBDIRS to build r300 compilerBrian Paul1-2/+4
2009-10-16mesa: added SUBDIRS support in dri/Makefile.templateBrian Paul1-1/+13
2009-07-15intel/radeon: add common metaops code.Dave Airlie1-1/+2
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-1/+1
2009-04-10mesa: reduce makefile outputBrian Paul1-4/+5
2008-09-21Merge branch 'master' into gallium-0.2Keith Whitwell1-3/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-3/+0
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-6/+10
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-5/+0
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-0/+5
2008-07-25Merge branch 'master' into drm-gemIan Romanick1-1/+1
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-1/+1
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-06-18Merge commit 'origin/master' into drm-gemEric Anholt1-1/+0
2008-06-09fix Xlib libGL.so build problem.Brian Paul1-1/+0
2008-06-03[intel] Convert drivers to using libdrm bufmgr code.Eric Anholt1-4/+0
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt1-2/+1
2008-02-25autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg1-2/+2
2008-02-15Fix parallel build by making symlinks before makedepend.Adam Jackson1-1/+1
2007-12-10Link fewer common objects into Gallium winsys layers.Michel Dänzer1-5/+7
2007-10-09i915: fixup up bufmgr to pass num buffers to kernelDave Airlie1-1/+0
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+1
2007-09-20Merge branch 'master' into i915-unificationEric Anholt1-7/+2
2007-09-12DESTDIR support.Dan Nicholson1-2/+2
2007-09-11Fix-up #includes to remove some -I options.Brian1-5/+0
2007-08-07Gutsy oopses on touch of existing file. Workaround.Keith Whitwell1-0/+1
2007-08-01Build libsoftpipe.aKeith Whitwell1-2/+2
2007-06-20Add state tracker create/destroy calls to i915 driver.Keith Whitwell1-1/+1
2007-05-18Merge branch 'master' into i915-unificationEric Anholt1-10/+7
2007-05-16WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt1-1/+2
2007-05-10Replace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS, remove disabled line...Brian1-9/+5
2007-05-04Makefile clean-ups for miniglx.Brian1-1/+2
2006-11-01Merge texmem-0-3-branch.Keith Whitwell1-1/+6
2006-09-18change make depend output redirection to 2>&1 (bug 8344)Brian Paul1-1/+1
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-5/+5
2006-06-26Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul1-1/+1
2006-06-22New 'install' targets in makefile. See bug 2372.Brian Paul1-2/+3
2006-05-02remove some unneeded includesDave Airlie1-3/+1
2006-05-02move the pkg config flags for libdrm to the bottomDave Airlie1-2/+2
2006-04-21depend is not a .PHONY targetBrian Paul1-1/+0
2006-04-07replace >&/dev/null with >/dev/null so it works with all shellsBrian Paul1-1/+1
2006-04-07make miniglx use libdrm properlyDave Airlie1-3/+2
2006-04-06Replace DEFINES with DRIVER_DEFINES. If a driver needs to set extra flags,Brian Paul1-4/+4
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+1
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell1-1/+0
2005-09-14use mklib script to make drivers instead of gcc -sharedBrian Paul1-3/+2
2005-09-06Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul1-1/+1