summaryrefslogtreecommitdiff
path: root/hw/kdrive
AgeCommit message (Expand)AuthorFilesLines
2013-09-09kdrive: fix build error on gcc 4.8 for out-of-bounds array accessChris Clayton1-1/+1
2013-05-14ephyr: Fix crash on 24bpp host framebufferDaniel Martin3-6/+9
2012-12-05Fix formatting of address operatorsYaakov Selkowitz6-20/+20
2012-11-21Ephyr: Find the right host screen when embeddedSjoerd Simons1-1/+3
2012-10-07Revert "kinput: allocate enough space for null character."Julien Cristau1-1/+1
2012-10-04Merge remote-tracking branch 'daniels/master'Keith Packard3-48/+261
2012-09-25Add glXCreateNewContext support in Xephyr #54798Frederic Plourde3-17/+107
2012-09-25Xephyr: GLX: Support MakeContextCurrent and MakeCurrentReadSGIDaniel Stone3-31/+154
2012-09-24Merge remote-tracking branch 'ajax/server-1.14-abi-churn'Keith Packard1-2/+2
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin1-1/+0
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2012-08-06Fix up formatting of initializers for arrays of structsAlan Coopersmith2-27/+26
2012-08-06kinput: allocate enough space for null character.Dave Airlie1-1/+1
2012-08-06ephyr: Resize screen automatically when parent window is resizedVic Lee3-8/+82
2012-08-06ephyr: Fix up some bizarre formattingAdam Jackson1-1/+4
2012-07-10GLX: Remove unused noGlxVisualInitDaniel Stone2-16/+1
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-1/+0
2012-07-09Xv: Remove excessive module-induced indirectionTomas Carnecky1-4/+4
2012-07-09Move Xv and XvMC from extmod to built-inTomas Carnecky1-4/+0
2012-07-09ephyrGLXQueryServerString: Stop making an unused copy of server_stringAlan Coopersmith1-11/+1
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith2-84/+99
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith2-7/+11
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith3-21/+20
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer2-52/+12
2012-07-03Drop custom sigio block/unblock functions from kdrive, ephyr and dmxPeter Hutterer2-52/+12
2012-06-20kdrive: adjust BlockHandler/WakeupHandler to new APIPeter Hutterer2-7/+4
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie4-11/+11
2012-05-14kdrive: Remove redundant declarations.Michal Suchanek2-5/+0
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-22Change lastDeviceIdleTime to be per-devicePeter Hutterer1-1/+2
2012-03-21Introduce a consistent coding styleKeith Packard51-11663/+11012
2012-01-12Revert "dix: Pull client-is-local flag up to the ClientRec"Keith Packard1-2/+2
2012-01-06dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2011-12-19kdrive/linux: Fix compilation with -Werror=int-to-pointer-cast -Werror=pointe...Jeremy Huddleston3-7/+7
2011-12-12Remove duplicate declarations of KdAdd*Driver in kdrive.hAlan Coopersmith1-6/+0
2011-12-12KdParseFindNext: Constify delim argumentAlan Coopersmith2-2/+2
2011-12-12Convert KdDoSwitchCmd to use asprintf instead of malloc/strcat/etc.Alan Coopersmith1-9/+4
2011-12-07Merge remote-tracking branch 'airlied/reviewed-fixes'Keith Packard1-6/+0
2011-12-06kdrive: drop screen crossing code.Dave Airlie1-6/+0
2011-12-05Fix builds of Xnest & Xephyr with Solaris Studio compilersAlan Coopersmith1-0/+5
2011-11-23Convert a bunch of sprintf to snprintf callsAlan Coopersmith2-5/+6
2011-11-23Convert some malloc + strncpy pairs into strndup callsAlan Coopersmith1-3/+1
2011-10-25kdrive: check for null memory, fix OOBPeter Hutterer1-1/+7
2011-10-25input: switch InputOption to use XF86OptionRec storage.Peter Hutterer1-4/+5
2011-10-25kdrive: switch to new InputOption API.Peter Hutterer1-60/+72
2011-10-10Xephyr: Remove socket and its lock file on exitJeremy Huddleston1-0/+11
2011-10-06Man page syntax and spelling fixes.Ville Skyttä1-16/+16
2011-10-03kdrive: Fix build for opaque InputOption structure.Jamey Sharp1-11/+1
2011-09-21Use internal temp variable for swap macrosMatt Turner2-15/+11
2011-08-09Xephyr/dri: register screen and window privates on initJulien Cristau1-0/+4