index
:
~jcristau/xserver
addresources
for-keith
hurd-fixes
libudev
libudev+inputclass
server-1.12-branch
server-1.7-branch
xephyr-xcb
Unnamed repository; edit this file to name it for gitweb.
jcristau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-04
Look for ModuleData only in appropriate library
Michal Srb
3
-1
/
+8
2012-07-04
Merge branch 'sigio-vt-switch-issues' into for-keith
Peter Hutterer
10
-132
/
+51
2012-07-04
xfree86: fix use-after-free issue in checkInput
Peter Hutterer
1
-0
/
+1
2012-07-03
Drop custom sigio block/unblock functions from kdrive, ephyr and dmx
Peter Hutterer
5
-88
/
+24
2012-07-03
xfree86: drop ddx-specific SIGIO blocking
Peter Hutterer
5
-30
/
+25
2012-07-03
xfree86: use OsBlockSIGIO from the ddx
Peter Hutterer
1
-15
/
+2
2012-07-02
Merge branch 'sigsafe-logging-varargs'
Keith Packard
6
-14
/
+19
2012-07-02
Bump to ABI_XINPUT_VERSION 18
Peter Hutterer
1
-1
/
+1
2012-07-02
xfree86: constify InputDriverPtr->driverName and default_options
Peter Hutterer
1
-2
/
+2
2012-07-02
xfree86: constify InputInfoPtr->type_name
Peter Hutterer
1
-1
/
+1
2012-07-02
Log in OsVendorFatalError() in a signal safe manner
Chase Douglas
1
-7
/
+7
2012-07-02
Log in LoaderUnload() in a signal safe manner
Chase Douglas
1
-1
/
+1
2012-07-02
Log in UnloadModuleOrDriver() in a signal safe manner
Chase Douglas
1
-2
/
+3
2012-07-02
Enable no-undefined symbols mode in Solaris builds if -z parent is in ld
Alan Coopersmith
1
-3
/
+3
2012-07-02
Add pixman to module dependencies for pixman_region_* functions
Alan Coopersmith
3
-3
/
+4
2012-07-02
Build tda9885.c functions into fi1236 to avoid libtool relinking problems
Alan Coopersmith
1
-4
/
+1
2012-06-28
dix/render: consolidate window format matching code.
Dave Airlie
1
-23
/
+1
2012-06-28
dri2: Fix authentication for < v8 clients (v2).
Christopher James Halse Rogers
1
-4
/
+4
2012-06-22
xfree86: always enable SIGIO on OsVendorInit (#50957)
Peter Hutterer
1
-0
/
+1
2012-06-21
hw/xwin/glx: Fix glxWinCreateContext() function pointer mismatch
Jon TURNEY
1
-2
/
+5
2012-06-21
hw/xwin/glx: Update gen_gl_wrappers.py for the current glx/dispatch.h
Jon TURNEY
1
-1
/
+1
2012-06-21
hw/xwin/glx: Blacklist 'GDI generic' GL renderer
Jon TURNEY
1
-12
/
+21
2012-06-21
hw/xwin/glx: Fix glxLogExtensions to handle a null string without crashing
Jon TURNEY
1
-1
/
+3
2012-06-21
hw/xwin/glx: Create a new dispatch table rather than modifying the existing one
Jon TURNEY
1
-2
/
+10
2012-06-21
Merge remote-tracking branch 'alanc/master'
Keith Packard
15
-30
/
+0
2012-06-21
Add global variable inSignalContext
Chase Douglas
1
-0
/
+4
2012-06-20
kdrive: adjust BlockHandler/WakeupHandler to new API
Peter Hutterer
2
-7
/
+4
2012-06-20
Remove obsolete tab stop comments from hw/xfree86/parser/*.c
Alan Coopersmith
15
-30
/
+0
2012-06-20
dri2: Pass a ScreenPtr through to the driver's AuthMagic function. (v3)
Christopher James Halse Rogers
2
-8
/
+36
2012-06-14
Merge remote-tracking branch 'alanc/master'
Keith Packard
3
-2
/
+20
2012-06-14
xserver: fix build on arm tinderbox
Dave Airlie
1
-4
/
+4
2012-06-11
Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h
Alan Coopersmith
1
-1
/
+1
2012-06-05
Fix statement not reached warning in _DMXXineramaActive
Alan Coopersmith
1
-1
/
+2
2012-06-05
Provide prototypes for Mmio functions for Solaris Studio on SPARC
Alan Coopersmith
1
-0
/
+17
2012-06-05
xwin: fixup block/wakeup handlers
Dave Airlie
3
-5
/
+4
2012-06-05
xfree86: fix new warnings introduced in rebase.
Dave Airlie
1
-1
/
+1
2012-06-05
api: rework the X server driver API to avoid global arrays.
Dave Airlie
73
-500
/
+448
2012-05-31
dri2: Add DRI2GetParam request (v2)
Chad Versace
3
-1
/
+99
2012-05-24
Xvfb: destroy the screen pixmap in CloseScreen
Julien Cristau
1
-0
/
+7
2012-05-23
xfree86: fix mouse wheel support for DGA clients
Marcin Slusarz
1
-16
/
+78
2012-05-22
dri2: SProcDRI2Connect - send the response.
Michal Srb
1
-0
/
+3
2012-05-22
Merge remote-tracking branch 'alanc/master'
Keith Packard
3
-29
/
+8
2012-05-21
xf86: reimplement XF86SCRNINFO macro using new functions.
Dave Airlie
6
-22
/
+20
2012-05-21
xf86/modes: drop more pScrn->pScreen usages
Dave Airlie
1
-2
/
+2
2012-05-21
xaa: convert pScrn->pScreen to use accessor.
Dave Airlie
2
-3
/
+3
2012-05-21
xf86/modes: drop two uses of screenInfo
Dave Airlie
2
-4
/
+2
2012-05-21
xf86: migrate to using xf86ScreenToScrn wrapper (v2)
Dave Airlie
29
-92
/
+90
2012-05-21
xf86: add helper functions to convert to from ScrnInfoPtr/ScreenPtr (v2)
Dave Airlie
2
-0
/
+21
2012-05-21
xf86/pci: fix slot claiming counting.
Dave Airlie
4
-6
/
+29
2012-05-21
config/udev: add pre_init stage to config and udev.
Dave Airlie
1
-0
/
+2
[next]