summaryrefslogtreecommitdiff
path: root/hw/vfb
AgeCommit message (Expand)AuthorFilesLines
4 daysos: unexport Os*() functionsEnrico Weigelt, metux IT consult1-0/+1
5 daysos: unexport command line args handling functionsEnrico Weigelt, metux IT consult1-0/+1
2024-03-03dix: unexport AddScreen() and AddGPUScreen()Enrico Weigelt, metux IT consult1-0/+3
2024-03-03consolidate MITSHM and HAS_SHM symbolsEnrico Weigelt, metux IT consult1-11/+11
2024-01-08Xvfb: Support up to 13 mouse buttonsLuke Dashjr1-4/+14
2023-12-17xvfb: Use RROutputSetPhysicalSize to set physical size of displayTwaik Yont1-1/+12
2021-10-27Remove autotools supportPovilas Kanapickas2-29/+0
2021-01-29mi: List extensions in usage messageOlivier Fourdan2-1/+3
2019-10-14Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235Michel Dänzer3-148/+4
2019-10-11vfb: add DRI3/glamor supportEmil Velikov3-2/+146
2019-10-11vfb: clarify code flow in vfbScreenInitEmil Velikov1-3/+3
2019-07-22Xvfb: set rotations ret valuePaolo Borelli1-0/+3
2019-07-17vfb: set gamma size to avoid xrandr to complain about it missingIgnacio Casal Quinteiro1-0/+3
2019-07-17vfb: factor out method to free a single screen infoIgnacio Casal Quinteiro1-20/+21
2019-07-17vfb: no need for else if we are returningIgnacio Casal Quinteiro1-2/+2
2019-02-25Add ddxInputThread call from os layer into ddx layerAlan Coopersmith1-0/+9
2018-10-25os: Factor out CHECK_FOR_REQUIRED_ARGUMENTSAdam Jackson1-7/+0
2018-09-28dix: Remove LegalModifier()Adam Jackson1-6/+0
2018-09-28dix: Merge AbortDDX into ddxGiveUpAdam Jackson1-6/+0
2018-09-28mi: Factor out miSaveScreenAdam Jackson1-8/+0
2018-04-24vfb: Fix man page in re depthAdam Jackson1-7/+6
2018-03-27meson: Install man pagesAdam Jackson1-0/+6
2018-03-27man: s/__/@/gAdam Jackson1-2/+2
2018-02-14miinitext: Load GLX on the mi pathAdam Jackson1-15/+0
2018-02-14glx: Use vnd layer for dispatch (v4)Adam Jackson2-1/+4
2017-09-20test: Add basic SYNC tests.Eric Anholt1-1/+1
2017-04-26Add a Meson build system alongside autotools.Eric Anholt1-0/+21
2017-03-27dix: Lift DPMS to a screen hookAdam Jackson1-1/+0
2017-02-28vfb: Bump default depth to 24Adam Jackson1-1/+1
2016-07-18Remove fd_set from Block/Wakeup handler APIKeith Packard1-2/+2
2016-03-23vfb: Re-add LD_EXPORT_SYMBOLS_FLAG to LDFLAGSAdam Jackson1-0/+1
2016-02-22dix: Add hybrid full-size/empty-clip mode to SetRootClipDaniel Stone1-2/+2
2015-12-09vfb: add randr support (v2)Siim Põder1-0/+123
2015-07-08xfixes: Unexport xfixes.hAdam Jackson1-1/+0
2015-04-21Convert hw/xnest & hw/vfb to new *allocarray functionsAlan Coopersmith1-4/+4
2014-10-08vfb: Don't reimplement micmap so muchAdam Jackson1-52/+3
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-5/+0
2014-03-27Build Xi/stubs.c once as a convenience library, rather than once for each DDX...Jon TURNEY1-2/+2
2014-03-27Build dpmsstubs.c once as a convenience library, rather than once for each DD...Jon TURNEY1-2/+2
2014-03-25miinitext: introduce LoadExtensionList() to replace over LoadExtension()Emil Velikov1-4/+1
2014-01-22hw/vfb: Rename screenInfo parameter to screen_infoKeith Packard1-9/+9
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-3/+3
2014-01-12vfb: Remove unused pXWDCmap variableKeith Packard1-2/+0
2012-11-21vfb: Initialize the GLX extension again.Raphael Kubo da Costa1-0/+19
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin2-2/+0
2012-07-10Replace NO_HW_ONLY_EXTS with Xorg DDX testDaniel Stone1-2/+0
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-5/+5
2012-05-24Xvfb: destroy the screen pixmap in CloseScreenJulien Cristau1-0/+7
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard2-454/+422