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