summaryrefslogtreecommitdiff
path: root/hw/xfree86/vgahw/vgaHW.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie1-2/+2
2012-03-21Introduce a consistent coding styleKeith Packard1-694/+691
2011-10-15pci: Remove xf86MapDomainMemoryAdam Jackson1-5/+2
2011-10-15vgahw: Port to pciaccess IO space routinesAdam Jackson1-46/+49
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 Jackson1-0/+90
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-2/+2
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-11/+11
2009-10-06Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer1-8/+8
2009-08-31alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBusMatt Turner1-8/+8
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-28/+12
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-1/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-37/+37
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-01-11Convert int10 and vgaHW to use 'struct pci_device' instead of PCITAG.Ian Romanick1-5/+2
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson1-1/+0
2006-06-07Initial batch of changes for PCI rework. All future changes will beIan Romanick1-2/+5
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt1-1/+4
2005-07-03Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".Daniel Stone1-1/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone1-0/+4
2005-07-01Change all misc.h and os.h references to <X11/foo.h>.Daniel Stone1-1/+1
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1
2005-01-14Let the OS instead of X save/restore text console fonts on Linux. So far weEgbert Eich1-18/+16
2004-08-03programs/Xserver/hw/xfree86/ddc/xf86DDC.hMatthieu Herrb1-1/+1
2004-08-03Bug #962: Remove LoaderSymbol calls introduced by the dlloader work soAdam Jackson1-0/+6
2004-07-31Change several LoaderSymbol calls introduced by the bug #400 patch toAdam Jackson1-0/+4
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-28/+13
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_16Kaleb Keithley1-25/+9
2003-11-14Initial revisionKaleb Keithley1-0/+2021