summaryrefslogtreecommitdiff
path: root/src/xgi_driver.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-27drop dead codeHEADmasterEnrico Weigelt, metux IT consult1-983/+1
2024-05-24drop disabled ENABLE_YPBPR code pathEnrico Weigelt, metux IT consult1-6/+0
2024-05-24drop obsolete ifdef XGIXINERAMAEnrico Weigelt, metux IT consult1-10/+0
2024-05-24drop ifdef's on XGIMERGEDEnrico Weigelt, metux IT consult1-43/+1
2024-05-24drop ifdef's on XGIDUALHEADEnrico Weigelt, metux IT consult1-20/+0
2024-05-24drop UNLOCK_ALWAYS symbolEnrico Weigelt, metux IT consult1-20/+0
2024-05-24drop unused XGI_CP code pathesEnrico Weigelt, metux IT consult1-7/+1
2024-05-24drop compat with ancient xserver versionsEnrico Weigelt, metux IT consult1-89/+15
2024-05-24drop obsolete XAA supportEnrico Weigelt, metux IT consult1-48/+1
2024-05-23drop compat for ancient and dead XFree86Enrico Weigelt, metux IT consult1-4/+0
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult1-4/+4
2024-05-08use XNFalloc() instead of xnfallocEnrico Weigelt, metux IT consult1-1/+1
2022-12-09XGIErrorLog: add printf attributeAlan Coopersmith1-1/+1
2022-12-09Fix -Wdiscarded-qualifiers warningsAlan Coopersmith1-4/+3
2022-12-09Stop including deprecated xf86PciInfo.hAlan Coopersmith1-1/+0
2022-01-30Fix spelling/wording issuesAlan Coopersmith1-6/+6
2016-04-28Add check for libpciaccess on ARMTristan Plumb1-0/+4
2016-04-28Fixed "Module xgi does not have a xgiModuleData"Alberto Bursi1-1/+1
2015-09-14Fix invalid mode passed to openJakub Bogusz1-1/+1
2015-09-14Add missing includes to avoid implicit function declarationsJakub Bogusz1-0/+3
2015-08-17Remove execute permissions from source filesConnor Behan1-0/+0
2015-08-17Add missing check for libpciaccessConnor Behan1-0/+8
2015-08-10Remove const from variable.Thomas Klausner1-1/+1
2015-08-10Remove PACKAGE_* definitions from xgi_dri.c.Thomas Klausner1-4/+0
2015-08-10Improve format strings in messages and errors.Thomas Klausner1-9/+9
2015-08-10Uncomment header includes.Thomas Klausner1-3/+0
2015-08-10Consistently use Bool instead of BOOL.Thomas Klausner1-1/+1
2015-08-10Add prototype for bGetEDID.Thomas Klausner1-0/+1
2015-08-10Stop using obsolete header file.Thomas Klausner1-1/+1
2014-09-11Remove call to miInitializeBackingStore to make the driver load againAdam Jackson1-1/+0
2013-08-14Remove mibstore.h to make driver build againEgbert Eich1-1/+0
2013-01-18ddc: Fix uncredible fail in calling xf86UnloadSubModuleAdam Jackson1-1/+0
2013-01-08Fix XGIValidMode for 1.13 APIAdam Jackson1-2/+2
2012-08-07xgi: build against non-piooffset vgahwDave Airlie1-0/+8
2012-08-07xgi: convert to new server compat APIDave Airlie1-32/+34
2011-12-19Fall back to shadowfb if XAA is unavailableAdam Jackson1-8/+2
2011-12-19Fix for new vgaHW ABIAdam Jackson1-0/+1
2011-11-01(xf86)LoaderReqSymLists is not longer supported/required.Stefan Dirsch1-157/+1
2011-11-01Fix some serious compiler warnings.Stefan Dirsch1-1/+1
2011-10-30Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston1-1/+1
2011-08-05s/\<alloc\>/malloc/gAdam Jackson1-7/+7
2011-06-22Don't include xf86Priv.hAdam Jackson1-1/+5
2010-10-24Convert x+m/calloc/free to m/calloc/free.Trevor Woerner1-32/+32
2010-06-26xgi: Compile fix: XSERVER_LIBPCIACCESS guardsChris Ball1-0/+8
2010-06-26xgi: Compile fix: f2b97df.. incorrectly removed micmap.h instead of mibank.hChris Ball1-1/+1
2010-06-23XGI: Remove mibank.h referencexgi00071-1/+0
2010-06-23XGI: Fixed compile issues for current version of xorg-xserverxgi00071-0/+0
2010-06-23XGI: Fixed compile issues for new versions of xorg-serverroot1-2/+10
2010-05-18Remove mibank.h referenceAdam Jackson1-1/+0
2010-05-06XGI:Unify driver for x86/PowerPC/ARM, Add EXA, I2c EDID, Custom Modes, Bugs f...xgi00071-7241/+7241