summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-03-29More warning cleanup.Adam Jackson18-241/+82
2006-03-28Fix another typo.Kristian Høgsberg2-1/+3
2006-03-28Fix a couple of typos.Kristian Høgsberg3-2/+6
2006-03-28Add a new export, LoaderGetABIVersion. This function allows modules toAaron Plattner4-0/+36
2006-03-28Add --enable-glx-tls ./configure option to enable use of TLS for storingKristian Høgsberg3-1/+17
2006-03-28Silence some editorializing in the configure help text.Adam Jackson2-2/+5
2006-03-28Big old pile of warning fixes.Adam Jackson18-276/+149
2006-03-28Remove long-dead screen region code.Adam Jackson4-261/+33
2006-03-27Prune XKB code to only what we need to run the server. Remove deadDaniel Stone13-3177/+126
2006-03-27Fix remnants of previous busted _XkbStrCaseCmp commit.Daniel Stone6-8/+38
2006-03-27Remove remnants of XkbCF code.Daniel Stone3-42/+3
2006-03-27Move XFree86 DDX XKB actions into dixmods.Daniel Stone8-58/+175
2006-03-25Bug #3819: Remove open-coding of strcasecmp.Daniel Stone3-32/+8
2006-03-25Remove INITARGS braindamage, change to void; add XkbExtensionInit prototypeDaniel Stone3-2/+10
2006-03-25Really remove all DDX pre-config code.Daniel Stone1-25/+1
2006-03-25Remove XkbCF DDX configuration code.Daniel Stone5-1579/+7
2006-03-25Fix two glaring unconditional-NULL-dereferences.Daniel Stone2-0/+12
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson108-835/+946
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund6-104/+121
2006-03-24Make sure DRI module is loaded before calling DRI functions.Kristian Høgsberg2-0/+10
2006-03-23Add ast driver/pci id (Carl Switzky, Sun Microsystems)Alan Coopersmith2-0/+10
2006-03-22Improve error logging.Kristian Høgsberg2-27/+21
2006-03-22Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-8/+29
2006-03-22Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-9/+34
2006-03-22Wed Mar 22 13:42:44 2006 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2-13/+18
2006-03-21Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1Kristian Høgsberg6-3/+17
2006-03-21#include indirect_dispatch to get prototypes for FBO functions.Kristian Høgsberg6-1/+18
2006-03-20Finish glx_ansic.h wrapper changes to make Xvfb and Xnest link again.Donnie Berkholz5-12/+19
2006-03-20dead file removalAdam Jackson2-125/+0
2006-03-20Bug #5549: Fix build for sparc64. (Matthieu Herrb)Adam Jackson2-0/+4
2006-03-20Bug #6213: Check geteuid's return value, not its address, otherwiseAdam Jackson2-3/+10
2006-03-17Typo fix, reindent.Daniel Stone1-2/+2
2006-03-17Check for glproto when building GLX and make sure we have at least 1.4.6.Kristian Høgsberg15-201/+136
2006-03-17More patches from David Reveman:Kristian Høgsberg9-2/+386
2006-03-16Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of theEric Anholt4-167/+276
2006-03-16Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP)Daniel Stone3-0/+23
2006-03-15Bump to requiring fixesproto >= 4.0 and compositeproto >= 0.3.Adam Jackson2-2/+7
2006-03-15- OpenBSD needs -Wl,-export-dynamic to export symbols from main executableMatthieu Herrb3-0/+22
2006-03-15Enable correct handling of the BTS instruction (opcode 0f ab) The code wasFelix Kuehling2-4/+11
2006-03-15Update to build against Mesa CVS HEAD.Felix Kuehling3-1/+13
2006-03-15Don't let pinned pixmaps get migrated in when using the "Always" migrationEric Anholt2-0/+12
2006-03-15Coverity #1042, 1043: Nuke some dead variables.Adam Jackson2-4/+5
2006-03-15Coverity #807: Fix a memory leak in XFixesExpandRegion.Adam Jackson2-0/+4
2006-03-15Coverity #490: Fix a range check in xf86vidmode extension.Adam Jackson2-1/+4
2006-03-15Coverity #487: Check version number correctly.Adam Jackson2-1/+4
2006-03-15Coverity #491: Check version number correctly.Adam Jackson2-1/+4
2006-03-15Coverity #794: Fix a highly unlikely memory leak.Adam Jackson2-5/+5
2006-03-15Coverity #269: Compare the requested ABI class against the ABI class of theAdam Jackson2-1/+3
2006-03-15Coverity #484: Fix an off-by-one in module refcounting.Adam Jackson2-1/+4
2006-03-15Coverity #337: Remove useless NULL check.Adam Jackson2-1/+4