summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-05gitlab CI: ensure libtool is installed in build containerHEADmasterAlan Coopersmith1-3/+3
2023-01-24qxl 0.1.6xf86-video-qxl-0.1.6Peter Hutterer1-1/+1
2022-04-12Default to one head if there is no NUM_HEADS optionJoachim Breuer1-0/+4
2022-04-12Initialize pScrn->{width, height} from primaryJoachim Breuer1-2/+2
2022-04-12fix pScrn->modes == NULL in xf86InitViewport()Joachim Breuer1-1/+1
2022-04-06configure: Simplify fragile libdrm detectionAdam Jackson1-7/+1
2022-04-06gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith1-1/+1
2022-02-19uxa: Convert source files from ISO-8859-1 to UTF-8Alan Coopersmith2-3/+3
2022-02-19gitlab CI: add a basic build testAlan Coopersmith1-0/+98
2022-02-06Fix a build error with Xorg masterZoltán Böszörményi2-9/+10
2022-01-23Fix spelling/wording issuesAlan Coopersmith2-2/+2
2022-01-23Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
2020-02-05qxl: Include only the dpms headers we needAdam Jackson1-6/+0
2019-04-06Correct a long standing led state bug in XSpice.Jeremy White1-1/+3
2018-12-06Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
2018-11-18Update README for gitlab migrationAlan Coopersmith3-27/+18
2018-11-16qxl: Initialize prev field while dup surface listVictor Toso1-0/+1
2018-11-13Make output names match modesetting driverJonathon Jongsma1-16/+19
2018-11-13Make output name numbering 1-basedJonathon Jongsma1-2/+1
2017-06-19qxl: call provider initDave Airlie1-0/+3
2017-06-13modesetting: Validate the atom for enum propertiesAdam Jackson1-1/+2
2017-04-07Make some variables staticFrediano Ziglio6-6/+6
2017-04-07Make some function staticFrediano Ziglio4-6/+4
2017-04-06Spelling and typo fixes in some commentsFrancois Gouget7-10/+10
2017-04-06Spelling fixes in the READMEs and configuration samplesFrancois Gouget3-3/+3
2017-02-08Xspice: Fix Python3 str() vs bytes() confusionChristophe Fergeau1-1/+1
2017-02-08Xspice: Remove extra space before assignmentChristophe Fergeau1-2/+2
2017-02-08Xspice: Use print("") instead of print ""Christophe Fergeau1-8/+8
2016-12-19NEWS: Xspice now works with X.org 1.19xf86-video-qxl-0.1.5Christophe Fergeau1-1/+1
2016-12-19Revert "Remove unused 'event_mask' field"Christophe Fergeau1-2/+5
2016-12-19Remove unused 'event_mask' fieldChristophe Fergeau1-5/+2
2016-12-19Xspice: Replace malloc/strdup use with xnfalloc/xnfstrdupChristophe Fergeau3-9/+9
2016-12-19xspice: Adjust to X.org 1.19 changesChristophe Fergeau2-11/+89
2016-12-12build-sys: Update for 0.1.5 releaseChristophe Fergeau2-1/+14
2016-12-12spiceqxl: Improve the Xspice and Xorg configuration option descriptionsFrancois Gouget2-118/+143
2016-12-12build: Error out when enabling xspice with X.Org 1.19Christophe Fergeau1-2/+6
2016-12-12Fix "calles" typo in commentChristophe Fergeau1-1/+1
2016-12-12Disable composite/a8 surfaces for KMSDave Airlie1-0/+8
2016-12-12Disable surfaces when KMS is usedDave Airlie1-0/+2
2016-11-02spiceqxl: Remove an unused macroFrancois Gouget1-11/+0
2016-10-04Fix crash caused by attempting to access the screen pixmap before it is createdHans de Goede3-3/+5
2016-08-30Check for either xfont.pc or xfont2.pcOwen W. Taylor2-2/+16
2016-07-07Xspice: Add --video-codecs to specify encoder and codec preferencesFrancois Gouget1-1/+2
2016-07-07spiceqxl: Add SpiceVideoCodecs to specify video codec preferenceFrancois Gouget4-0/+25
2016-04-06xspice: Don't create Xorg time in timer_addChristophe Fergeau1-2/+2
2016-03-24spiceqxl_audio: Stop the playback channel if there is nothing to playFrancois Gouget1-7/+21
2016-03-24spiceqxl_audio: Only start the playback channel when fifos are presentFrancois Gouget1-12/+23
2016-03-24spiceqxl_audio: Fix a race condition in the audio playbackFrancois Gouget1-25/+22
2016-03-24spiceqxl_audio: Only condense the fifo list when one has been closedFrancois Gouget1-23/+33
2016-03-24spiceqxl_audio: Let the audio play when no client is connectedFrancois Gouget1-12/+24