index
:
~yselkowitz/xserver
cygwin
cygwin-patches-for-1.12
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.16
cygwin-release-1.7
cygwin-release-1.8
cygwin-release-1.9
master
mingw-patches-for-1.13
server-1.10-branch
server-1.11-branch
server-1.7-branch
server-1.8-branch
server-1.9-branch
work
Yaakov's Cygwin/X xserver repository
yselkowitz
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
ephyr
/
ephyr_draw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-34
/
+42
2011-06-30
Fix UTF-8 encoding
Matěj Cepl
1
-1
/
+1
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
1
-2
/
+2
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
1
-9
/
+9
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-3
/
+2
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-4
/
+4
2010-01-06
kdrive: Move Xephyr-specific fields out of KdScreenInfo
Mikhail Gusarov
1
-3
/
+4
2008-04-10
Remove NDEBUG (assert() disable) define from the X Server.
Eric Anholt
1
-1
/
+0
2007-09-26
Xephyr: fix compiler warnings
Dodji Seketeli
1
-2
/
+2
2007-09-11
Xephyr: fix compilation breakage.
Dodji Seketeli
1
-1
/
+0
2006-04-26
Add a helper for the Component Alpha Over case, which breaks the operation
Eric Anholt
1
-0
/
+6
2006-04-25
Add an option to verify at the point of migration that pixmaps which aren't
Eric Anholt
1
-0
/
+1
2006-04-18
Missed in previous commit: Add a new migration scheme, called "Smart" for
Eric Anholt
1
-1
/
+1
2006-04-01
Clean up warnings and a debug printf.
Eric Anholt
1
-3
/
+2
2006-03-31
Add an option to EXA for the DDX to request that EXA hide the pixmap's
Eric Anholt
1
-4
/
+91
2006-03-30
Add an UploadToScreen implementation, for testing PutImage support, and
Eric Anholt
1
-6
/
+53
2006-03-29
Add a DownloadFromScreen implementation, used for testing GetImage
Eric Anholt
1
-0
/
+25
2006-03-10
If fakexa is enabled, create a larger buffer in the Ximage, but keep the
Eric Anholt
1
-25
/
+5
2006-03-09
Rearrange EXA driver structures so that there's a hope of maintaining ABI
Eric Anholt
1
-26
/
+38
2006-03-07
Add appropriate MIT license. Oops.
Eric Anholt
1
-0
/
+28
2006-03-07
Add a new flag to ephyr, "-fakexa", which turns on an EXA acceleration
Eric Anholt
1
-0
/
+340