index
:
~alanh/xserver
master
alanh's xserver tree
alanh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-03
Fix bugs in support for new repeatTypes in XAA and EXA.
Eric Anholt
2
-2
/
+11
2006-07-03
Bug #7366: Fix crashes when setting filters on source pictures.
Eric Anholt
2
-7
/
+22
2006-07-03
Bug #7366: Fix two crashes in operations on source pictures.
Eric Anholt
2
-6
/
+16
2006-07-01
Missing close parenthesis in one of the setuid() fixes.
Rudo Thomas
1
-1
/
+1
2006-07-01
Merge branch 'origin'
Keith Packard
359
-1643
/
+1227
2006-07-01
Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap
Paul Mackerras
1
-14
/
+5
2006-06-30
Bug 7145: fix build with gcc 2.95 & other c89 compilers
Jens Granseuer
2
-4
/
+10
2006-06-29
Updated Solaris aperture driver to build on sun4v & amd64 kernels
Martin Bochnig
1
-170
/
+208
2006-06-27
Add damage tracking to GLX_EXT_tfp implementation.
Kristian Høgsberg
4
-43
/
+108
2006-06-27
Bump server release to 7.1.99.1.
Eric Anholt
1
-3
/
+3
2006-06-27
Fix MMX Saturate implementation.
Eric Anholt
1
-1
/
+1
2006-06-26
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Alan Coopersmith
14
-37
/
+129
2006-06-26
Free small, one-time memory leak in xdmcp -from handling
Peter Breitenlohner
1
-0
/
+4
2006-06-26
Move EXA_PM_IS_SOLID() to the public API, since drivers will want it frequently.
Eric Anholt
2
-8
/
+9
2006-06-24
Bug #6911: Check return value of exaGetPixelFromRGBA().
George Fufutos
1
-2
/
+6
2006-06-24
Bug #6818: Avoid infinite loop in exaLog2() with negative arguments.
Michel Dänzer
1
-1
/
+1
2006-06-24
Make sure <execinfo.h> is actually included when needed.
Michel Dänzer
1
-5
/
+1
2006-06-24
Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.
Michel Dänzer
1
-7
/
+30
2006-06-24
Fix byte swapping in some GLX requests.
Michel Dänzer
1
-2
/
+2
2006-06-23
Use correct OSNAME setting so we can find os-specific modules like libdrm.
Eric Anholt
1
-3
/
+3
2006-06-23
Remove the default case from fbcompose.c switches which should cover all cases.
Eric Anholt
2
-8
/
+4
2006-06-23
Add a manpage for EXA.
Eric Anholt
3
-0
/
+54
2006-06-22
Add kdrive servers to .gitignore
Adam Jackson
1
-0
/
+18
2006-06-22
Drop libz from the server's link line, it was only needed for LBX.
Adam Jackson
1
-1
/
+1
2006-06-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Adam Jackson
6
-9
/
+85
2006-06-21
Unbreak unbreaking the loader. Re-add the symbol reference lists so that the
Adam Jackson
9
-100
/
+2139
2006-06-21
Move Xserver internal API for appgroup from Xagsrv.h to appgroup.h
Alan Coopersmith
6
-9
/
+85
2006-06-21
fix a number of compiler warnings in os/*
Greg Kroah-Hartman
4
-3
/
+15
2006-06-21
add some function prototypes to hw/xprint/DiPrint.h as they are exported
Greg Kroah-Hartman
1
-0
/
+5
2006-06-21
fix compiler warning in dix/xpstubs.c when XPRINT is not defined
Greg Kroah-Hartman
1
-0
/
+3
2006-06-21
Fix #2488 for fb too: sample pixel center when transforming.
Kristian Høgsberg
1
-6
/
+15
2006-06-21
Bug 4320: Fastpath corner case improvement for Composite.
Matthias Hopf
1
-1
/
+4
2006-06-20
Move Xserver API for security extension to securitysrv.h
Alan Coopersmith
16
-31
/
+17
2006-06-20
Move Xserver API for security extension to securitysrv.h
Alan Coopersmith
1
-0
/
+133
2006-06-20
Don't add -ldl to XORG_LIBS if it's not needed for dlopen
Alan Coopersmith
1
-1
/
+4
2006-06-20
Delete code that's been inside #if 0 since X11R6.7.
Alan Coopersmith
1
-18
/
+0
2006-06-20
Check setuid() return value. Bugzilla #7116.
Matthieu Herrb
4
-10
/
+26
2006-06-19
Pull over convolution filter fixes from xgl-0-0-1 branch.
Kristan Høgsberg
1
-2
/
+7
2006-06-19
Tell git to ignore emacs *~ droppings and git .msg files
Alan Coopersmith
1
-0
/
+2
2006-06-19
Fix crash when using PICT_x4a4 by supplying an appropriate fbFetchPixel_x4a4.
Eric Anholt
1
-0
/
+9
2006-06-19
Clean up gcc warnings from picture format CARD32 -> enum change.
Eric Anholt
1
-0
/
+50
2006-06-19
Don't forget to step the rows when verifying the equivalence of fb/sys areas.
Eric Anholt
1
-0
/
+2
2006-06-19
Correct component ordering when fetching [ax]4b4g4r4 pixels.
Eric Anholt
1
-10
/
+10
2006-06-19
Convert PICT_* names from #defines to an enum to aid in debugging.
Eric Anholt
2
-43
/
+45
2006-06-19
update .gitignore to handle Xprint move
Greg Kroah-Hartman
1
-6
/
+6
2006-06-19
fix compiler warnings in hw/xfree86/i2c/fi1236.c
Greg Kroah-Hartman
2
-3
/
+6
2006-06-19
fix compiler warning in hw/xfree86/i2c/tda9850.c
Greg Kroah-Hartman
1
-1
/
+1
2006-06-19
fix compiler warning in hw/vfb/InitOutput.c
Greg Kroah-Hartman
1
-0
/
+2
2006-06-19
fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c
Greg Kroah-Hartman
1
-2
/
+2
2006-06-19
fix compiler warnings in XTrap/xtrapdi.c
Greg Kroah-Hartman
1
-5
/
+5
[next]