Age | Commit message (Expand) | Author |
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston |
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson |
2008-07-11 | Remove generated pkg-config files on `make clean' | Dan Nicholson |
2008-07-06 | Set library and header installation directories from configuration | Dan Nicholson |
2008-06-22 | Ensure all objects are built when installing DRI | Dan Nicholson |
2008-06-22 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Dan Nicholson |
2008-06-15 | No more drivers/xorg | Dan Nicholson |
2008-06-10 | add some missing rule dependencies | Brian Paul |
2008-06-09 | s/SOLO/MESA/ | Brian Paul |
2008-06-06 | s/subdirs/asm_subdirs/ | Brian Paul |
2008-06-06 | move the install rules | Brian Paul |
2008-06-06 | remove stray semicolon | Brian Paul |
2008-06-06 | move a beos-ism down into drivers/beos/Makefile | Brian Paul |
2008-06-06 | Remove the old, complicated default build rule; use the new driver_subdirs rule | Brian Paul |
2008-06-06 | remove more old stuff, insert new driver_subdir build rules (but not enabled ... | Brian Paul |
2008-06-06 | move directfb-libgl into drivers/directfb/Makefile | Brian Paul |
2008-06-05 | Move fbdev driver construction into src/mesa/drivers/fbdev/Makefile | Brian Paul |
2008-06-05 | reorder some lines, more make clean cmds | Brian Paul |
2008-06-05 | Move building of stand-alone Mesa into drivers/x11/Makefile | Brian Paul |
2008-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul |
2008-05-07 | Never fail `make clean' | Dan Nicholson |
2008-05-07 | Run `make clean' in drivers/xorg, too | Dan Nicholson |
2008-05-07 | Refactor installation targets | Dan Nicholson |
2008-05-07 | Ensure recursive makes always propagate errors | Dan Nicholson |
2008-05-06 | Prevent makedepend from running multiple times | Dan Nicholson |
2008-05-06 | Error consistently when running recursive make | Dan Nicholson |
2008-04-23 | glcore: build from mesa | George Sapountzis |
2008-03-10 | Move make install logic for libGL back into src/mesa/Makefile. | Kristian Høgsberg |
2008-03-08 | Move libGL install target to the libGL Makefile. | Kristian Høgsberg |
2008-02-25 | autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. | Kristian Høgsberg |
2008-01-11 | Allow osmesa to be enabled or disabled | Dan Nicholson |
2007-12-03 | added missing quote char | Brian |
2007-10-25 | use grep -q | Brian |
2007-10-25 | simplify/fix the ASM_FLAGS tests (bug 12931) | Brian |
2007-10-24 | don't build x86, x86-64 dirs if not needed | Brian |
2007-09-28 | add support for LDFLAGS env var | Dan Nicholson |
2007-09-12 | pkg-config support | Dan Nicholson |
2007-09-12 | DESTDIR support. | Dan Nicholson |
2007-06-12 | fix make clean commands so missing subdirs don't cause infinite loops | Brian |
2007-04-17 | omit the glide/svga sources from stand-alone libGL (anyone using them?) | Brian |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2006-11-30 | the following improvements to linux-fbdev: | Sean D'Epagnier |
2006-10-30 | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell |
2006-10-19 | New bin/minstall script - a minimal replacement for 'install'. | Brian Paul |
2006-10-18 | Changed install filenames to libGL* and libOSMesa* so things work on Darwin | Brian Paul |
2006-10-15 | check if files exist before installing (Thierry Reding) | Brian Paul |
2006-08-21 | move ALL_SOURCES to sources file | Brian Paul |
2006-08-21 | remove FBDEV_DRIVER_OBJECTS assignment (in sources file) | Brian Paul |
2006-08-19 | Removed ifeq from makefile, and corrected fbdev driver so it compiles | Sean D'Epagnier |
2006-08-18 | Fix-ups for linux-fbdev config. No longer build Xlib driver sources. | Brian Paul |