Age | Commit message (Expand) | Author | Files | Lines |
2006-03-25 | Bug #3819: Remove open-coding of strcasecmp. | Daniel Stone | 3 | -32/+8 |
2006-03-25 | Remove INITARGS braindamage, change to void; add XkbExtensionInit prototype | Daniel Stone | 3 | -2/+10 |
2006-03-25 | Really remove all DDX pre-config code. | Daniel Stone | 1 | -25/+1 |
2006-03-25 | Remove XkbCF DDX configuration code. | Daniel Stone | 5 | -1579/+7 |
2006-03-25 | Fix two glaring unconditional-NULL-dereferences. | Daniel Stone | 2 | -0/+12 |
2006-03-25 | Mark everything in xf86sym.c as _X_EXPORT. | Adam Jackson | 108 | -835/+946 |
2006-03-24 | Refactored the screensaver and DPMS timer code to use the screensaver timer | Fredrik Höglund | 6 | -104/+121 |
2006-03-24 | Make sure DRI module is loaded before calling DRI functions. | Kristian Høgsberg | 2 | -0/+10 |
2006-03-23 | Add ast driver/pci id (Carl Switzky, Sun Microsystems) | Alan Coopersmith | 2 | -0/+10 |
2006-03-22 | Improve error logging. | Kristian Høgsberg | 2 | -27/+21 |
2006-03-22 | Wed Mar 22 16:28:46 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 2 | -8/+29 |
2006-03-22 | Wed Mar 22 16:05:09 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 2 | -9/+34 |
2006-03-22 | Wed Mar 22 13:42:44 2006 Søren Sandmann <sandmann@redhat.com> | Søren Sandmann Pedersen | 2 | -13/+18 |
2006-03-21 | Make the server distcheck and tag 1.0.99.1 snapshot.xorg-server-1_0_99_1 | Kristian Høgsberg | 6 | -3/+17 |
2006-03-21 | #include indirect_dispatch to get prototypes for FBO functions. | Kristian Høgsberg | 6 | -1/+18 |
2006-03-20 | Finish glx_ansic.h wrapper changes to make Xvfb and Xnest link again. | Donnie Berkholz | 5 | -12/+19 |
2006-03-20 | dead file removal | Adam Jackson | 2 | -125/+0 |
2006-03-20 | Bug #5549: Fix build for sparc64. (Matthieu Herrb) | Adam Jackson | 2 | -0/+4 |
2006-03-20 | Bug #6213: Check geteuid's return value, not its address, otherwise | Adam Jackson | 2 | -3/+10 |
2006-03-17 | Typo fix, reindent. | Daniel Stone | 1 | -2/+2 |
2006-03-17 | Check for glproto when building GLX and make sure we have at least 1.4.6. | Kristian Høgsberg | 15 | -201/+136 |
2006-03-17 | More patches from David Reveman: | Kristian Høgsberg | 9 | -2/+386 |
2006-03-16 | Change EXA so that exaMoveOutPixmap() retains the framebuffer copy of the | Eric Anholt | 4 | -167/+276 |
2006-03-16 | Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP) | Daniel Stone | 3 | -0/+23 |
2006-03-15 | Bump to requiring fixesproto >= 4.0 and compositeproto >= 0.3. | Adam Jackson | 2 | -2/+7 |
2006-03-15 | - OpenBSD needs -Wl,-export-dynamic to export symbols from main executable | Matthieu Herrb | 3 | -0/+22 |
2006-03-15 | Enable correct handling of the BTS instruction (opcode 0f ab) The code was | Felix Kuehling | 2 | -4/+11 |
2006-03-15 | Update to build against Mesa CVS HEAD. | Felix Kuehling | 3 | -1/+13 |
2006-03-15 | Don't let pinned pixmaps get migrated in when using the "Always" migration | Eric Anholt | 2 | -0/+12 |
2006-03-15 | Coverity #1042, 1043: Nuke some dead variables. | Adam Jackson | 2 | -4/+5 |
2006-03-15 | Coverity #807: Fix a memory leak in XFixesExpandRegion. | Adam Jackson | 2 | -0/+4 |
2006-03-15 | Coverity #490: Fix a range check in xf86vidmode extension. | Adam Jackson | 2 | -1/+4 |
2006-03-15 | Coverity #487: Check version number correctly. | Adam Jackson | 2 | -1/+4 |
2006-03-15 | Coverity #491: Check version number correctly. | Adam Jackson | 2 | -1/+4 |
2006-03-15 | Coverity #794: Fix a highly unlikely memory leak. | Adam Jackson | 2 | -5/+5 |
2006-03-15 | Coverity #269: Compare the requested ABI class against the ABI class of the | Adam Jackson | 2 | -1/+3 |
2006-03-15 | Coverity #484: Fix an off-by-one in module refcounting. | Adam Jackson | 2 | -1/+4 |
2006-03-15 | Coverity #337: Remove useless NULL check. | Adam Jackson | 2 | -1/+4 |
2006-03-15 | Coverity #1053: Nuke a dead variable. | Adam Jackson | 2 | -2/+5 |
2006-03-15 | Fix DRIExtensionInit() to not register callbacks when it hasn't been | Benjamin Herrenschmidt | 2 | -1/+12 |
2006-03-15 | Make xf86 linear allocator smarter when dealing with alignment constraints | Benjamin Herrenschmidt | 2 | -2/+17 |
2006-03-15 | Add a new migration scheme, "always", which will move pixmaps to their | Eric Anholt | 5 | -32/+131 |
2006-03-15 | Add more doxygen documentation, including notes on WaitMarker() and | Eric Anholt | 3 | -0/+80 |
2006-03-14 | Move migration logic to a new function, exaDoMigration(). This is largely a | Eric Anholt | 7 | -87/+317 |
2006-03-14 | Pull code for getting the (0,0) pixel from a pixmap out to a separate | Eric Anholt | 5 | -37/+45 |
2006-03-14 | Bail out early if screen doesn't support DRI. | Kristian Høgsberg | 2 | -1/+13 |
2006-03-13 | Updated ChangeLog for my latest composite and xfixes changes. | Deron Johnson | 1 | -0/+13 |
2006-03-13 | Part 3 of 3 (Other parts are in proto and lib) Composite Version 0.3: | Deron Johnson | 8 | -3/+819 |
2006-03-13 | First batch of AIGLX fixes from David Reveman. | Kristian Høgsberg | 6 | -21/+55 |
2006-03-12 | Fix build when AIGLX is false. | Matthieu Herrb | 2 | -1/+9 |