Brian Paul
27908d2bcb
update comment, APP_LIB_DEPS
il y a 19 ans
Brian Paul
f385cf115a
simple libOSMesa.so-only config, no X
il y a 19 ans
Brian Paul
2922aa236f
fix linking bug (bug 7405)
il y a 19 ans
Brian Paul
0e794a1bc6
New 'install' targets in makefile. See bug 2372.
il y a 19 ans
Claudio Ciccani
9efe17ed91
Updated config file.
il y a 19 ans
Brian Paul
5e51ebd8eb
use -march=i486 instead of -m486 (bug 6954)
il y a 19 ans
Brian Paul
3d8a791ff9
add extra APP_LIB_DEPS (bug 6954)
il y a 19 ans
Brian Paul
7d848c3308
generate shared lib, not static
il y a 19 ans
Brian Paul
9cc115e417
formerly known as solaris-x86-gcc
il y a 19 ans
Brian Paul
8a1848bf99
restore -O flag (bug 6814)
il y a 19 ans
Jeremy Kolb
0174d894ef
Bumped support for xcb 0.9
il y a 19 ans
Brian Paul
e34bf25d2d
-arch AIX64 no longer needed
il y a 19 ans
Brian Paul
6bef5e7621
Don't have to pass ABI-related flags to mklib anymore.
il y a 19 ans
Brian Paul
cbed2f8061
more updates (Dan Schikore)
il y a 19 ans
Brian Paul
cb32dcfa33
new configs, misc updates (Dan Schikore)
il y a 19 ans
Brian Paul
05529fefa4
minor CFLAGS clean-up
il y a 19 ans
Brian Paul
789eb27870
minor CFLAGS reordering
il y a 19 ans
Brian Paul
ac619f4912
64-bit build for sunos5 w/ gcc
il y a 19 ans
Adam Jackson
9542537cee
Style fix, drop the explicit -ldrm from the link line.
il y a 19 ans
Brian Paul
20e15f9381
Add -ansi -pedantic flags to OPT_FLAGS. This got lost at some point. Good for catching sloppy coding.
il y a 19 ans
Brian Paul
168a7516b1
FreeBSD updates (Pedro Giffuni)
il y a 19 ans
Jeremy Kolb
fcbbdf9991
Added xcb dri config file.
il y a 19 ans
Jeremy Kolb
97a3023c9f
Remove old linux-x86-xcb (didn't do anything).
Removed reference to linux-x86-xcb and added linux-dri-xcb in Makefile.
il y a 19 ans
Brian Paul
a5033a0421
fix AIX issues (bug 5874)
il y a 19 ans
Alan Hourihane
fbcb37cac5
remove i830
il y a 19 ans
Adam Jackson
216f729a95
Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin
il y a 20 ans
Brian Paul
9580179dfb
C++ fixes, mostly casts (Stephane Conversy)
il y a 20 ans
Ian Romanick
0325bc6359
Support for "fragment program to C" and TCC has been removed from the
source code, so there is no reason for this config to exist. This
fixes fdo bugzilla #5004 .
il y a 20 ans
Brian Paul
db40ebfbb7
remove -DMESA_DEBUG
il y a 20 ans
Brian Paul
8cb2923038
don't use -Wmissing-prototypes for C++ code
il y a 20 ans
Eric Anholt
1c04be573e
Fix FreeBSD build by building libGL in the order desired, and doing a fix to my
mklib changes.
il y a 20 ans
Eric Anholt
b83435f53b
Attempt to fix libGL on FreeBSD, where the library was being built without any
dependencies, breaking builds of third-party software.
il y a 20 ans
Brian Paul
81a22ef539
MATH_DEBUG changes from bug #4468.
il y a 20 ans
Eric Anholt
914ec8ef58
Fix libGL build on FreeBSD by respecting ASM_FLAGS.
Submitted by: Diego Pettenò <flameeyes@gentoo.org>
il y a 20 ans
Brian Paul
28569c25f6
use ASM_API variable, bug 4415
il y a 20 ans
Brian Paul
bd07168eb2
added -Wmissing-prototypes to WARN_FLAGS
il y a 20 ans
Brian Paul
156dc55628
fix APP_LIB_DEPS
il y a 20 ans
Brian Paul
249160fdfa
update version to 6.5.0
il y a 20 ans
Adam Jackson
8fcd1e0287
Convert libGL and DRI drivers to require libdrm.
libdrm can be had from:
http://people.freedesktop.org/~ajax/libdrm/
il y a 20 ans
Brian Paul
05fe2871e3
Bump version to 6.3.2
il y a 20 ans
Ian Romanick
a3dd6efb00
Put back '-I/usr/X11R6/include'.
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.
il y a 20 ans
Ian Romanick
f2876d1ee3
Remove the logic that determines at compile time whether or not HAVE_ALIAS
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.
il y a 20 ans
Ian Romanick
ac7c147aaf
Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn't
available, and on libGL setups libEGL and libEGLdri aren't available.
il y a 20 ans
Ian Romanick
b7ae3e4787
Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is no
longer needed.
il y a 20 ans
Eric Anholt
81b3c5e85c
Dike out the linux-specific EGL bits unless it's a linux build.
il y a 20 ans
Vladimir Dergachev
8e653f12bc
Allow R300 driver to build on x86-64 and PowerPC.
il y a 20 ans
Jon Smirl
7e5da5d526
Enable EGL support in 'linux-dri' config
il y a 20 ans
Jon Smirl
33f5e47faf
Remove EGL from linux-solo makefile
il y a 20 ans
Ian Romanick
dc6e2c778a
Add a new config called linux-indirect. This build the GLX libGL just like
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.
il y a 20 ans
Jon Smirl
4ce390b933
Commit Ian's fixes from Bug 3877
I have tested these on miniglx and they seem to be working.
I'm sure Dave will give them a better test.
il y a 20 ans