summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-08Xspice: vdagent{,d} launching supportwip/vdagent-xspiceAlon Levy1-2/+41
2013-09-08Xspice: require display parameter, and set if earlier in environmentAlon Levy1-1/+4
2013-09-08Xspice: correct doc stringAlon Levy1-1/+1
2013-09-08Xspice: use subprocess.Popen, nicer cleanup of files/processesAlon Levy1-6/+22
2013-09-08xspice: add uinput support to vdagent supportAlon Levy6-0/+140
2013-09-08xspice: add vdagent supportAlon Levy5-0/+187
2013-09-08qxl_option_helpers: add required includesAlon Levy1-0/+2
2013-09-08spiceqxl_inputs: expose buttons & position api for agent usageAlon Levy2-16/+27
2013-09-08xspice: zero memory on allocation, fix uninitialized use (valgrind reported)Alon Levy1-3/+3
2013-09-08qxl_driver: fix build for XspiceAlon Levy1-1/+5
2013-09-08xspice: support sending monitors configAlon Levy3-2/+19
2013-09-08fix a bunch of warnings - unused variables, lables, codeAlon Levy2-33/+1
2013-07-09qxl: drop GPL code from qxl driverDave Airlie4-223/+2
2013-07-03qxl: Report actual module versionCole Robinson1-1/+1
2013-07-03qxl: add uevent handler supportDave Airlie5-1/+94
2013-07-01spiceqxl_main_loop: fix use of watch after removalAlon Levy1-1/+1
2013-06-29qxl: fix issue with resizing dev_image improperlyDave Airlie1-2/+1
2013-05-28qxl: fix 32-bit mmapsDave Airlie1-0/+1
2013-05-23qxl: don't enable kms unless we can find qxl_drm.hDave Airlie1-5/+14
2013-05-14qxl/kms: recreate the host image upon resizeDave Airlie1-0/+4
2013-05-09qxl: add KMS support v1.2Dave Airlie11-82/+1959
2013-05-04Set -noreset on invocationJeremy White1-0/+3
2013-05-04Modify X interfaces to better enable Xorg resets.Jeremy White3-2/+19
2013-04-02When DebugRenderFallbacks is turned on, print debug spew in many casesSøren Sandmann Pedersen1-9/+56
2013-04-02Add new DebugRenderFallbacks optionSøren Sandmann Pedersen2-6/+10
2013-03-27Make the Deferred FPS mode available in all cases, not just XSPICE.Jeremy White6-43/+70
2013-03-21Eliminate gcc warning "initialization discards 'const' qualifier from pointer...Jeremy White2-18/+32
2013-03-21Eliminate a gcc "cast discards '__attribute__((const))'" warningJeremy White2-2/+2
2013-03-21Actually request the forcibly inline functions to be inline.Jeremy White1-4/+4
2013-03-21Eliminate a printf format warning on 32 bit systems.Jeremy White1-2/+2
2013-03-21Document a meaningful warning.Jeremy White1-0/+2
2013-03-21Removed unused local variablesJeremy White2-2/+0
2013-03-21Eliminate gcc warning on duplicate use of ARRAY_SIZE by Xorg.Jeremy White2-6/+6
2013-03-21More correctly signal that we only want the first head connected at start.Jeremy White2-11/+1
2013-03-19Add an example stanza for the FIFO dir logic.Jeremy White1-0/+5
2013-03-19Implement sending audio to the client from a directory of FIFO queuesAndrew Eikum5-1/+399
2013-03-15Add a --xsession option, to allow for an automatic start of an xsession scriptJeremy White1-5/+23
2013-03-15Enable the deferred-fps and exit-on-disconnect optionsJeremy White1-4/+12
2013-03-15Add a '--auto' flag to create a temporary xorg.conf file.Jeremy White1-1/+60
2013-03-15Consolidate and document the missing parametersJeremy White1-3/+12
2013-03-15Add missing options to the example xorg.conf file.Jeremy White1-0/+16
2013-03-15Handle cache and surface options the same way we handle all options.Jeremy White2-6/+18
2013-03-12Initialize our update region at surface creation, avoids 0 size regionsJeremy White1-0/+1
2013-03-12We're uploading a drawable from the primary surface, use it.Jeremy White1-1/+1
2013-03-12qxl: drop pointless and wrong memset.Dave Airlie1-1/+0
2013-03-06qxl: use u64_to_pointer to avoid warnings when building on i686Dave Airlie1-1/+1
2013-03-06qxl: fix xspice build due to missing include.Dave Airlie1-0/+3
2013-03-06qxl: fix build in kojiDave Airlie3-7/+7
2013-03-06qxl: separate surface ums code out into separate fileDave Airlie4-851/+890
2013-03-06qxl: abstract object allocation away from surface/image/cursor codeDave Airlie8-232/+604