summaryrefslogtreecommitdiff
path: root/hw/xfree86/vgahw
AgeCommit message (Expand)AuthorFilesLines
2018-09-27xfree86: Remove -flippixelsAdam Jackson1-3/+1
2017-04-27meson: Build libvgahw.soAdam Jackson1-0/+10
2014-11-12Drop trailing whitespacesPeter Hutterer2-5/+5
2014-07-29vgahw: Nuke unused vgaCmap.cAdam Jackson2-277/+0
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-1/+0
2014-01-29Link libvgahw with $(PCIACCESS_LIBS) as wellAlan Coopersmith1-0/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-6/+6
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-07-07xf86dga: handle DGAAvailable for gpu screens. (v2)Dave Airlie1-1/+1
2012-05-21xf86: reimplement XF86SCRNINFO macro using new functions.Dave Airlie1-3/+0
2012-05-21xf86: migrate to using xf86ScreenToScrn wrapper (v2)Dave Airlie2-3/+3
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