summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/Makefile.template
Commit message (Expand)AuthorAgeFilesLines
* merge from texman branchBrian Paul2006-03-261-1/+1
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-1/+0
* use mklib script to make drivers instead of gcc -sharedBrian Paul2005-09-141-3/+2
* Use mklib script instead of ar. Make libmesa.a instead of mesa.aBrian Paul2005-09-061-1/+1
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-3/+2
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-051-1/+2
* Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick2005-07-281-2/+1
* replace gcc with $(CC) (Egbert Eich)Brian Paul2005-07-151-4/+2
* Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making anEric Anholt2005-05-281-1/+1
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+2
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-0/+10
* Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick2005-04-061-1/+1
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-5/+0
* Remove -C flags for install which aren't universally supported.Keith Whitwell2005-01-071-2/+2
* Improve the semantics of the 'install' target to make sure the rightKeith Whitwell2005-01-071-3/+10
* Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared.Felix Kuehling2005-01-011-4/+3
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-1/+1
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-2/+2
* Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS.Adam Jackson2004-10-251-1/+1
* make clean should remove depend.bak too (Sérgio Moneiro Basto)Brian Paul2004-10-041-1/+2
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-221-0/+1
* This should make most linux-solo drivers work again. Mainly a fixJon Smirl2004-06-291-4/+2
* Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl2004-06-261-0/+1
* remove depend on cleanDave Airlie2004-06-091-1/+1
* Missed in last commit:Eric Anholt2004-06-011-1/+1
* the config is included by the Makefiles that includes this file...Dave Airlie2004-05-031-2/+0
* Define GLX_DIRECT_RENDERING in Makefile.templateKeith Whitwell2004-04-301-0/+4
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-4/+7
* add drm source dir for solo includesDave Airlie2004-04-151-0/+1
* Link against GL_LIB_DEPSKeith Whitwell2004-04-141-2/+2
* First attempt at building a dri module in this treeKeith Whitwell2004-04-141-0/+94