xserver-multidpi/GL
Brian c1e1d6b98a In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked list.
Previously, the new mode was added at the head of the list.  This caused the
positional correspondence between modes and the XMesaVisuals array to be off
by one.  The net result was GLX clients failing when they tried to use the
last GLX mode/visual.

We still have the problem of DRI drivers not being able to use the extra
mode/visual introduced by __glXCreateARGBConfig().  glXCreateContext fails
with BadAlloc if it's attempted.  This is also the source of the often-
seen warning "libGL warning: 3D driver claims to not support visual xxx"
Look into fixing that someday...
2007-05-02 15:56:05 -06:00
..
apple AIGLX support for Darwin -- works well enough to run 2007-03-01 00:51:10 -08:00
glx In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked list. 2007-05-02 15:56:05 -06:00
mesa add slang_mem.c 2007-04-21 12:40:51 -06:00
windows Replace all uses of __glEvalComputeK (and the doubly redundant 2005-09-28 03:37:22 +00:00
Makefile.am glx fixes for XDarwin 2007-02-17 00:55:32 -08:00
symlink-mesa.sh GLcore: fix after moving xf86glx_util.[hc] to Mesa. 2007-04-06 13:38:12 +03:00