Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-26 | remove i830 | Alan Hourihane | |
2005-10-22 | Fix FreeBSD build by building libGL in the order desired, and doing a fix to my | Eric Anholt | |
mklib changes. | |||
2005-10-18 | Attempt to fix libGL on FreeBSD, where the library was being built without any | Eric Anholt | |
dependencies, breaking builds of third-party software. | |||
2005-09-13 | Fix libGL build on FreeBSD by respecting ASM_FLAGS. | Eric Anholt | |
Submitted by: Diego Pettenò <flameeyes@gentoo.org> | |||
2005-08-19 | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | |
libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/ | |||
2005-08-11 | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick | |
should be defined. It was flawed on some platforms (e.g., Darwin & mingw). Instead, rely on the build system to define it on the compiler command line. This also reverts ajax's hand-edit to indirect_size.c. I'll fix that on the X.org side of things later today. | |||
2005-08-11 | Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is no | Ian Romanick | |
longer needed. | |||
2005-07-29 | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick | |
linux-dri, but it disables support for direct-rendering in it. This config mainly exists so that I can verify that changes to libGL haven't broken builds on non-DRI platforms. | |||
2005-07-26 | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick | |
A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :) | |||
2005-07-20 | Connect the r300 bits up to the build. | Eric Anholt | |
2005-07-20 | Add some missing defines, copied from linux-dri. | Eric Anholt | |
2005-05-28 | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | |
EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES. | |||
2005-02-14 | Don't forget to -L/usr/local/lib to grab expat. | Eric Anholt | |
2004-12-09 | Get linux-solo dependencies building correctly, | Keith Whitwell | |
Make sure symlinks are built in driver directories before running makedepend. | |||
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | |
- Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | |||
2004-10-28 | Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same | Eric Anholt | |
problems as Linux. |