Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-03-12 | Improve doxygen formatting, and attempt to clarify the 1:1 ratio of | Eric Anholt | 2 | -81/+91 |
2006-03-12 | Make exaCopyNtoNTwoDir() call DoneCopy() at the end of each string of | Eric Anholt | 2 | -1/+19 |
2006-03-12 | Merge accel_indirect branch to HEAD. | Kristian Høgsberg | 52 | -3942/+2718 |
2006-03-11 | Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480, | Alan Coopersmith | 2 | -7/+13 |
2006-03-11 | Add HAS_MMAP for Xvfb | Alan Coopersmith | 4 | -11/+40 |
2006-03-11 | Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489) | Alan Coopersmith | 2 | -1/+6 |
2006-03-10 | If fakexa is enabled, create a larger buffer in the Ximage, but keep the | Eric Anholt | 5 | -36/+51 |
2006-03-10 | Move the exaDrawableDirty in exaPrepareAccess to exaFinishAccess, which is | Eric Anholt | 2 | -2/+11 |
2006-03-10 | Coverity #1011: Remove a useless NULL check on a pVbe that had been | Eric Anholt | 2 | -1/+7 |
2006-03-10 | Coverity #857: Fix resource leak in error path by freeing earlier. | Eric Anholt | 2 | -1/+7 |
2006-03-10 | Coverity #813, #814, #815, #816: Fix resource leaks in error paths of | Eric Anholt | 4 | -14/+48 |
2006-03-10 | Document the restriction on PrepareAccess() failure, from discussion with | Eric Anholt | 2 | -5/+14 |
2006-03-10 | Just like FreeBSD, let DragonFly's default mouse Device be /dev/sysmouse | Jeremy C. Reed | 2 | -1/+7 |
2006-03-10 | Add DragonFly support. (It is like FreeBSD.) | Jeremy C. Reed | 2 | -10/+19 |
2006-03-09 | Coverity #349: Fall back to software early if pSrc->pDrawable is NULL, or | Eric Anholt | 2 | -7/+17 |
2006-03-09 | Commit changes missed in last commit (mis-typed path and didn't notice): Do | Eric Anholt | 1 | -546/+43 |
2006-03-09 | Do a first pass of doxygen documentation of EXA. This removes the | Eric Anholt | 5 | -54/+631 |
2006-03-09 | Do Xorg configure checks for Xgl only as well | Matthias Hopf | 2 | -1/+5 |
2006-03-09 | Rearrange EXA driver structures so that there's a hope of maintaining ABI | Eric Anholt | 10 | -285/+319 |
2006-03-08 | render/picture.c Initialize the format of a source picture to | Lars Knoll | 2 | -0/+11 |
2006-03-08 | Bug #6150: Do the obvious fix of an insane sanity check in | Eric Anholt | 2 | -1/+7 |
2006-03-07 | Numerous amounts refactoring and comment adding (see ChangeLog for file by | Ian Romanick | 9 | -151/+209 |