index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2005-05-02
Print correct logfile in FatalError message
sco_port_update-base
Alexander Gottwald
2
-2
/
+8
2005-05-02
Set stencil size for Xgl GLX visuals
David Reveman
1
-0
/
+1
2005-05-01
New algorithm for calculating glyph extents in Xgl
David Reveman
1
-32
/
+82
2005-04-27
Catch SIGCHLD in OsBlockSignals() too to make sure this signal doesn't
XORG-6_8_99_5
Egbert Eich
1
-0
/
+3
2005-04-27
Minor optimization
David Reveman
1
-0
/
+3
2005-04-27
Line drawing improvements to Xgl
David Reveman
6
-148
/
+472
2005-04-27
Fix typo
David Reveman
1
-12
/
+12
2005-04-26
Add glCopy operation and glPushAttrib/glPopAttrib support to Xgl GLX
David Reveman
1
-133
/
+747
2005-04-26
xc/programs/Xserver/Xprint/Init.c
Roland Mainz
2
-14
/
+16
2005-04-25
Add scissor based clipping to Xgl GLX
David Reveman
1
-78
/
+830
2005-04-25
Bug #2138: When the server is built with MakeDllModules YES, prefer
Adam Jackson
1
-40
/
+39
2005-04-25
Bug #2141: Rework misleading warning message when APM support is
Adam Jackson
1
-3
/
+3
2005-04-24
xc/config/cf/X11.tmpl
XORG-6_8_99_4
Roland Mainz
4
-1
/
+18
2005-04-23
//bugs.freedesktop.org/show_bug.cgi?id=3118) attachment #2525
Roland Mainz
1
-6
/
+0
2005-04-23
Bug #3016: Don't complain as loudly about failing to load a module that's
Adam Jackson
1
-3
/
+5
2005-04-23
Bug #3109: Handle R_ALPHA_BRSGP relocations in elfloader. (Sergey Tikhonov)
Adam Jackson
2
-0
/
+52
2005-04-22
Clean up formatting, projectroot substutition, and grammatical nits.
Alan Coopersmith
1
-13
/
+13
2005-04-22
Work around clash between Solaris headers and module loader headers over
Alan Coopersmith
1
-0
/
+4
2005-04-22
Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.
Adam Jackson
11
-481
/
+0
2005-04-22
Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
Adam Jackson
2
-0
/
+132
2005-04-22
Bug #2373: SGI Altix platform support. (Shrijeet Mukherjee, Jesse Barnes,
Adam Jackson
11
-30
/
+513
2005-04-21
Change xf86bigfont.h include to X11/extensions/xf86bigfont.h.
Daniel Stone
1
-2
/
+2
2005-04-21
Change keymap.h includes to X11/keymap.h
Daniel Stone
1
-2
/
+2
2005-04-20
Change dmxext.h and dmxproto.h to <X11/extensions/...>.
Daniel Stone
1
-2
/
+2
2005-04-20
Change "eviestr.h" to <X11/extensions/eviestr.h>.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Alexander Gottwald
6
-9
/
+9
2005-04-20
warning fix for Win32
Alexander Gottwald
1
-1
/
+1
2005-04-20
Change "xf86bigfstr.h" to <X11/extensions/xf86bigfstr.h> for includes.
Daniel Stone
1
-1
/
+1
2005-04-20
Add missing space after -query hostname
Alexander Gottwald
1
-0
/
+1
2005-04-20
Change xf86bigfstr.h to X11/extensions/xf86bigfstr.h for includes.
Daniel Stone
1
-2
/
+2
2005-04-20
Change xf86bigfont.h to X11/extensions/xf86bigfont.h for includes.
Daniel Stone
1
-2
/
+2
2005-04-20
Add glyphstr.h to includes.
Daniel Stone
1
-0
/
+1
2005-04-20
Conditionalise usage of Xprint functions and headers.
Daniel Stone
1
-1
/
+7
2005-04-20
Change keysymdef.h to X11/keysymdef.h for include statement.
Daniel Stone
1
-1
/
+1
2005-04-20
Change Xalloca.h to X11/Xalloca.h for include.
Daniel Stone
1
-1
/
+1
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
672
-1475
/
+1649
2005-04-19
Prevent recursive calls to winRaiseWindow.
Alexander Gottwald
2
-1
/
+10
2005-04-19
Hash texture objects and display lists in Xgl
David Reveman
4
-51
/
+910
2005-04-17
Added a log pring for the parameters
Bogdan Diaconescu
1
-0
/
+2
2005-04-17
Added new tuner FM1236MK3 PAL version
Bogdan Diaconescu
2
-15
/
+57
2005-04-17
This is the UDA1380 sound coder-decoder module
Bogdan Diaconescu
3
-0
/
+266
2005-04-16
Fix cases in Darwin build where a variable is declared static and later as
XORG-6_8_99_3
Torrey Lyons
1
-2
/
+0
2005-04-15
//bugs.freedesktop.org/show_bug.cgi?id=2885) attachment #2434
Roland Mainz
1
-2
/
+8
2005-04-15
Bug #2141: Rework misleading warning message when APM support is
Adam Jackson
1
-2
/
+1
2005-04-14
Bug #3025: gcc4 build fix.
Adam Jackson
1
-1
/
+1
2005-04-13
Add GLX code to Xgl
David Reveman
9
-167
/
+1723
2005-04-13
//bugs.freedesktop.org/show_bug.cgi?id=3001) attachment #2404
Roland Mainz
1
-18
/
+55
2005-04-11
update static file from pci.ids
Alan Hourihane
1
-804
/
+22703
2005-04-11
import latest pci.ids file
Alan Hourihane
1
-113
/
+502
2005-04-11
Reenable BackingStore in Xvfb.
Egbert Eich
1
-1
/
+1
[next]