summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
6 daysuse XNFcallocarray() instead of xnfcalloc macroHEADmasterEnrico Weigelt, metux IT consult1-2/+2
2024-01-17Fix 3 -Wmissing-prototypes warnings in tdfx_driver.cAlan Coopersmith1-3/+3
2024-01-15Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2022-12-15TDFXDRIScreenInit: Use snprintf instead of sprintfAlan Coopersmith1-1/+1
2022-12-15TDFXDRIScreenInit: fix -Wformat warningAlan Coopersmith1-2/+2
2022-12-09allocateMemory: fix -Wdiscarded-qualifiers warningsAlan Coopersmith1-1/+1
2022-01-29Fix spelling/wording issuesAlan Coopersmith4-4/+4
2019-02-01Eliminate log message parameter type compilation warningsKevin Brace1-5/+5
2019-02-01Changing result parameter type for ScreenWakeupHandlerProcPtrKevin Brace1-1/+1
2018-12-25Eliminate set but not used variable compilation warningsKevin Brace2-5/+4
2018-12-25Eliminate unused variable compilation warningKevin Brace1-1/+0
2017-07-17xf86-video-tdfx: remove the GlxSetVisualConfigs stub and friendsEmil Velikov4-233/+2
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+8
2014-07-29dri: Stop (uselessly) initializing the ValidateTree hooksAdam Jackson1-2/+0
2013-10-22Add more PCI IDs for supported chipsGuillem Jover2-1/+16
2013-10-22Unmap MMIO ranges for all chipsGuillem Jover1-3/+6
2013-10-22Use the PCI ID macros instead of hardcoded valuesGuillem Jover1-3/+3
2013-10-22Remove unreachable breaks after return statementsGuillem Jover1-3/+0
2013-10-22Use new pci_device_(un)map_range functions instead of deprecated onesGuillem Jover1-12/+16
2013-10-22Rename XSERVER_PCIACCESS to XSERVER_LIBPCIACCESSGuillem Jover1-1/+1
2013-10-22Define local PCI IDs instead of using xf86PciInfo.hGuillem Jover3-5/+11
2012-09-25Remove mibstore.hAdam Jackson1-5/+0
2012-07-16tdfx: fix build against XAA-less server.Dave Airlie5-1/+38
2012-06-06tdfx: port to new compat APIDave Airlie10-85/+186
2012-01-27Untangle XF86DRI from the driver-specific DRI definePeter Hutterer4-17/+21
2012-01-13Fix RPMLINT warning "64bit-portability-issue".Stefan Dirsch1-1/+1
2011-12-19Stop uselessly including xf86Priv.hAdam Jackson1-1/+0
2011-12-19Fix for new vgaHW ABIAdam Jackson1-0/+1
2011-12-19Make failure to XAA non-fatalAdam Jackson1-4/+4
2011-11-17Check ABI major not encoded ABIAdam Jackson1-1/+1
2011-11-16Adapt to missing PIOOffset in vgahwAdam Jackson1-3/+3
2011-10-19Use unsigned long rather than deprecated IOADDRESSJeremy Huddleston1-1/+1
2011-10-09Fix compiler warnings about signednessJeremy Huddleston1-2/+3
2011-10-09gettimeofday is in <sys/time.h>Jeremy Huddleston1-0/+2
2011-10-09Use malloc/calloc/realloc/free directlyJeremy Huddleston6-51/+51
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+0
2009-07-28tdfx: change to using ABI version checkDave Airlie1-1/+1
2009-07-28tdfx: update for resources/RAC API removalDave Airlie1-1/+5
2009-05-28Remove useless loader symbol lists.Adam Jackson1-117/+1
2008-10-17Bug #17557: Fix device initialization.Jakub Bogusz1-0/+1
2008-07-07Fix my bad typo in last commit.Tiago Vignatti1-17/+19
2008-07-04Remove libc wrapper functions.Tiago Vignatti1-6/+6
2008-03-19Death to RCS tags.Adam Jackson14-14/+0
2008-02-27update tdfx to use proper pciaccess detectionDave Airlie3-22/+22
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2007-08-07TDFX_*_VERSION using PACKAGE_VERSION_*Brice Goglin1-3/+3
2007-03-30Initial pass at porting driver to pci-rework. DOES NOT WORK.Ian Romanick3-11/+237
2007-03-14White-space police in TDFXInitChips.Ian Romanick1-43/+52
2007-03-14Minor code cleaning in TDFXMapMem.Ian Romanick1-5/+3
2007-03-14Make TDFXGetRec return the pointer instead of a bool.Ian Romanick1-7/+9