summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-04-02../stubAdam Jackson2-14/+15
2006-04-02Reorder link order for Xdmx to fix new screensaver variable referencexorg-server-1_0_99_2Adam Jackson1-3/+0
2006-04-01Clean up warnings and a debug printf.Eric Anholt1-3/+2
2006-04-01Hack around the new screensaver variable for DMX, which is otherwiseAdam Jackson1-0/+3
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt2-5/+93
2006-03-30Add a dependency on EXA, so it rebuilds when the library does. The manualEric Anholt1-1/+2
2006-03-30Add an UploadToScreen implementation, for testing PutImage support, andEric Anholt1-6/+53
2006-03-29Add a DownloadFromScreen implementation, used for testing GetImageEric Anholt1-0/+25
2006-03-29More warning cleanup.Adam Jackson10-29/+17
2006-03-28Add a new export, LoaderGetABIVersion. This function allows modules toAaron Plattner3-0/+27
2006-03-27Fix remnants of previous busted _XkbStrCaseCmp commit.Daniel Stone1-4/+4
2006-03-27Remove remnants of XkbCF code.Daniel Stone2-42/+1
2006-03-27Move XFree86 DDX XKB actions into dixmods.Daniel Stone4-6/+165
2006-03-25Mark everything in xf86sym.c as _X_EXPORT.Adam Jackson106-833/+833
2006-03-24Refactored the screensaver and DPMS timer code to use the screensaver timerFredrik Höglund2-5/+5
2006-03-23Add ast driver/pci id (Carl Switzky, Sun Microsystems)Alan Coopersmith1-0/+5
2006-03-20dead file removalAdam Jackson2-125/+0
2006-03-20Bug #6213: Check geteuid's return value, not its address, otherwiseAdam Jackson1-3/+3
2006-03-16Add support for ZX2 PCI-E local bus adaptors. (Alex Williamson, HP)Daniel Stone2-0/+13
2006-03-15Enable correct handling of the BTS instruction (opcode 0f ab) The code wasFelix Kuehling1-4/+2
2006-03-15Coverity #1042, 1043: Nuke some dead variables.Adam Jackson1-4/+2
2006-03-15Coverity #490: Fix a range check in xf86vidmode extension.Adam Jackson1-1/+1
2006-03-15Coverity #794: Fix a highly unlikely memory leak.Adam Jackson1-5/+4
2006-03-15Coverity #269: Compare the requested ABI class against the ABI class of theAdam Jackson1-1/+1
2006-03-15Coverity #484: Fix an off-by-one in module refcounting.Adam Jackson1-1/+1
2006-03-15Coverity #1053: Nuke a dead variable.Adam Jackson1-2/+0
2006-03-15Fix DRIExtensionInit() to not register callbacks when it hasn't beenBenjamin Herrenschmidt1-1/+1
2006-03-15Make xf86 linear allocator smarter when dealing with alignment constraintsBenjamin Herrenschmidt1-2/+10
2006-03-15Add a new migration scheme, "always", which will move pixmaps to theirEric Anholt1-5/+38
2006-03-12Fix build when AIGLX is false.Matthieu Herrb1-1/+4
2006-03-12Merge accel_indirect branch to HEAD.Kristian Høgsberg19-1280/+256
2006-03-11Fix buffer size checks to prevent 2-byte buffer overflows. (Coverity #480,Alan Coopersmith1-7/+7
2006-03-11Add HAS_MMAP for XvfbAlan Coopersmith1-11/+24
2006-03-11Pass sizeof the correct buffer to XmuSnprintf. (Coverity #489)Alan Coopersmith1-1/+1
2006-03-10If fakexa is enabled, create a larger buffer in the Ximage, but keep theEric Anholt4-36/+36
2006-03-10Coverity #1011: Remove a useless NULL check on a pVbe that had beenEric Anholt1-1/+1
2006-03-10Coverity #857: Fix resource leak in error path by freeing earlier.Eric Anholt1-1/+2
2006-03-10Coverity #813, #814, #815, #816: Fix resource leaks in error paths ofEric Anholt3-14/+40
2006-03-10Just like FreeBSD, let DragonFly's default mouse Device be /dev/sysmouseJeremy C. Reed1-1/+1
2006-03-10Add DragonFly support. (It is like FreeBSD.)Jeremy C. Reed1-10/+10
2006-03-09Commit changes missed in last commit (mis-typed path and didn't notice): DoEric Anholt1-546/+43
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt3-28/+40
2006-03-08Bug #6150: Do the obvious fix of an insane sanity check inEric Anholt1-1/+1
2006-03-07Numerous amounts refactoring and comment adding (see ChangeLog for file byIan Romanick8-151/+172
2006-03-07Add appropriate MIT license. Oops.Eric Anholt1-0/+28
2006-03-07Add a new flag to ephyr, "-fakexa", which turns on an EXA accelerationEric Anholt4-5/+383
2006-03-07Remove stale EXA files, which failed to get removed during the move toEric Anholt8-3812/+0
2006-03-07Fix cvt -r check again. CH7011 TV encoder had 800x600 PAL hit the check.Luc Verhaegen1-13/+18
2006-03-05Only output SetClientVersion message if verbosity > 1, like otherMatthieu Herrb1-1/+2
2006-03-05define SYS_LIBS to hold system dependant libraries that may needed. and addMatthieu Herrb4-4/+9