summaryrefslogtreecommitdiff
path: root/hw/xfree86/vgahw
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Introduce a consistent coding styleKeith Packard4-971/+950
2012-01-09vgahw: Fix DACDelay() macro to use the driver's vtableAdam Jackson1-4/+4
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson1-5/+2
2011-10-15vgahw: Port to pciaccess IO space routinesAdam Jackson2-60/+55
2011-10-15vgahw: Don't default to standard (port space) access routinesAdam Jackson1-3/+0
2011-10-15vgahw: Remove IO domain setupAdam Jackson1-1/+0
2011-10-15xfree86: Move xf86GetClocks to vgahwAdam Jackson2-0/+96
2010-09-23xfree86: nds32: add nds32 definition for vgaHW support.Macpaul Lin1-1/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov2-4/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov2-17/+17
2010-04-23xfree86: track screens' installed colormaps as screen privatesTiago Vignatti1-7/+7
2009-10-06Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer1-8/+8
2009-09-04xfree86: silence some xf86dgaproto compiler warningsPeter Hutterer1-2/+1
2009-08-31alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBusMatt Turner1-8/+8
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-28/+12
2009-04-29Fix most remaining deprecated resource lookups.Eamon Walsh1-2/+2
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade2-74/+74
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-9/+9
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-28/+35
2007-11-05XFree86: Remove usage of allocaDaniel Stone1-6/+6
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...pci-reworkIan Romanick1-1/+0
2007-06-29Death to RCS tags.Adam Jackson1-1/+0
2007-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick2-6/+3
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-1/+1
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-08-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2006-08-12xfree86: don't do legacy IO on ARM or S/390 (Debian #362641)Bastian Blank1-1/+1
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick3-3/+0
2006-07-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson3-3/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-2/+5
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-8/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2-2/+4
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-1/+1
2005-10-17include/dix-config.h.in Add support for more extensionsKevin E Martin1-0/+2
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-4/+0
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+1
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone2-2/+2
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone4-0/+16
2005-07-02Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.Daniel Stone1-0/+1
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone2-2/+2
2005-07-01Adding initial build system.Daniel Stone1-0/+5
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone3-6/+6
2005-01-14Let the OS instead of X save/restore text console fonts on Linux. So far weEgbert Eich1-18/+16