summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
4 daysuse XNFrealloc() instead of xnfreallocHEADmasterEnrico Weigelt, metux IT consult1-2/+2
6 daysuse XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult1-3/+3
6 daysuse XNFalloc() instead of xnfallocEnrico Weigelt, metux IT consult3-4/+4
2024-01-17Quiet -Wmisleading-indentation warning in trident_dac.cAlan Coopersmith1-4/+6
2024-01-15Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2022-12-09Fix 96 out of 102 -Wdiscarded-qualifiers warningsAlan Coopersmith1-1/+1
2022-12-09blade_exa: Fix -Wimplicit-fallthrough warningAlan Coopersmith1-0/+1
2022-01-29Update trident_pci_rename.h to pci_rename.h in src/Makefile.amAlan Coopersmith1-1/+1
2022-01-29Fix spelling/wording issuesAlan Coopersmith4-8/+8
2021-12-07Remove ramdacFabrice Fontaine1-3/+0
2019-05-10Rename trident_pci_rename.h to pci_rename.hKevin Brace2-4/+4
2019-05-10Rename tridentpcirename.h to trident_pci_rename.hKevin Brace3-5/+5
2019-05-10A minor adjustment to src/Makefile.amKevin Brace1-2/+2
2019-05-10Move IsClearTV function location inside trident_pll.cKevin Brace1-18/+17
2019-05-10Add braces to two for loops that lack themKevin Brace1-2/+4
2019-05-10Rename tridenthelper.c to trident_pll.cKevin Brace2-1/+1
2019-05-10Fix indentation of tridenthelper.cKevin Brace1-79/+77
2019-05-10Tab to spaces conversion for tridenthelper.cKevin Brace1-199/+199
2019-05-10Add braces to for loops inside tridenthelper.cKevin Brace1-6/+7
2019-03-05Rename xp4_accel_exa.c to xp4_exa.cKevin Brace2-1/+1
2019-03-05Fix indentation of xp4_accel_exa.cKevin Brace1-55/+84
2019-03-05Tab to spaces conversion for xp4_accel_exa.cKevin Brace1-80/+71
2019-03-05Rename xp4_accel.c to xp4_xaa.cKevin Brace2-2/+2
2019-03-05Suppress unused function compilation warnings for XP4 XAA functionsKevin Brace1-6/+6
2019-03-05Fix indentation of xp4_accel.cKevin Brace1-155/+213
2019-03-05Tab to spaces conversion for xp4_accel.cKevin Brace1-218/+214
2019-03-05Rename xp_accel.c to xp_xaa.cKevin Brace2-1/+1
2019-03-05Fix indentation of xp_accel.cKevin Brace1-144/+202
2019-03-05Tab to spaces conversion for xp_accel.cKevin Brace1-227/+224
2019-03-05Fix indentation of src/Makefile.amKevin Brace1-21/+21
2019-03-04Rename blade_accel_exa.c to blade_exa.cKevin Brace2-1/+1
2019-03-04Fix indentation of blade_accel_exa.cKevin Brace1-57/+100
2019-03-04Tab to spaces conversion for blade_accel_exa.cKevin Brace1-108/+99
2019-03-04Rename blade_accel.c to blade_xaa.cKevin Brace2-1/+1
2019-03-04Fix indentation for blade_accel.cKevin Brace1-230/+385
2019-03-04Tab to spaces conversion for blade_accel.cKevin Brace1-247/+244
2019-03-04Rename image_accel.c to image_xaa.cKevin Brace2-1/+1
2019-03-04Fix indentation for image_accel.cKevin Brace1-210/+351
2019-03-04Tab to spaces conversion for image_accel.cKevin Brace1-228/+228
2019-03-04Rename trident_accel.c to tgui_xaa.cKevin Brace2-1/+1
2019-03-04Fix indentation for trident_accel.cKevin Brace1-203/+274
2019-03-04Tab to spaces conversion for trident_accel.cKevin Brace1-272/+268
2019-02-25Compilation fix for NEC PC-98x1 specific code inside trident_driver.cKevin Brace1-61/+61
2019-02-04Tab to spaces conversion for trident_driver.cKevin Brace1-2049/+2049
2018-12-25Remove unwritten code related to EXA composite for Blade 3DKevin Brace1-26/+0
2018-12-25Suppress defined but not used compilation warningKevin Brace1-0/+8
2018-12-17Significantly reduce static function declarations for trident_driver.cKevin Brace1-1083/+1053
2018-12-17Use const char for xf86GetOptValString return typeKevin Brace1-1/+1
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2014-07-29Stop using deprecated xf86PciInfo.hAdam Jackson2-2/+24