summaryrefslogtreecommitdiff
path: root/hw/xfree86/loader
AgeCommit message (Expand)AuthorFilesLines
2024-10-10os: replace LogWrite() by LogMessageVerb()Enrico Weigelt, metux IT consult2-22/+21
2024-07-26treewide: replace strdup() calls to Xstrdup()Enrico Weigelt, metux IT consult1-1/+1
2021-10-27Remove autotools supportPovilas Kanapickas1-19/+0
2020-01-28loader: strdup const string assigned to local variable nameMichel Dänzer1-1/+1
2019-11-21loader: Make LoaderSymbolFromModule take a ModuleDescPtrAdam Jackson2-2/+3
2019-11-13loader: Move LoaderSymbolFromModule() to public APIAdam Jackson1-1/+0
2019-10-02xfree86: Merge vbe into int10Adam Jackson1-0/+4
2019-07-23xfree86: Link fb staticallyAdam Jackson1-0/+1
2017-10-30Use ARRAY_SIZE all over the treeDaniel Martin1-1/+2
2017-05-15xfree86: build a shared lib identical to XorgPeter Hutterer1-2/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt3-0/+73
2017-04-26Use #ifdef instead of #if for features to make Meson easier.Eric Anholt1-2/+2
2017-02-01loader: Handle mod->VersionInfo == NULLMichel Dänzer1-10/+11
2017-01-25loader: Learn about the joy of snprintfAdam Jackson1-9/+2
2017-01-25loader: Remove unused path and name from ModuleDescPtrAdam Jackson2-24/+9
2017-01-25loader: Remove unused arguments from LoadModuleAdam Jackson4-146/+13
2017-01-25loader: Turn LoaderListDirs into LoaderListDirAdam Jackson2-59/+43
2017-01-25loader: Move loader list details to internal headerAdam Jackson1-0/+3
2017-01-25loader: Remove silly "unspecified" version handlingAdam Jackson1-28/+19
2017-01-25loader: Remove unused loader error codes and dead enumAdam Jackson1-18/+0
2017-01-25loader: Don't add internal/ to the search pathAdam Jackson1-1/+0
2017-01-25loader: Remove *GetOSAdam Jackson3-87/+2
2017-01-25loader: Port from xfree86 to dix APIAdam Jackson2-103/+81
2017-01-25xfree86: flatten pathlist management in the loaderEmil Velikov1-14/+2
2017-01-25xfree86: remove dummy/dead function prototype for LoadDriverEmil Velikov1-2/+0
2017-01-25xfree86: remove unused path from the LoadModule APIEmil Velikov2-5/+4
2016-12-14xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede1-0/+1
2016-08-24xfree86: print the module name together with the load failure messagePeter Hutterer1-16/+19
2016-03-14xfree86: Finish removing font modulesAdam Jackson1-3/+0
2016-03-14xfree86: Font modules aren't a real thingAdam Jackson1-1/+0
2015-11-30Replace 'sun' with '__sun'Richard PALO1-1/+1
2015-10-27build: Remove stale miext/cw include pathsAdam Jackson1-1/+1
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-5/+5
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-08loader: Remove some baklava codeAdam Jackson1-65/+48
2014-09-26loader: Deobfuscate RTLD_* macro stuffAdam Jackson1-20/+2
2014-09-18loader: Remove compatibility with ancient XFree86 version numberingAdam Jackson1-37/+9
2014-07-28xfree86: Remove #include "compiler.h" from places that don't need itAdam Jackson1-1/+0
2014-07-24xfree86: Remove i2c multimedia modulesAdam Jackson1-1/+0
2014-06-02xfree86: Report Present as a built-in moduleChris Wilson1-0/+3
2014-06-02xfree86: Report DRI3 as a built-in moduleChris Wilson1-0/+3
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-10/+10
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-3/+3
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith1-7/+6
2012-07-10Move the remnants of loadext.c to miinitext.cDaniel Stone2-98/+0
2012-07-10Loader: Remove extension initialisation sortingDaniel Stone2-348/+0
2012-07-10Add static extensions before those in modulesDaniel Stone1-0/+4
2012-07-10Move DRI2 from external module to built-inDaniel Stone2-1/+2
2012-07-10Move DRI1 from external module to built-inDaniel Stone2-1/+2