index
:
~alanc/xserver
c99-init
docs
for-whot
master
reallocarray
server-1.8-branch
Alan's fixes - build system issues, Solaris fixes, upstreaming from Sun, etc.
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-10
dmx: include header for DMXExtensionInit() in dmx.c
HEAD
master
Alan Coopersmith
1
-0
/
+1
2015-02-10
dmx: constify GCOps & GCFuncs pointers
Alan Coopersmith
2
-4
/
+4
2015-02-10
dmx: Mark glxIsExtensionSupported as a const char *
Alan Coopersmith
2
-2
/
+2
2015-02-10
dmx: remove redundant redeclarations of variables from other headers
Alan Coopersmith
2
-4
/
+0
2015-02-10
dmx: remove redundant declaration of dmxFontPrivateIndex from dmxfont.h
Alan Coopersmith
1
-2
/
+0
2015-02-10
dmx: glxproxy prototype cleanup
Alan Coopersmith
12
-27
/
+41
2015-02-10
dmx: more unshadowing of variables
Alan Coopersmith
3
-10
/
+10
2015-02-10
dmx: attempt to untangle nested loops using same index variable
Alan Coopersmith
1
-15
/
+15
2015-02-10
dmx: remove unused variables
Alan Coopersmith
2
-5
/
+0
2015-02-10
dmx: fix printf format argument warnings
Alan Coopersmith
2
-9
/
+9
2015-02-10
dmx: move format strings inline so gcc can check
Alan Coopersmith
1
-15
/
+3
2015-02-10
dmx: Add _X_ATTRIBUTE_PRINTF to dmxConfigLog() & dmxConfigOutput()
Alan Coopersmith
2
-2
/
+3
2015-02-10
Get rid of const warnings in XSERVER_INPUT_EVENT dtrace probe calls
Alan Coopersmith
8
-31
/
+53
2015-02-10
xkb: Check strings length against request size
Olivier Fourdan
1
-25
/
+40
2015-02-10
xkb: Don't swap XkbSetGeometry data in the input buffer
Olivier Fourdan
1
-16
/
+19
2015-02-02
Update to version 1.17.0
Keith Packard
1
-3
/
+3
2015-01-30
config/udev: Respect seat assignments when assigned devices
Dave Airlie
1
-9
/
+21
2015-01-26
randr: attempt to fix primary on slave output (v2)
Dave Airlie
3
-7
/
+33
2015-01-26
dri2: Set vdpau driver name if ddx does not provide any driver name
Adel Gadllah
1
-3
/
+3
2015-01-26
os: Fix timer race conditions
Nikhil Mahale
1
-15
/
+26
2015-01-23
Update to version 1.16.99.902
Keith Packard
1
-3
/
+3
2015-01-23
modesetting: Return the crtc for a drawable even if it's rotated
Jason Ekstrand
1
-8
/
+1
2015-01-23
modesetting: Add support for using RandR shadow buffers
Jason Ekstrand
2
-3
/
+115
2015-01-23
modesetting: Add drmmode_bo_has_bo and drmmode_bo_map helper function
Jason Ekstrand
1
-11
/
+32
2015-01-23
modesetting: Refactor drmmode_glamor_new_screen_pixmap
Jason Ekstrand
1
-12
/
+27
2015-01-23
dix: make RegionInit legal C++
Adam Jackson
1
-1
/
+1
2015-01-23
dri2: SourceOffloads may be for DRI3 only
Chris Wilson
1
-0
/
+3
2015-01-23
Avoid possible null pointer dereference.
Carlos Olmedo Escobar
1
-1
/
+1
2015-01-23
randr: swap num-preferred field on RRGetOutputInfo reply
Carlos Sánchez de La Lama
1
-0
/
+1
2015-01-23
drivers/modesetting: Save current BlockHandler on return in msBlockHandler
Keith Packard
1
-0
/
+1
2015-01-23
glamor: use screen blockhandler rather than dix one (v3)
Dave Airlie
2
-12
/
+12
2015-01-17
xwayland: Set glamor filter to nearest
Markus Wick
1
-0
/
+3
2015-01-10
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
3
-4
/
+18
2015-01-10
modesetting: Update the cursor without hiding it
Jasper St. Pierre
1
-0
/
+1
2015-01-07
Synchronize capslock in Xnest and Xephyr
Olivier Fourdan
2
-2
/
+15
2015-01-07
Fix subwindow in Xi emulated events
Olivier Fourdan
1
-2
/
+3
2015-01-05
mi: fix accidental x/y coordinate swap
Peter Hutterer
1
-2
/
+2
2015-01-05
doc: Create a script to filter xmlto output
Keith Packard
3
-5
/
+28
2015-01-04
Merge remote-tracking branch 'ajax/xserver-next'
Keith Packard
1
-30
/
+41
2015-01-04
Remove explicit dependency on $(WAYLAND_LIBS)
Olivier Fourdan
1
-1
/
+0
2015-01-05
xfree86: rename Xorg.bin to Xorg
Peter Hutterer
5
-10
/
+10
2015-01-05
dix: offset touch root coordinates by ScreenRec origins (#86655)
Peter Hutterer
1
-3
/
+3
2015-01-03
dix: Allow zero-height PutImage requests
Keith Packard
1
-1
/
+1
2015-01-02
ephyr: Implement per-screen colormaps
Michele Baldessari
4
-7
/
+9
2015-01-02
os/xsha1.c: Add license and copyright attribution.
Carl Worth
1
-0
/
+25
2015-01-01
modesetting: Fix build with --disable-glamor.
Kenneth Graunke
1
-0
/
+2
2014-12-28
glamor: Fix nlines in glamor_xv_put_image when src_y is odd
Keith Packard
1
-1
/
+1
2014-12-25
modesetting: Add vblank synchronization support when using Present.
Kenneth Graunke
5
-0
/
+256
2014-12-25
modesetting: Include glamor.h from driver.h.
Kenneth Graunke
4
-15
/
+8
2014-12-25
modesetting: Check DPMS mode in ms_covering_crtc().
Kenneth Graunke
1
-1
/
+9
[next]