Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-19 | mesa: fix mesa version string construction | Brian Paul | |
Now that MESA_MINOR=10, we no longer need the extra '0' in the version string. | |||
2010-08-24 | make: Use C++ compiler to link stdc++ library. | Brian Paul | |
glxinfo and glxgears run on swrast and softpipe without undefined symbol errors. | |||
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu | |
Move glapi to src/mapi/{glapi,es1api,es2api}. | |||
2009-03-18 | Use the specified X11 headers for xlib mesa | Dan Nicholson | |
The xlib build was using the system's Xlib headers or bombing if they weren't available. | |||
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | |
This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library. | |||
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
2008-06-09 | fix Xlib libGL.so build problem. | Brian Paul | |
Also, build driverfuncs.c into libmesa.a since it's always needed. | |||
2008-06-08 | remove realglx.[ch] from build | Brian | |
2008-06-05 | added dependencies | Brian Paul | |
2008-06-05 | new Makefile for building "stand-alone", Xlib-based libGL | Brian Paul | |