Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into...
[mesa.git] / src / mesa / Makefile
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-30 Sean D'Epagnierthe following improvements to linux-fbdev:
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-19 Brian PaulNew bin/minstall script - a minimal replacement for...
2006-10-18 Brian PaulChanged install filenames to libGL* and libOSMesa*...
2006-10-15 Brian Paulcheck if files exist before installing (Thierry Reding)
2006-08-21 Brian Paulmove ALL_SOURCES to sources file
2006-08-21 Brian Paulremove FBDEV_DRIVER_OBJECTS assignment (in sources...
2006-08-19 Sean D'EpagnierRemoved ifeq from makefile, and corrected fbdev driver...
2006-08-18 Brian PaulFix-ups for linux-fbdev config. No longer build Xlib...
2006-08-18 Sean D'EpagnierThe driver now compiles correctly without any x headers...
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.
2005-09-14 Brian Paulremove rm -f line
2005-09-11 Dave Airliefix dri drivers build
2005-09-10 Brian PaulClean-up of sources/Makefile, bug 4111
2005-09-06 Brian PaulUse mklib script instead of ar. Make libmesa.a instead...
2005-07-26 Ian RomanickQuote $(CC) and $(CXX) so that 'CC=ccache gcc' and...
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-05-07 Brian Paulx86-64 transform optimizations (Mikko T.)
2005-04-15 Brian Pauladded SLANG_SOURCES to SOLO_C_SOURCES
2005-02-23 Ian RomanickPut quotes around $(CC) and $(CXX) so that 'CC=cache...
2005-01-18 Michal Krolchange .cc suffix to .cpp
2005-01-17 Brian Pauladded rule for compiling C++ sources
2005-01-11 Ian RomanickPut quotes around the CC and CXX variables passed to...
2005-01-07 Keith WhitwellMake clean in the x86 directory.
2005-01-04 Brian Pauldirectfb changes (Claudio Ciccani)
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-11-27 Brian Pauluse @ to silence some unneeded output
2004-11-26 Brian Pauladded X11 and OSMESA source to ALL_SOURCES, updated...
2004-10-04 Brian Paulmake clean should remove depend.bak too (Sérgio Moneiro...
2004-08-16 Brian Paulwhitespace clean-up, new 'clean' commands
2004-08-14 Philippe HoudoinMove BeOS build into main Makefiles chain.
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-06-01 Eric AnholtBuild fixing for FreeBSD. GNU make is installed as...
2004-04-18 Brian Pauladded missing SHADER_SOURCES to ALL_SOURCES
2004-04-15 Dave Airliemake sure matypes is built
2004-04-14 Keith WhitwellRemove mesa.a when making clean
2004-04-14 Keith WhitwellDon't try to use .c=.o rule on .S files when building...
2004-04-14 Dave AirlieAdd shader sources for solo build
2004-04-08 Brian Paulminor fix
2004-04-07 Brian Pauluse new MKDEP, MKDEP_OPTIONS variables
2004-04-03 Brian Paulminor tweak
2004-03-26 Brian PaulDon't use pushd/popd.
2004-03-26 Brian PaulTweaks for make clean / realclean.
2004-03-26 Brian PaulNew Makefile system