Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / drivers / dri / Makefile.template
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-16 Eric AnholtWIP: Replace TTM buffer pool manager with a simplified...
2007-05-10 BrianReplace `pkg-config --cflags libdrm` with LIBDRM_CFLAGS...
2007-05-05 BrianMakefile clean-ups for miniglx.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-09-18 Brian Paulchange make depend output redirection to 2>&1 (bug...
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-06-26 Brian PaulUse $(LIB_DIR) instead of $(TOP)/lib since libraries...
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-05-02 Dave Airlieremove some unneeded includes
2006-05-02 Dave Airliemove the pkg config flags for libdrm to the bottom
2006-04-21 Brian Pauldepend is not a .PHONY target
2006-04-07 Brian Paulreplace >&/dev/null with >/dev/null so it works with...
2006-04-07 Dave Airliemake miniglx use libdrm properly
2006-04-06 Brian PaulReplace DEFINES with DRIVER_DEFINES. If a driver needs...
2006-03-26 Brian Paulmerge from texman branch
2005-10-18 Keith WhitwellAdd _mesa_exec_malloc() and _mesa_exec_free() for alloc...
2005-09-14 Brian Pauluse mklib script to make drivers instead of gcc -shared
2005-09-06 Brian PaulUse mklib script instead of ar. Make libmesa.a instead...
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-05 Jon SmirlMore EGL prep. No impact on anything outside of EGL
2005-07-28 Ian RomanickUse the routines supplied in the __DRIinterfaceMethods...
2005-07-15 Brian Paulreplace gcc with $(CC) (Egbert Eich)
2005-05-28 Eric AnholtAdd a freebsd-dri-amd64 config, and quiet makedepend...
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-04-06 Ian RomanickMake linux-dri-x86-64 more like linux-dri-x86. Add...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-07 Keith WhitwellRemove -C flags for install which aren't universally...
2005-01-07 Keith WhitwellImprove the semantics of the 'install' target to make...
2005-01-01 Felix KuehlingUse DRM headers from $(DRM_SOURCE_PATH)/shared-core...
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-10-25 Adam JacksonBug #1679: Link DRI drivers against DRI_LIB_DEPS, not...
2004-10-04 Brian Paulmake clean should remove depend.bak too (Sérgio Moneiro...
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-26 Jon SmirlMesa-solo builds with these changes. There are still...
2004-06-09 Dave Airlieremove depend on clean
2004-06-01 Eric AnholtMissed in last commit:
2004-05-03 Dave Airliethe config is included by the Makefiles that includes...
2004-04-30 Keith WhitwellDefine GLX_DIRECT_RENDERING in Makefile.template
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-15 Dave Airlieadd drm source dir for solo includes
2004-04-14 Keith WhitwellLink against GL_LIB_DEPS
2004-04-14 Keith WhitwellFirst attempt at building a dri module in this tree