summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2006-03-05Don't hard-code -DUSE_DEV_IO here. configure generates the proper OSMatthieu Herrb1-1/+1
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4341 Make Xming error messagesAlan Hourihane2-1/+31
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=4538 Fix mouse button releaseAlan Hourihane3-0/+32
2006-03-03https://bugs.freedesktop.org/show_bug.cgi?id=5138 Check for NULL pointerAlan Hourihane3-4/+12
2006-03-01fix spelling error, document EXA_TWO_BITBLT_DIRECTIONS device flagJesse Barnes1-1/+3
2006-02-28Remove redundant definition of struct Inst. Safeguard xf86AddDriver againstIan Romanick1-10/+6
2006-02-27Typo fixes (Nicholas Joly, XFree86 bugzilla #1658)Alan Coopersmith2-2/+2
2006-02-25EXA driver doc cleanups and additions.Jesse Barnes1-68/+50
2006-02-25Add two radeon pci ids (one is used for a radeon mobility X700 XL in aRoland Scheidegger1-0/+2
2006-02-22Added Mesa include directoryAlexander Gottwald3-1/+18
2006-02-21Eliminate unused PCI BIOS reading functionality. The old code used severalIan Romanick2-112/+29
2006-02-20Eliminate all the code for querying the PCI class from the PCI ID database.Ian Romanick5-140/+10
2006-02-16Make more extensions optional in build (for kdrive). Fix kdrive build forKeith Packard26-26/+49
2006-02-16Fix an occasional crash on VT switches: the server would save a pointer toBenjamin Herrenschmidt1-1/+3
2006-02-16Bug #5871: Drop special build infrastructure left over from libcwrapperEric Anholt1-3/+3
2006-02-16Bug #5869: Remove traces of EXTMODULE define, which doesn't appear to beEric Anholt2-3/+1
2006-02-16Export xf86ActivateDevice, used by the evdev driver.Zephaniah E. Hull2-0/+2
2006-02-16Move EXA implementation up to the top level and remove its XFree86Eric Anholt2-10/+165
2006-02-15Mark everything in dixsym.c as _X_EXPORT.Adam Jackson8-19/+20
2006-02-15Remove the waitSync from KdDisableScreen and push it off to drivers'Eric Anholt4-3/+10
2006-02-14DRIGetSecs() would call getsecs() when XFree86LOADER is defined, relying onBenjamin Herrenschmidt1-4/+0
2006-02-14Bump shadow module version number to 1.1.0 from 1.0.0Alan Hourihane1-1/+1
2006-02-13Fix linux build without libc wrappers (From Fredrik Höglund)Benjamin Herrenschmidt3-4/+17
2006-02-13Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and removeBenjamin Herrenschmidt4-11/+4
2006-02-12Add missing HAVE_DIX_CONFIG_H which caused issues with mismatched screenEric Anholt2-0/+3
2006-02-11Add stub xf86WrapperInits so that the servers will build even if os/ wasEric Anholt2-0/+4
2006-02-11Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined functionAlan Coopersmith1-0/+1
2006-02-11<sys/limits.h> -> <limits.h> so we can compile on non-BSD OS'esAlan Coopersmith2-2/+2
2006-02-11Remove libcwrapper damage from GLX (requires fresh Mesa HEAD), and get itEric Anholt1-0/+3