index
:
~jeremyhu/xserver
PR-290
PR-290-1.9
PR-486
bus-cleanup
darwin-xfree86
for-keith
master
puntage
server-1.10-apple
server-1.11-apple
server-1.12-apple
server-1.13-apple
server-1.13-apple-indent
server-1.13-apple-pre-indent
server-1.13-branch
server-1.14-apple
server-1.14-branch
server-1.15-apple
server-1.15-branch
server-1.16-apple
server-1.16-branch
server-1.17-apple
server-1.17-branch
server-1.18-apple
server-1.4-apple
server-1.5-apple
server-1.6-apple
server-1.7-apple
server-1.8-apple
server-1.9-apple
xquartz-composite
XQuartz feature work
jeremyhu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-27
fb: Move fbStipple*Bits near their only consumer
Adam Jackson
4
-121
/
+111
2014-10-27
fb: Remove even/odd stipple slow-pathing
Adam Jackson
7
-460
/
+60
2014-10-27
fb: FB_SHIFT is 5 (and FB_UNIT is 32)
Adam Jackson
9
-723
/
+9
2014-10-27
fb: Eliminate fbLaneTable, staticize fb{8,16,32}Lane
Adam Jackson
2
-22
/
+15
2014-10-27
mi: Fold micursor.c into mipointer.c
Adam Jackson
3
-69
/
+14
2014-10-27
mi: Fold mipolyutil.c into mipoly.c
Adam Jackson
4
-387
/
+285
2014-10-27
mi: Fold mipoly{con,gen}.c into mipoly.c
Adam Jackson
5
-471
/
+329
2014-10-27
mi: Fold mifpolycon.c into miarc.c
Adam Jackson
7
-294
/
+205
2014-10-27
mi: Fold mispans.c into miwideline.c
Adam Jackson
6
-613
/
+518
2014-10-27
mi: Unexport arc fill implementation details
Adam Jackson
3
-12
/
+3
2014-10-27
mi: Unexport subpixel polygon implementation details
Adam Jackson
2
-10
/
+9
2014-10-27
mi: Unexport span group implementation details
Adam Jackson
2
-13
/
+9
2014-10-27
mi: Unexport polygon edge table implementation details
Adam Jackson
1
-13
/
+10
2014-10-27
mi: Unexport wide line details
Adam Jackson
4
-31
/
+5
2014-10-26
glamor: Free converted bits in _glamor_upload_bits_to_pixmap_texture fast path
Keith Packard
1
-37
/
+36
2014-10-26
glamor: Don't free memory we are going to use.
Andreas Hartmetz
1
-1
/
+1
2014-10-23
If fork fails in System(), don't fallthrough to exec()
Alan Coopersmith
1
-0
/
+1
2014-10-23
Allocate enough room for both reset & flags attributes
Alan Coopersmith
1
-1
/
+3
2014-10-23
mi: Mark the span blit routines as _X_COLD
Adam Jackson
2
-8
/
+7
2014-10-23
Merge remote-tracking branch 'ajax/xwin'
Keith Packard
22
-3765
/
+4
2014-10-23
render: Always store client clip as a region
Adam Jackson
6
-43
/
+13
2014-10-23
xinerama: Fix access mode in GetImage's drawable lookup
Adam Jackson
1
-1
/
+1
2014-10-22
Xephyr: option to disable grabbing the host
William ML Leslie
3
-3
/
+18
2014-10-09
configure.ac: Force --disable-libdrm on Cygwin
Jon TURNEY
1
-0
/
+1
2014-10-09
configure.ac: Avoid "Your OS is unknown" warning when configuring for Cygwin
Jon TURNEY
1
-2
/
+4
2014-10-09
hw/xwin: Fix unused variable warning in winCreateMsgWindow()
Jon TURNEY
1
-2
/
+1
2014-10-09
hw/xwin: Fix redundant declaration warning in winprefslex.l
Jon TURNEY
1
-2
/
+0
2014-10-09
hw/xwin: Fix warning in yyerror()
Jon TURNEY
1
-2
/
+1
2014-10-09
hw/xwin: Fix const warning in winPrefsLoadPreferences()
Jon TURNEY
1
-1
/
+1
2014-10-09
hw/xwin: Fix const warnings in winprefsyacc.y
Jon TURNEY
1
-4
/
+4
2014-10-09
hw/xwin: Fix const warning in winCheckDisplayNumber()
Jon TURNEY
1
-1
/
+1
2014-10-09
hw/xwin: Fix warning in winXIconToHICON()
Jon TURNEY
1
-1
/
+1
2014-10-09
hw/xwin: Fix format warnings with debug printing of pointers on 64-bit
Jon TURNEY
8
-17
/
+17
2014-10-09
hw/xwin: Fix warnings in glx/glshim.c
Jon TURNEY
1
-0
/
+3
2014-10-09
hw/xwin: Fix compilation with -Werror=declaration-after-statement
Jon TURNEY
1
-1
/
+2
2014-10-09
hw/xwin: Fix compilation with -Werror=return-type
Jon TURNEY
1
-1
/
+1
2014-10-09
glx: check return from __glXGetAnswerBuffer
Keith Packard
2
-0
/
+51
2014-10-09
Merge remote-tracking branch 'ajax/dead-code'
Keith Packard
7
-217
/
+51
2014-10-09
Merge remote-tracking branch 'ajax/mi-cleanup'
Keith Packard
38
-437
/
+211
2014-10-09
Merge remote-tracking branch 'anholt/modesetting-glamor'
Keith Packard
6
-1526
/
+1678
2014-10-09
Use unique display name for each xi2 test program [v3]
Alan Coopersmith
3
-1
/
+22
2014-10-09
misc: Fold together some redundant conditionals
Adam Jackson
3
-41
/
+33
2014-10-09
fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}Window
Adam Jackson
4
-8
/
+8
2014-10-09
mi: miSlideAndSizeWindow -> miResizeWindow
Adam Jackson
3
-10
/
+9
2014-10-09
dix: Remove an obfuscatory macro
Adam Jackson
1
-4
/
+1
2014-10-09
dix: Remove some pointless casting of NULL
Adam Jackson
1
-13
/
+10
2014-10-09
dix: Remove an empty if
Adam Jackson
1
-2
/
+0
2014-10-09
dix: Lower backStorage to a bit instead of a pointer
Adam Jackson
4
-5
/
+5
2014-10-09
dix: Remove DIXsaveUnder bit from the Window
Adam Jackson
2
-2
/
+0
2014-10-09
mi: Move pScreen->SendGraphicsExpose up to dix
Adam Jackson
7
-72
/
+58
[prev]
[next]