summaryrefslogtreecommitdiff
path: root/hw/xfree86/vbe
AgeCommit message (Expand)AuthorFilesLines
2016-03-14xfree86: Change VBE version early-out to 1.2. (#22672)Evgeny M. Zubok1-1/+1
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer2-4/+4
2014-01-12Replace 'pointer' type with 'void *'Keith Packard2-9/+9
2014-01-12xfree86/vbe: Make VBEValidateModes take const char **Keith Packard2-2/+2
2014-01-12More warning fixes in hw/xfree86Keith Packard1-1/+3
2013-09-10vbe: Don't try to load the ddc submoduleAdam Jackson1-15/+2
2013-08-06Replace INCLUDES with AM_CPPFLAGSPeter Hutterer1-1/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White2-0/+2
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie2-13/+13
2012-04-05xfree86: allow modules to be built without undefined symbolsYaakov Selkowitz1-1/+4
2012-03-21Introduce a consistent coding styleKeith Packard5-881/+916
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-1/+1
2011-11-06Fix vesa's VBE PanelID interpretationDerek Buitenhuis1-1/+4
2011-10-15xfree86: Link modules with -moduleJeremy Huddleston1-1/+1
2011-03-04vbe: Fix malloc size bugAdam Jackson1-1/+1
2010-12-07Convert alloc+sprintf pairs into asprintf() & XNFasprintf() callsAlan Coopersmith1-2/+2
2010-11-30vbe: Refuse to believe tiny (or negative) panel sizes from PanelIDAdam Jackson1-0/+5
2010-10-05vbe: Fix copying the mode info blockAdam Jackson1-63/+3
2010-09-22xfree86: Remove useless module setup functions where appropriateAdam Jackson1-9/+1
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-25/+25
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-2/+2
2010-05-24xfree86: bus: remove unused headersTiago Vignatti1-1/+0
2010-05-21vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gccAlan Coopersmith1-1/+1
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov3-19/+19
2009-07-15Update to xextproto 7.0.99.1.Peter Hutterer1-2/+1
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-3/+1
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade4-58/+58
2008-11-30Remove declarations of symbols that are never defined.Paulo Cesar Pereira de Andrade1-6/+0
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-5/+5
2008-11-28Make visible symbols required by xorg modules.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-27Export symbols required by the vesa and fbdev drivers.Paulo Cesar Pereira de Andrade2-20/+20
2008-11-25Warning fix.Adam Jackson1-3/+3
2008-03-01clean some "unused" warningsGeorge Sapountzis1-2/+1
2008-02-24Bug #13736: Fix %bx in VBEGetPixelClock to match spec.Adam Jackson1-2/+2
2007-11-02Don't filter modes away during VBE mode list construction.Adam Jackson1-28/+0
2007-06-27Add VBE PanelID support.Adam Jackson2-0/+86
2006-09-18Remove smashing of CFLAGS from server build.Keith Packard1-1/+1
2006-07-21Delete internal usage of the symbol ref/req lists.Adam Jackson2-23/+0
2006-07-21Remove RCS tags. Fix Xprint makefile braindamage.Adam Jackson4-4/+0
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
2006-06-05Ensure all *ModuleData symbols are marked _X_EXPORT. Start removingAdam Jackson1-8/+1
2006-03-10Coverity #1011: Remove a useless NULL check on a pVbe that had beenEric Anholt1-1/+1
2006-02-10Remove libcwrapper usage from xorg server modules. The libcwrapper is onlyEric Anholt2-2/+5
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-1/+1
2005-11-08See ChangeLog entry 2005-11-07 for details.Kean Johnson1-2/+1
2005-08-24Remove use of dix-config and xorg-config.h from public headers.Daniel Stone2-8/+0
2005-07-13Dear libtool: Loadable modules do not need version numbers. kthnxbye.Adam Jackson1-0/+1
2005-07-03Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.Daniel Stone5-0/+20