index
:
~aplattner/xserver
master
randr
wfb-anyabi
X Server
aplattner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
146
-863
/
+863
2014-01-12
hw/xfree86: nobus.c shouldn't define a static function
Keith Packard
1
-1
/
+4
2014-01-12
kdrive/ephyr; Don't redeclare monitorResolution
Keith Packard
1
-2
/
+0
2014-01-12
kdrive/ephyr: ddxUseMsg is supposed to return
Keith Packard
1
-2
/
+0
2014-01-12
vfb: Remove unused pXWDCmap variable
Keith Packard
1
-2
/
+0
2014-01-12
xfree86: Switch int10 code to stdint types
Keith Packard
4
-145
/
+145
2014-01-12
xfree86: Don't complain when the SDK dependency file doesn't exist yet
Keith Packard
1
-1
/
+1
2014-01-12
xfree86/vbe: Make VBEValidateModes take const char **
Keith Packard
2
-2
/
+2
2014-01-12
xfree86/shadowfb: GCFuncs and GCOps are now const
Keith Packard
1
-3
/
+3
2014-01-12
xfree86/parser: make strings in xf86MatchGroup const
Keith Packard
2
-13
/
+13
2014-01-12
xfree86/int10: mark printk as _X_ATTRIBUTE_PRINTF
Keith Packard
1
-1
/
+4
2014-01-12
xfree86/fbdevhw: Fix warnings
Keith Packard
1
-5
/
+3
2014-01-12
xfree86/exa: xf86GetOptValString returns const char * now
Keith Packard
1
-1
/
+1
2014-01-12
xfree86/dri: Mark DRIDrvMsg and dri_drm_debug_print _X_ATTRIBUTE_PRINTF
Keith Packard
1
-12
/
+21
2014-01-12
xfree86/common: handle string constants in xf86Xinput configuration
Keith Packard
1
-2
/
+2
2014-01-12
xfree86/common: Const GC funcs and ops in xf86VAarbiter
Keith Packard
1
-2
/
+2
2014-01-12
xfree86/config: Kludge around const strings
Keith Packard
1
-8
/
+10
2014-01-12
hw/xfree86: More const declarations for strings
Keith Packard
2
-2
/
+2
2014-01-12
Just remove dpms functsion from xf86.h
Keith Packard
1
-4
/
+0
2014-01-12
Bunch of DMX warning fixes
Keith Packard
7
-34
/
+15
2014-01-12
More warning fixes in hw/xfree86
Keith Packard
3
-12
/
+15
2014-01-12
xfree86 warning reduction
Keith Packard
15
-77
/
+56
2014-01-12
xfree86/common: Warning fixes. Mostly const string handling.
Keith Packard
24
-74
/
+88
2014-01-12
hw/xfree86: Lots of constant string support
Keith Packard
17
-107
/
+109
2014-01-12
hw/xfree86: Make strings in DriverRec and ScrnInfoRec const
Keith Packard
1
-7
/
+7
2013-12-12
XQuartz: Use asl_log_descriptor to log stdout/stderr of child processes
Jeremy Huddleston Sequoia
1
-4
/
+4
2013-12-10
hw/xwin/glx: Rewrite WGL wrappers after Xserver conversion to direct GL dispatch
Jon TURNEY
7
-395
/
+643
2013-12-10
ephyr: Fix compilation when ./configure'd with --enable-debug
Jon TURNEY
1
-4
/
+4
2013-12-10
xquartz/glx: Convert to non-glapi dispatch
Adam Jackson
1
-13
/
+13
2013-12-09
xfree86: Prefer fbdev to vesa
Adam Jackson
2
-9
/
+10
2013-12-09
composite: Automatically enable backing store support on the screen
Adam Jackson
1
-0
/
+5
2013-12-09
bs: Set the screen's bs support level to WhenMapped
Adam Jackson
1
-1
/
+1
2013-12-09
dri2: Disable when Xinerama is active
Adam Jackson
1
-0
/
+5
2013-11-26
Xdmx: Initialize DMX extension even if not built with GLX support
Alan Coopersmith
1
-1
/
+3
2013-11-23
xnest: Ignore GetImage() error in xnestGetImage() (v3)
Keith Packard
1
-1
/
+0
2013-11-14
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
5
-8
/
+19
2013-11-14
xfree86: return NULL for compat output if no outputs.
Dave Airlie
1
-0
/
+3
2013-11-14
Stop including inline assembly .il file for Solaris Studio builds
Alan Coopersmith
1
-11
/
+0
2013-11-14
kdrive: fix cursor jumps on CursorOffScreen behavior
Peter Hutterer
1
-4
/
+4
2013-11-14
kdrive: modify ephyr events to use POINTER_DESKTOP and scale them to that
Peter Hutterer
3
-1
/
+11
2013-11-14
kdrive: handle WxH as valid geometry spec
Keith Packard
1
-1
/
+2
2013-11-14
ephyr: xcb_connect returns an error, not NULL
Peter Hutterer
1
-2
/
+2
2013-11-12
xfree86: Fix build without libpciaccess
Jeremy Huddleston Sequoia
1
-1
/
+4
2013-11-12
Avoid conflicts with Solaris <sys/regset.h> defines that clash with our names
Alan Coopersmith
3
-1
/
+30
2013-11-10
XQuartz: Don't sleep forever on exit if usleep() returns an error
Jeremy Huddleston Sequoia
1
-1
/
+1
2013-11-10
XQuartz: Update Info.plist copyright years
Jeremy Huddleston Sequoia
1
-2
/
+2
2013-11-06
ARM64: Add support for aarch64
Andreas Schwab
2
-2
/
+3
2013-11-05
Link with xshmfence, reference miSyncShmScreenInit in sdksyms
Keith Packard
1
-0
/
+3
2013-11-04
hw/xfree86: Link libdri3 only when DRI3 is defined
Keith Packard
1
-1
/
+6
2013-10-31
DDX/Randr: Avoid server crash when xrandr SetConfig is called while switched ...
Egbert Eich
1
-7
/
+9
[next]