summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyrglxext.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28xephyr: Remove DRI1Adam Jackson1-854/+0
2015-09-21ephyr: move host_has_extension() implementation to hostx.cLaƩrcio de Sousa1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2013-09-03ephyr: Expose a single function for detecting extensions.Eric Anholt1-1/+2
2013-09-03Xephyr: move glx code to xcbJulien Cristau1-7/+4
2012-09-25Add glXCreateNewContext support in Xephyr #54798Frederic Plourde1-1/+62
2012-09-25Xephyr: GLX: Support MakeContextCurrent and MakeCurrentReadSGIDaniel Stone1-18/+98
2012-07-09ephyrGLXQueryServerString: Stop making an unused copy of server_stringAlan Coopersmith1-11/+1
2012-07-09Use C99 designated initializers in Xephyr RepliesAlan Coopersmith1-29/+41
2012-07-09Use temporary variables instead of parts of reply structuresAlan Coopersmith1-1/+3
2012-07-09Remove unneccesary casts from WriteToClient callsAlan Coopersmith1-7/+7
2012-03-21Introduce a consistent coding styleKeith Packard1-358/+346
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-5/+5
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-16/+12
2008-05-21Fix up paths for GL/glx -> glx renamingDan Nicholson1-4/+4
2008-04-23xephyr: XEPHYR_DRI is identical to XF86DRIGeorge Sapountzis1-5/+0
2008-02-21[Xephyr/GL] don't crash when the host returns a NULL server stringDodji Seketeli1-2/+12
2007-10-03Xephyr: port XV/GL stuff of the new multiscreen architectureDodji Seketeli1-2/+15
2007-10-02Xephyr: check presence of extensions in host XDodji Seketeli1-1/+6
2007-10-02Xephyr: better error handling in GLX forwardingDodji Seketeli1-4/+12
2007-10-02Xephyr: Make glxinfo work on the ATI R200 free driver.Dodji Seketeli1-1/+316
2007-10-02proxy the glXGetFBConfigSGIX callDodji Seketeli1-5/+95
2007-10-02XEPHYR: more GLX/DRI proxying work.Dodji Seketeli1-0/+291