summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-10Use strdup() instead of malloc(strlen()+1); memcpy() pairsHEADmasterAlan Coopersmith1-6/+3
2024-01-17Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functionsAlan Coopersmith1-0/+5
2024-01-15Fix 5 of 5 -Wstringop-truncation warningsAlan Coopersmith2-1/+3
2024-01-15Fix warning: no previous prototype for ‘sis_get_device’ [-Wmissing-protot...Alan Coopersmith1-1/+1
2024-01-15Fix 40 of 42 -Wformat-nonliteral warningsAlan Coopersmith3-28/+28
2024-01-15Fix 2 of 2 -Wformat warningsAlan Coopersmith2-2/+2
2024-01-12Fix 20 out of 23 -Wshadow warningsAlan Coopersmith5-91/+86
2024-01-11Add X.Org's standard C warning flags to AM_CFLAGSAlan Coopersmith1-1/+1
2024-01-11configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOLAlan Coopersmith1-2/+1
2023-10-06gitlab CI: ensure libtool is installed in build containerAlan Coopersmith1-3/+3
2022-12-08SISErrorLog: Add printf attributeAlan Coopersmith1-1/+1
2022-12-08Resolve 174 out of 180 -Wdiscarded-qualifiers warningsAlan Coopersmith5-22/+22
2022-12-08gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-2/+2
2022-01-28gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-01-28Fix spelling/wording issuesAlan Coopersmith14-29/+29
2022-01-28Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2019-12-16Version bumped to 0.12.1Kevin Brace1-1/+1
2019-12-16Clean up XGI Technology PCI Device IDsKevin Brace1-8/+9
2019-12-16Clean up SiS PCI Device IDsKevin Brace1-27/+5
2019-12-16Remove a reference to _XF86_PCIINFO_HKevin Brace1-4/+7
2019-12-16Remove unnecessary SiS PCI Device IDsKevin Brace1-11/+0
2019-12-16Fix type mismatch compilation warnings when TWDEBUG macro is definedKevin Brace1-5/+5
2019-12-16Use unsigned long when performing PCI read / writeKevin Brace2-9/+9
2019-12-03Version bumped to 0.12.0xf86-video-sis-0.12.0Kevin Brace1-1/+1
2019-11-26Enable SISGAMMARAMP macro on X.Org X ServerKevin Brace1-1/+1
2019-11-26Fix for xf86InterceptSigIll() discontinuation in X Server 1.20Kevin Brace1-1/+1
2019-11-26Do not call xf86DisableRandR() for X Server 1.20Kevin Brace1-3/+3
2019-07-26Version bumped to 0.11.0xf86-video-sis-0.11.0Kevin Brace1-1/+1
2019-07-18Convert text format specifier type to unsigned shortKevin Brace1-1/+1
2019-05-04configure.ac: fix cross-compilationFabrice Fontaine1-6/+12
2018-12-17Convert EXA support preprocessor macro to USE_EXAKevin Brace2-2/+2
2018-12-17Eliminate constant related compilation warnings for native functionsKevin Brace2-2/+2
2018-12-17Eliminate swap macro related unused variable compilation warningsKevin Brace2-0/+34
2018-12-17Suppress logical operation and parenthesis related compilation warningsKevin Brace2-2/+2
2018-12-17Eliminate set but not used variable compilation warningsKevin Brace2-16/+14
2018-12-07Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-10Remove obsolete B16 & B32 tags in struct definitionsAlan Coopersmith1-14/+14
2018-07-11Elimination of many "variable set but not used" compilation warningsKevin Brace3-13/+4
2018-07-11Add conditional compilation directives to suppress compilation warningsKevin Brace1-0/+4
2018-07-11Minor adjustment to the compilation orderKevin Brace1-3/+3
2017-07-17xf86-video-sis: remove the GlxSetVisualConfigs stub and friendsEmil Velikov4-177/+3
2017-02-16Remove reference to ->virtualFromAdam Jackson1-1/+1
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
2017-01-26autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
2017-01-26configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+2
2017-01-17xf86-video-sis 0.10.9xf86-video-sis-0.10.9Matt Turner1-1/+1
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson1-0/+5
2015-10-01Fix arguments for miSetPointerPosition.Thomas Klausner1-2/+2