summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/Makefile.template
AgeCommit message (Expand)Author
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
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-15replace gcc with $(CC) (Egbert Eich)Brian Paul
2005-05-28Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-04-06Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-07Remove -C flags for install which aren't universally supported.Keith Whitwell
2005-01-07Improve the semantics of the 'install' target to make sure the rightKeith Whitwell
2005-01-01Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared.Felix Kuehling
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell
2004-10-25Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.Adam Jackson
2004-10-04make clean should remove depend.bak too (Sérgio Moneiro Basto)Brian Paul
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-09remove depend on cleanDave Airlie
2004-06-01Missed in last commit:Eric Anholt
2004-05-03the config is included by the Makefiles that includes this file...Dave Airlie
2004-04-30Define GLX_DIRECT_RENDERING in Makefile.templateKeith Whitwell
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-15add drm source dir for solo includesDave Airlie
2004-04-14Link against GL_LIB_DEPSKeith Whitwell
2004-04-14First attempt at building a dri module in this treeKeith Whitwell