summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyrvideo.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-06-15kdrive: Simplify the adaptor setup interface.Eric Anholt1-18/+2
2014-06-15kdrive: Remove dead generic XV adaptors code.Eric Anholt1-5/+1
2014-06-15kdrive: Do a little more cleanup from the XV struct deduplication.Eric Anholt1-5/+5
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-20/+20
2013-09-03ephyr: Garbage collect some dead XV clipping code.Eric Anholt1-113/+4
2013-09-03ephyr: Remove the remaining bits of host/server XV split.Eric Anholt1-16/+32
2013-09-03ephyr: Remove the host/server split of the actual XV video operations.Eric Anholt1-34/+137
2013-09-03ephyr: Remove another host/server split for XV image formats.Eric Anholt1-7/+56
2013-09-03ephyr: Remove the host/server split for video encodings.Eric Anholt1-25/+39
2013-09-03ephyr: Remove the host/server split for XV formats.Eric Anholt1-7/+15
2013-09-03ephyr: Remove the host/server split for XV attributes.Eric Anholt1-51/+86
2013-09-03ephyr: Remove the host/server split for XV adaptors.Eric Anholt1-16/+28
2013-09-03ephyr: Refactor XV adaptor feature detection.Eric Anholt1-31/+17
2013-09-03ephyr: Remove some pointless indirection in the XV code.Eric Anholt1-16/+7
2013-09-03ephyr: Drop dead ephyrHostAtomToLocal code.Eric Anholt1-34/+0
2013-09-03Xephyr: use xcb-xv instead of libXvJulien Cristau1-21/+24
2013-03-06xephyr: fix "set but not used warnings"Peter Hutterer1-24/+0
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-1/+1
2012-03-21Introduce a consistent coding styleKeith Packard1-814/+759
2010-06-05Rename region macros to eliminate screen argumentKeith Packard1-8/+8
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-01-06kdrive: Remove unused overlay fb supportMikhail Gusarov1-1/+1
2010-01-01Do not check xfree argument for NULLMikhail Gusarov1-12/+7
2009-02-03Constify atom name stringsAlan Coopersmith1-1/+1
2008-07-23[Xephyr] various X86_64 build cleanupsDodji Seketeli1-2/+2
2007-10-03Xephyr: port XV/GL stuff of the new multiscreen architectureDodji Seketeli1-9/+33
2007-10-02Xephyr: make accelerated glxgears work in XephyrDodji Seketeli1-0/+2
2007-10-02Implement ReputImage and StopVideoDodji Seketeli1-6/+175
2007-10-02Ephyr-Xv: add a new line to a logDodji Seketeli1-1/+1
2007-10-02Xephyr-Xv: fix a crash when host X support several portsDodji Seketeli1-5/+14
2007-10-02Support clipping region in PutImage.Dodji Seketeli1-22/+4
2007-10-02make EphyrXVPriv be a singletonDodji Seketeli1-7/+15
2007-10-02add [Get/Put]Video and [Get/Put]Still supportDodji Seketeli1-47/+245
2007-10-02advertise only the hooks implemented by host XDodji Seketeli1-1/+83
2007-10-02don't crash when hostX reports an error.Dodji Seketeli1-62/+123
2007-10-02first implementation of putimageDodji Seketeli1-1/+88
2007-10-02make properties setting/query code work and hopefully complete.Dodji Seketeli1-7/+119
2007-10-02implement setportattribute and getportattribute callsDodji Seketeli1-35/+105
2007-10-02make xvinfo workDodji Seketeli1-8/+11
2007-10-02link and init xvDodji Seketeli1-1/+1
2007-10-02initial commit of xv support workDodji Seketeli1-1/+0
2007-10-02works with no adaptorsDodji Seketeli1-9/+13
2007-10-02link and init xvDodji Seketeli1-35/+55
2007-10-02initial commit of xv support workDodji Seketeli1-0/+448