summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyrdriext.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28xephyr: Remove DRI1Adam Jackson1-1376/+0
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaƩrcio de Sousa1-2/+2
2015-04-21Convert hw/kdrive to new *allocarray functionsAlan Coopersmith1-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-01-22kdrive/ephyr: Remove extra 'i' variable in ProcXF86DRIGetDrawableInfoKeith Packard1-1/+0
2013-10-14Fix Xephyr compilation when DEBUG is enabledMichele Baldessari1-1/+1
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt1-2/+5
2013-08-21ephyr: Fix warning about XID vs unsigned long * by changing function argsEric Anholt1-3/+1
2013-08-21ephyr: Drop is_ok logging.Eric Anholt1-15/+4
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-09-20dix: Pull client-is-local flag up to the ClientRecAdam Jackson1-2/+2
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith1-55/+58
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-6/+8
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-13/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-755/+725
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-09-21Use internal temp variable for swap macrosMatt Turner1-14/+10
2011-08-09Xephyr/dri: register screen and window privates on initJulien Cristau1-0/+4
2010-12-01Fix screen number checks.Cyril Brulebois1-1/+1
2010-09-28xserver: delete pervasively use of DISPATCH_PROCTiago Vignatti1-76/+59
2010-06-30Xephyr: fix memory leak in XF86DRIOpenConnectionJulien Cristau1-1/+2
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard1-4/+4
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-9/+9
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-12/+12
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-12/+9
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-0/+4
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer1-4/+4
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith1-1/+1
2009-07-14ephyr: switch to byte counting functionsPeter Hutterer1-7/+7
2009-06-11KDrive: Xephyr: DRI: Warning fixesDaniel Stone1-22/+22
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-2/+4
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-11/+1
2008-07-23[Xephyr] various X86_64 build cleanupsDodji Seketeli1-14/+13
2008-04-23xephyr: XEPHYR_DRI is identical to XF86DRIGeorge Sapountzis1-4/+0
2008-02-21[Xephyr/GL] properly route expose event on GL drawablesDodji Seketeli1-4/+20
2008-01-15Removed some warnings.Tiago Vignatti1-1/+1
2007-12-13devPrivates rework: more cleanup from previous merge operation.Eamon Walsh1-32/+11
2007-10-03Xephyr: port XV/GL stuff of the new multiscreen architectureDodji Seketeli1-5/+8
2007-10-02Xephyr: check presence of extensions in host XDodji Seketeli1-0/+10
2007-10-02Xephyr: fix a clipping issue xephyr-driDodji Seketeli1-23/+25
2007-10-02Xephyr: properly clip GL drawables in XephyrDodji Seketeli1-35/+125
2007-10-02Xephyr: make accelerated glxgears work in XephyrDodji Seketeli1-39/+656
2007-10-02Xephyr: fix a host X hang.Dodji Seketeli1-4/+5
2007-10-02Xephyr: Make glxinfo work on the ATI R200 free driver.Dodji Seketeli1-18/+17
2007-10-02XEPHYR: more GLX/DRI proxying work.Dodji Seketeli1-171/+202