summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-22drop obsolete check for REGION_NULLHEADmasterEnrico Weigelt, metux IT consult
2024-05-22drop support for ancient xserver versionsEnrico Weigelt, metux IT consult
2024-05-18Raise minimum supported Xserver version to 1.18 (ABI_VIDEODRV_VERSION 20.0)Alan Coopersmith
2024-05-08use XNFcallocarray() instead of xnfcalloc macroEnrico Weigelt, metux IT consult
2022-12-15Replace malloc()+memset() with calloc()Alan Coopersmith
2022-12-15Replace malloc()+snprintf() with Xasprintf()Alan Coopersmith
2022-12-15Quiet -Wempty-body warningAlan Coopersmith
2022-12-15constify some char * declarationsAlan Coopersmith
2022-01-28Fix spelling/wording issuesAlan Coopersmith
2016-07-19Adapt Block/WakeupHandler signature for ABI 23Adam Jackson
2015-09-30Use X11/Xarch.h for endian detection.Thomas Klausner
2015-08-23Check for drawables before compositingConnor Behan
2015-05-09Fix a couple const-ness warningsJulien Cristau
2015-05-09Fix SwitchMode and AdjustFrame hooksJulien Cristau
2015-05-08Fix BlockHandler declarationJulien Cristau
2015-05-08Fix shadow compiler warningJulien Cristau
2014-09-30Remove dependency on xf86PciInfo.hAdam Jackson
2014-09-30Fix a typoAdam Jackson
2014-09-30Fix build against xserver 1.17Adam Jackson
2014-05-21Use own thunk function instead of vgaHW*WeakAdam Jackson
2013-01-09Remove miInitializeBackingStore()Adam Jackson
2012-07-17smi: convert to new X server screen conversion apis.Dave Airlie
2012-07-17smi: port to compat-api for new server.Dave Airlie
2012-07-17smi: fix build against XAA-less serverDave Airlie
2011-12-19Fix for new vgaHW ABIAdam Jackson
2011-12-19Make failure to XAA non-fatalAdam Jackson
2011-11-17Check ABI major not encoded ABIAdam Jackson
2011-11-16Adapt to missing PIOOffset in videoabi 12Adam Jackson
2011-02-27Replace calls to xalloc/xcalloc/xfree with malloc/calloc/freeJulien Cristau
2011-02-27Fix compiler warning on 64bitJulien Cristau
2011-02-27Fix build with xserver 1.10Julien Cristau
2010-06-22xv: Make sure we have a CRTC before setting up the overlay.Francisco Jerez
2010-02-11config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon
2010-02-08Fix lack of precision in video resizing. #26443Cedric Cellier
2009-11-02Change clockRange to ClockRange, not ClockRangesAdam Jackson
2009-08-05fix build after headers movedxf86-video-siliconmotion-1.7.3Dave Airlie
2009-07-28siliconmotion: change to using ABI version checkDave Airlie
2009-07-28siliconmotion: update for resources/RAC API removalDave Airlie
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
2009-06-23Fix EXA rotation for SM502 at 32bpp (bug 22432).Francisco Jerez
2009-05-28Remove useless loader symbol lists.Adam Jackson
2009-05-27Program MCLK/MXCLK on startup for a secondary SM502.Francisco Jerez
2009-05-10Widen the pixel clock readjust interval for SM712.Francisco Jerez
2009-05-05Fail gracefully when the specified virtual screen doesn't fit in RAM.Francisco Jerez
2009-05-05Probe the amount of installed memory by trial and error on SM712.Francisco Jerez
2009-04-21Increase the maximum clock value to 200MHz on SM712.Francisco Jerez
2009-04-21Don't attempt monitor detection on SM712.Francisco Jerez
2009-03-20Stop clearing of "VESA compliance power down mode" bitJamie Lentin
2009-03-13Fix direct access to IO space on chipsets with no IOBase mapping.Matthieu Herrb
2009-02-11siliconmotion: Fix disabling of debugging if SMI501_CLI_DEBUG is set to 0Niels de Vos