summaryrefslogtreecommitdiff
path: root/hw/kdrive/ephyr/ephyr_draw.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23kdrive: Drop kdrive-config.h.Eric Anholt1-2/+2
2017-03-23Xephyr: Handle source-only pictures in ephyrPrepare/DoneCompositeMichel Dänzer1-2/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-34/+42
2011-06-30Fix UTF-8 encodingMatěj Cepl1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-9/+9
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-3/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2010-01-06kdrive: Move Xephyr-specific fields out of KdScreenInfoMikhail Gusarov1-3/+4
2008-04-10Remove NDEBUG (assert() disable) define from the X Server.Eric Anholt1-1/+0
2007-09-26Xephyr: fix compiler warningsDodji Seketeli1-2/+2
2007-09-11Xephyr: fix compilation breakage.Dodji Seketeli1-1/+0
2006-04-26Add a helper for the Component Alpha Over case, which breaks the operationEric Anholt1-0/+6
2006-04-25Add an option to verify at the point of migration that pixmaps which aren'tEric Anholt1-0/+1
2006-04-18Missed in previous commit: Add a new migration scheme, called "Smart" forEric Anholt1-1/+1
2006-04-01Clean up warnings and a debug printf.Eric Anholt1-3/+2
2006-03-31Add an option to EXA for the DDX to request that EXA hide the pixmap'sEric Anholt1-4/+91
2006-03-30Add an UploadToScreen implementation, for testing PutImage support, andEric Anholt1-6/+53
2006-03-29Add a DownloadFromScreen implementation, used for testing GetImageEric Anholt1-0/+25
2006-03-10If fakexa is enabled, create a larger buffer in the Ximage, but keep theEric Anholt1-25/+5
2006-03-09Rearrange EXA driver structures so that there's a hope of maintaining ABIEric Anholt1-26/+38
2006-03-07Add appropriate MIT license. Oops.Eric Anholt1-0/+28
2006-03-07Add a new flag to ephyr, "-fakexa", which turns on an EXA accelerationEric Anholt1-0/+340