index
:
~dbn/xserver
build-fixes
for-keithp
inputclass
inputconf
master
no-libxorg
xorg.conf.d
Various xserver patches
dbn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-31
Bump release number to 1.6.3
xorg-server-1.6.3
Keith Packard
1
-2
/
+2
2009-07-29
Remove hardcoded gcc -Wall option from configure.ac
Alan Coopersmith
1
-1
/
+1
2009-07-29
selinux: Only activate if policy says to be an object manager
Adam Jackson
1
-0
/
+4
2009-07-29
quirk: use first detailed timing as preferred for PEA prod 9003 (rh#492359)
Ben Skeggs
1
-0
/
+5
2009-07-29
config: add HAL error checks
Rémi Cardona
1
-10
/
+22
2009-07-29
Don't printf NULL pointers on HAL connection error
Alan Coopersmith
1
-3
/
+6
2009-07-26
Bump to version 1.6.2.901 (1.6.3 RC1)
xorg-server-1.6.2.901
Keith Packard
1
-2
/
+2
2009-07-26
xfree86: move didLock assignment down to where the function pointer is valid.
Dave Airlie
1
-1
/
+1
2009-07-26
randr: fix operation order so that rotation+transform works
Benjamin Defnet
1
-3
/
+3
2009-07-26
hw/xf86/modes: Set crtc mode/rotation/transform before calling set_mode_major
Benjamin Defnet
1
-3
/
+5
2009-07-26
randr: Nuke broken set_origin shortcut
Matthias Hopf
1
-13
/
+0
2009-07-26
randr: fix server crash in RRGetScreenInfo
Julien Cristau
1
-2
/
+3
2009-07-26
Replace dixLookupResource by dixLookupResourceBy{Type,Class}
Keith Packard
21
-94
/
+161
2009-07-26
One = is more than adequate here. Make is sh safe.
Robert Noland
1
-2
/
+2
2009-07-26
configure: libXinerama isn't needed anymore
Rémi Cardona
1
-1
/
+1
2009-07-26
EXA: Only pass CT_YXBANDED to RECTS_TO_REGION() if that is really true.
Michel Dänzer
1
-1
/
+11
2009-07-26
Fix key repeat problem.
Kim Woelders
1
-1
/
+1
2009-07-09
xdmcp: Don't crash on X -query with more than 255 IP addresses. (#20675)
Adam Jackson
1
-1
/
+3
2009-07-08
Fix build of drivers with 1.6.2 when not using --install-libxf86config
Alan Coopersmith
1
-6
/
+2
2009-07-07
Bump to version 1.6.2
xorg-server-1.6.2
Keith Packard
1
-2
/
+2
2009-07-06
dri2: Preserve compatibility with 1.6 DRI2 API/ABI
Keith Packard
3
-77
/
+203
2009-07-06
xfree86: remove duplicate header entries in Makefile.am
Arkadiusz Miskiewicz
2
-4
/
+2
2009-07-06
dri2: support glXWaitGL & glXWaitX by copying fake front to front and
Alan Hourihane
4
-11
/
+67
2009-07-06
xinerama: Put the proto version in the code instead using proto headers.
Eric Anholt
1
-2
/
+4
2009-06-29
Build against DRI_TEX_BUFFER_VERSION 1
Keith Packard
1
-1
/
+4
2009-06-29
Bump version to 1.6.1.902
xorg-server-1.6.1.902
Keith Packard
1
-2
/
+2
2009-06-29
xfree86: fix SWCursor check in xf86CursorSetCursor.
Peter Hutterer
1
-3
/
+3
2009-06-29
Change default for ExaOptimizeMigration to false
Julien Cristau
1
-1
/
+1
2009-06-29
Make RANDR 'set' timestamps follow client specified time. Bug 21987.
Keith Packard
2
-2
/
+7
2009-06-29
dix/randr: Add missing fields to SRR*NotifyEvent()
Federico Mena Quintero
1
-2
/
+9
2009-06-29
kdrive: set Activate/Deactivate grab for input devices (#21591)
Peter Hutterer
1
-0
/
+4
2009-06-29
dix: ensure Activate/DeactivateGrab has a valid value.
Peter Hutterer
1
-0
/
+2
2009-06-29
Resync COPYING file with notices in code base as of xorg-server-1.6.1
Alan Coopersmith
1
-682
/
+111
2009-06-29
Fix a couple off-by-one array boundary checks.
Jeremy Huddleston
3
-3
/
+3
2009-06-29
xfree86: restore default off for DontZap
Peter Hutterer
3
-10
/
+8
2009-06-29
EXA: Always damage glyph cache pixmap manually after uploading a glyph.
Michel Dänzer
1
-36
/
+37
2009-06-29
EXA: Take GC client clip type into account for migration.
Michel Dänzer
4
-24
/
+25
2009-06-29
Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.
Tomas Janousek
1
-3
/
+5
2009-06-29
Support setTexBuffer2 in AIGLX.
Kristian Høgsberg
3
-3
/
+16
2009-06-29
EDID: Fix timing class names to match the spec
Adam Jackson
1
-3
/
+3
2009-06-19
pci: Dump vendor/devices ids in the printed device list
Adam Jackson
1
-6
/
+4
2009-06-11
Use a #define instead of a magic number
Ian Romanick
1
-2
/
+4
2009-06-11
DRI2: update DRI2 private drawable width & height according to X drawable
Jerome Glisse
1
-0
/
+2
2009-06-11
DRI2: Force allocation of real-front buffer for non-windows as well
Ian Romanick
1
-8
/
+11
2009-06-11
DRI2: Implement protocol for DRI2GetBuffersWithFormat
Ian Romanick
5
-88
/
+284
2009-06-11
DRI2: Add interface for drivers to query DRI2 extension version
Ian Romanick
2
-0
/
+27
2009-06-11
DRI2: Add missing front-buffer flush callback.
Ian Romanick
1
-0
/
+8
2009-06-11
DRI2: Don't leave empty entries in private->buffers
Ian Romanick
1
-8
/
+9
2009-06-11
DRI2: Synchronize the contents of the real and fake front-buffers
Ian Romanick
1
-0
/
+22
2009-06-11
DRI2: Do not send the real front buffer of a window to the client
Ian Romanick
2
-2
/
+32
[next]