- Jul 20, 2010
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
-
Julien Cristau authored
Stolen from fdo bugzilla #29091 Fixes server 1.9rc crash when starting an app using GLX 1.3
-
Julien Cristau authored
-
- Jul 16, 2010
-
- Jul 15, 2010
-
-
Julien Cristau authored
Thanks to Alexandros Frantzis (LP: #600243).
-
- Jul 09, 2010
-
-
Tom Stellard authored
The following instruction sequence will no longer be emitted in separate TEX blocks: 0: TEX temp[0].xyz, temp[1].xy__, 2D[0]; 1: TEX temp[1].xyz, temp[2].xy__, 2D[0]; This fixes fdo bug #25109 (cherry picked from commit 3724a2e6)
-
- Jul 06, 2010
-
- Jul 05, 2010
-
-
Brian Paul authored
-
- Jul 01, 2010
-
-
Dan Nicholson authored
We check for libX11 and libXt, so we might as well use the CFLAGS pkg-config tells us about. (cherry picked from commit 442c37e2) Conflicts: configs/autoconf.in
-
Dan Nicholson authored
Fix this build error (in MesaGLUT-7.6.1)... glut_cmap.c:23:66: error: X11/Xmu/StdCmap.h: No such file or directory ...by not preventing the cflags that pkg-config finds for glut dependencies (including 'xmu') from being used. Defining GLUT_CFLAGS before running the pkg-config prevents the cflags found by pkg-config from being used. This patch lets GLUT_CFLAGS that configure & pkg-config work so hard to set actually get used. Also make sure the generated configs/autoconf defines GLUT_CFLAGS used in (at least) src/glut/glx/Makefile. Signed-off-by:
Dan Nicholson <dbn.lists@gmail.com> (cherry picked from commit 9617254a) Conflicts: configs/autoconf.in
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
binary should be idempotent, and the rename failed on a second invocation.
-
- Jun 29, 2010
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
It's unlikely to be useful to anyone, and it's big. Acked-on-IRC-by: svuorela and ron
-
Julien Cristau authored
progs/redbook/leeds.bin makes dpkg-source unhappy.
-
Julien Cristau authored
* windows/VC8/progs/ * windows/VC8/mesa/ * src/glew/ * src/mesa/drivers/windows/ (minus the dx7, dx8, dx9 subdirectories)
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- Jun 21, 2010
-
-
Brian Paul authored
-
- Jun 16, 2010
-
-
Ian Romanick authored
-
Ian Romanick authored
-
Ian Romanick authored
-
Ian Romanick authored
-
Ian Romanick authored
-
Ian Romanick authored
-
Dan Nicholson authored
-
Dan Nicholson authored
When building OSMesa and xlib GL, the resulting OSMesa would be linked against libGL instead of the internal mesa libraries. However, when building with -fvisibility=hidden, some of the internal functions used in OSMesa could not be resolved through libGL. Instead, always build OSMesa standalone without linking against libGL. This has the advantage that OSMesa is always built the same way, but it means that disk space is wasted when libGL is installed since both libraries will contain the internal objects. Signed-off-by:
Dan Nicholson <dbn.lists@gmail.com> Tested-by:
Tom Fogal <tfogal@alumni.unh.edu> (cherry picked from commit cbf30fce)
-