summaryrefslogtreecommitdiff
path: root/configs/linux-indirect
AgeCommit message (Collapse)AuthorFilesLines
2005-08-15Put back '-I/usr/X11R6/include'.Ian Romanick1-0/+2
Make 'USING_EGL=0' the default for now. It's causing too much confusion for too many non-developers (which in turn wastes too much developer time). It is trivially overridden from the make command line. See comments in linux-dri.
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick1-2/+3
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-11Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick1-2/+0
longer needed.
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick1-0/+48
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.