summaryrefslogtreecommitdiff
path: root/hw/xfree86/i2c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Remove autotools supportPovilas Kanapickas1-9/+0
2020-07-05Fix spelling/wording issuesAlan Coopersmith1-5/+5
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+12
2016-09-28xfree86: Fix null pointer dereferenceKyle Guinn1-4/+4
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer2-21/+21
2014-07-24xfree86: Remove i2c multimedia modulesAdam Jackson22-3564/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2014-01-12More warning fixes in hw/xfree86Keith Packard2-11/+12
2014-01-12xfree86 warning reductionKeith Packard1-1/+1
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2012-12-05Fix formatting of address operatorsYaakov Selkowitz2-6/+6
2012-07-02Build tda9885.c functions into fi1236 to avoid libtool relinking problemsAlan Coopersmith1-4/+1
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-0/+3
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-7/+10
2012-03-21Introduce a consistent coding styleKeith Packard23-2107/+2327
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-2/+3
2011-09-20Space & style cleanup of hw/xfree86/i2c/fi1236.cAlan Coopersmith1-466/+536
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson7-56/+7
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov8-28/+28
2010-04-21xfree86: fix not reached code in fi1236 driver from i2cTiago Vignatti1-4/+0
2009-10-28Don't cast double to int: use default conversions or explicitly round.Jamey Sharp1-5/+5
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade16-129/+129
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade2-9/+9
2008-11-27Rework code using return value of LoaderSymbol as a function pointer.Paulo Cesar Pereira de Andrade17-163/+163
2008-07-17Dead code removalDaniel Stone1-24/+0
2007-09-04Fixing xf86I2CGetScreenBuses(), now dereferencing the correct pointer.Egbert Eich1-1/+1
2007-09-04Fixing sig11 in xf86I2CGetScreenBuses().Egbert Eich1-1/+1
2007-06-29Death to RCS tags.Adam Jackson2-5/+0
2007-03-25Since ddc, i2c, and ramdac are in core now, remove their ModuleData stubs.Adam Jackson1-36/+0
2007-03-07XORG_VERSION_CURRENT, not XF86_VERSION_CURRENT.Adam Jackson1-1/+1
2007-02-23Don't install libi2c.aAdam Jackson1-1/+1
2007-02-15Merge crtc/output-based mode selection code.Keith Packard1-3/+2
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson3-3/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone9-110/+1
2006-06-19fix compiler warnings in hw/xfree86/i2c/fi1236.cGreg Kroah-Hartman2-3/+6
2006-06-19fix compiler warning in hw/xfree86/i2c/tda9850.cGreg Kroah-Hartman1-1/+1
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson8-10/+1
2006-03-29More warning cleanup.Adam Jackson3-23/+5
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt4-17/+22
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-1/+1
2005-11-29Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadableKevin E Martin1-2/+3
2005-09-24Changed the license to a X/MIT oneBogdan Diaconescu2-4/+46
2005-09-01Make RGB_PATH configurable.Daniel Stone1-1/+2
2005-08-25Thu Aug 25 17:15:01 2005 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen1-17/+9
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone1-3/+0
2005-07-30Clear compiler warnings. (Stefan Dirsch)Alan Coopersmith1-0/+3