Go to file
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
afb Static and dead code cleanup over afb/ 2007-03-25 14:55:28 -04:00
cfb remove PIXPRIV checks as this flag is always set. 2007-03-06 17:05:03 -05:00
cfb32 get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00
composite Disable composite when Xinerama is active. 2007-03-27 17:34:00 -07:00
config config: Return errors as negative numbers, device ids as positive numbers. 2007-04-19 18:12:22 +09:30
damageext Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
dbe Remove dead NEED_DBE_BUF_BITS code. 2007-03-26 10:21:44 -04:00
dix Disable devices before removing, remove unrecoverable devices. 2007-04-24 23:11:44 +09:30
doc Move SecurityPolicy file format from Xserver(1) to it's own man page 2007-02-22 14:38:40 -08:00
exa EXA: Fix OffscreenValidate build with DEBUG_OFFSCREEN enabled. 2007-04-29 23:49:41 +02:00
fb Fix for a divide by zero that can be triggered by a malicious client. 2007-05-02 11:41:11 +02:00
GL In __glXCreateARGBConfig(), insert the new GL mode at the _end_ of the linked list. 2007-05-02 15:56:05 -06:00
hw fix __glXErrorCallBack() proto 2007-04-30 10:33:12 -06:00
include Input: Allow a pointer to a device to be returned in NIDR 2007-04-11 00:38:16 +03:00
mfb remove PIXPRIV checks as this flag is always set. 2007-03-06 17:05:03 -05:00
mi Revert "Suppress software cursor removal during rotated shadow buffer drawing." 2007-04-19 17:49:34 -07:00
miext Fix bug 8871 - scrolling corruption with a compositing manager 2007-04-26 12:41:01 -04:00
os Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
randr Disable RANDR's fake Xinerama protocol when there's more than one screen. 2007-04-25 16:35:04 -04:00
record General DIX static and dead code cleanup. 2007-03-25 17:57:54 -04:00
render Fix for a divide by zero that can be triggered by a malicious client. 2007-05-02 11:41:11 +02:00
Xext Bug #10560: Code-Cleanup: function declarations () -> (void) 2007-04-09 14:33:15 -07:00
xfixes Static cleanups, dead code deletion. 2007-03-25 12:27:01 -04:00
Xi Input: Allow a pointer to a device to be returned in NIDR 2007-04-11 00:38:16 +03:00
xkb XKB: Fix size_syms calculation bug 2007-03-21 02:04:45 +02:00
XTrap Convert callers of LookupDrawable() to dixLookupDrawable(). 2006-12-15 16:36:29 -05:00
.gitignore gitignore: ignore vi swap files 2006-08-23 14:33:59 +03:00
acinclude.m4 Update AC_DEFINE_DIR to version compatible with CVS autoconf which requires 2006-06-05 07:15:23 +00:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
configure.ac Bug #10823: Fixed default OSNAME value. 2007-05-02 17:20:48 +02:00
COPYING Stub COPYING files 2005-12-19 16:34:07 +00:00
cpprules.in For MANDEFS, also replace __mandir__ for $(mandir) which includes 2006-12-08 15:51:44 -06:00
Makefile.am Makefile.am: add config to DIST_SUBDIRS as well 2006-11-02 04:51:03 +02:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE 2006-07-18 18:17:38 -04:00