Age | Commit message (Expand) | Author | Files | Lines |
2006-02-28 | Remove redundant definition of struct Inst. Safeguard xf86AddDriver against | Ian Romanick | 1 | -10/+6 |
2006-02-25 | EXA driver doc cleanups and additions. | Jesse Barnes | 1 | -68/+50 |
2006-02-25 | Add two radeon pci ids (one is used for a radeon mobility X700 XL in a | Roland Scheidegger | 1 | -0/+2 |
2006-02-21 | Eliminate unused PCI BIOS reading functionality. The old code used several | Ian Romanick | 2 | -112/+29 |
2006-02-20 | Eliminate all the code for querying the PCI class from the PCI ID database. | Ian Romanick | 5 | -140/+10 |
2006-02-16 | Fix an occasional crash on VT switches: the server would save a pointer to | Benjamin Herrenschmidt | 1 | -1/+3 |
2006-02-16 | Bug #5871: Drop special build infrastructure left over from libcwrapper | Eric Anholt | 1 | -3/+3 |
2006-02-16 | Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to be | Eric Anholt | 2 | -3/+1 |
2006-02-16 | Export xf86ActivateDevice, used by the evdev driver. | Zephaniah E. Hull | 2 | -0/+2 |
2006-02-16 | Move EXA implementation up to the top level and remove its XFree86 | Eric Anholt | 2 | -10/+165 |
2006-02-15 | Mark everything in dixsym.c as _X_EXPORT. | Adam Jackson | 8 | -19/+20 |
2006-02-14 | DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying on | Benjamin Herrenschmidt | 1 | -4/+0 |
2006-02-14 | Bump shadow module version number to 1.1.0 from 1.0.0 | Alan Hourihane | 1 | -1/+1 |
2006-02-13 | Fix linux build without libc wrappers (From Fredrik Höglund) | Benjamin Herrenschmidt | 3 | -4/+17 |
2006-02-13 | Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove | Benjamin Herrenschmidt | 1 | -2/+3 |
2006-02-11 | <sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'es | Alan Coopersmith | 2 | -2/+2 |
2006-02-10 | Remove libcwrapper usage from xorg server modules. The libcwrapper is only | Eric Anholt | 100 | -185/+142 |
2006-02-03 | Fix sysmouse handling on DragonFly, mostly garbage arrived. From Joerg | Jeremy C. Reed | 1 | -8/+8 |
2006-02-02 | Move the frequently-repeated code to get the pixmap that backs a drawable | Eric Anholt | 4 | -59/+26 |
2006-02-02 | Remove more debugging leftovers. | Eric Anholt | 1 | -12/+0 |
2006-02-02 | Rearrange and rename EXA code to be a bit more logically organized. Also | Eric Anholt | 12 | -5098/+41 |
2006-01-31 | Further bug #5386 fixes: Fix some problems with the EDID code: Some | Luc Verhaegen | 2 | -2/+6 |
2006-01-31 | Bring the cvt utility up to date with bug #5386 changes. Fix 2 issues with | Luc Verhaegen | 1 | -86/+53 |
2006-01-31 | Accept modes with less than 25% horizontal blanking again (you can push old | Luc Verhaegen | 1 | -9/+13 |
2006-01-28 | Add libc_wrapper support for random(), which will be used in upcoming EXA | Eric Anholt | 3 | -1/+9 |
2006-01-28 | Remove leftover variables for cfb24 build, and finish commenting out Xglx | Eric Anholt | 1 | -4/+0 |
2006-01-27 | update pci ids | Alan Hourihane | 2 | -4802/+3023 |
2006-01-25 | Remove xf8_32wid, it's dead code with no maintainer interest. Also remove | Adam Jackson | 8 | -1001/+2 |
2006-01-23 | Commit #4633 - Initial mouse pointer incorrect with EXA which also fixes | Alan Hourihane | 2 | -71/+38 |
2006-01-10 | Add all subdirs used to DIST_SUBDIRS, and files to EXTRA_DIST. | Daniel Stone | 1 | -0/+2 |
2006-01-08 | Remove remaining #ifdef DPSEXT stanzas. | Adam Jackson | 1 | -3/+0 |
2006-01-06 | Move drawable lock acquisition into DRIClipNotify from DRIValidateTree, so | Adam Jackson | 2 | -26/+8 |
2006-01-06 | Remove unused X11R4 DDX compatibility function miClipNotify. | Adam Jackson | 1 | -2/+1 |
2005-12-30 | Add an empty all-local target for FreeBSD make's sake, which doesn't deal | Eric Anholt | 1 | -0/+2 |
2005-12-29 | Remove PowerMAX_OS define it never worked , it'll never work again, | Dave Airlie | 8 | -269/+3 |
2005-12-28 | Bug #5153: standalone CVT modeline generator. | Luc Verhaegen | 7 | -7/+657 |
2005-12-26 | Bug #4190: Add a rule for 'make relink' since automake sucks. | Adam Jackson | 1 | -0/+3 |
2005-12-25 | Remove unused layer module. | Adam Jackson | 2 | -7/+0 |
2005-12-22 | Adjust the rules for auto-generating some source files, so that they work | Eric Anholt | 2 | -31/+35 |
2005-12-20 | Bug #5359: Fix a segfault (Mark Kettenis) | Adam Jackson | 1 | -0/+1 |
2005-12-19 | Bug #5116: Refer DRI section details to dri.fd.o. | Adam Jackson | 1 | -3/+2 |
2005-12-19 | Fix typos. | Alan Coopersmith | 3 | -7/+7 |
2005-12-15 | Update to 2005-12-14 snapshot from pciids.sf.net | Alan Coopersmith | 2 | -391/+4895 |
2005-12-14 | Bug #4718: Command line flag to disable ACPI. | Adam Jackson | 4 | -2/+10 |
2005-12-12 | Remove unnecessary include of dgaproc.h that broke Solaris builds. | Alan Coopersmith | 1 | -4/+0 |
2005-12-09 | Bug #4809: Re-fix that doesn't break distcheck. (Alan Coopersmith) | Adam Jackson | 2 | -5/+3 |
2005-12-09 | Fix a thinko so the code matches the comment | Adam Jackson | 1 | -1/+2 |
2005-12-09 | Bug #1288: Additional refactor of the driver probe logic to keep ati loaded | Adam Jackson | 1 | -97/+46 |
2005-12-09 | Push the fallback drivers to the end of the list so driver probe order | Adam Jackson | 1 | -1/+47 |
2005-12-09 | Bug #4361: Change driver probe logic to read the driver list from disk | Adam Jackson | 1 | -0/+6 |