index
:
~halfline/xserver
foo
master
wip/logind-integration
xwayland
Unnamed repository; edit this file 'description' to name the repository.
halfline
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-07
xf86/crtc: add new interface to detach slave crtcs
Dave Airlie
2
-0
/
+23
2012-07-07
xf86: add initial scanout pixmap support (v2)
Dave Airlie
3
-0
/
+18
2012-07-07
xf86dga: handle DGAAvailable for gpu screens. (v2)
Dave Airlie
4
-5
/
+15
2012-07-07
dix: attach unbound screens to protocol screen 0 (v2)
Dave Airlie
2
-0
/
+8
2012-07-06
xfree86: add framework for provider support in ddx. (v4)
Dave Airlie
4
-0
/
+101
2012-07-06
randr: add provider object and provider property support (v6)
Dave Airlie
1
-3
/
+6
2012-07-06
Merge remote-tracking branch 'airlied/for-keithp-stage1'
Keith Packard
22
-66
/
+1026
2012-07-06
xfree86: EDID Est III parsing skips some modes
Torsten Kaiser
1
-1
/
+1
2012-07-06
xfree86: EDID Est III parsing can walk off end of array
Torsten Kaiser
1
-2
/
+9
2012-07-06
xfree86: add autoAddGPU option (v2)
Dave Airlie
4
-3
/
+30
2012-07-06
xfree86: add platform bus hotplug support (v3)
Dave Airlie
3
-0
/
+157
2012-07-06
xfree86: add DDX gpu screen support. (v3)
Dave Airlie
7
-24
/
+132
2012-07-06
xf86: cleanup helper code to use a pointer. (v1.1)
Dave Airlie
1
-9
/
+10
2012-07-06
xfree86: use udev to provide device enumeration for kms devices (v10)
Dave Airlie
15
-15
/
+691
2012-07-06
xf86: cursor code got mangled by indenting
Dave Airlie
1
-20
/
+11
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
[next]