index
:
~vignatti/xserver
bus-cleanup-take3
client-logging
daniels-fixes-and-cleanup
ephyr-dri2
generation-removal
inputthread
inputthread-commits
lrmi-for-children
master
maxscreenless
options-cleanup
registry-fix
xwayland-1.12
xwm-client
Tiago's playground
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-07
Make DRI_SCREEN_PRIV just return NULL when DRI isn't initialized
Keith Packard
1
-1
/
+2
2010-06-07
randr: prevent an unnecessary screen resize with multiple displays
Ben Skeggs
1
-2
/
+2
2010-06-07
dri2: Deal with input-only windows by using WindowDrawable()
Keith Packard
1
-5
/
+5
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
23
-86
/
+47
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
7
-12
/
+12
2010-06-05
Clean up after removal of screen parameters from region macros.
Jamey Sharp
2
-37
/
+10
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
26
-127
/
+226
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
28
-342
/
+342
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
1
-5
/
+1
2010-06-04
Stop searching for XF86Config files
Alan Coopersmith
2
-18
/
+10
2010-06-03
composite: use config notify hook to do pixmap resize.
Dave Airlie
1
-3
/
+7
2010-06-03
Merge remote branch 'jamey/for-keith'
Keith Packard
12
-62
/
+60
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-48
/
+46
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
11
-14
/
+14
2010-06-03
Install fbdevhw module in normal module directory instead of linux/
Alan Coopersmith
1
-2
/
+1
2010-06-03
DRI2: Use single error path in initialization
Pauli Nieminen
1
-8
/
+4
2010-06-03
DRI2: Allow building without libdrm
Tiago Vignatti
3
-4
/
+18
2010-06-03
DRI2: add AuthMagic hook for driver side support
Tiago Vignatti
2
-3
/
+18
2010-06-02
xfree86: Unbreak autoconfig following 0abf065e38c4
Chris Wilson
3
-3
/
+9
2010-05-28
xfree86: initialize InputAttributes to NULL in the autoconfig code.
Peter Hutterer
1
-0
/
+1
2010-05-26
xfree86: bump ABI_XINPUT_VERSION to 11.
Peter Hutterer
1
-1
/
+1
2010-05-26
xfree86/int10/helper_mem: Fix log message.
Jamey Sharp
1
-4
/
+1
2010-05-26
Revert "Add a "flags" field to DeleteInputDeviceRequest."
Keith Packard
2
-5
/
+5
2010-05-25
Add a "flags" field to DeleteInputDeviceRequest.
Peter Hutterer
2
-5
/
+5
2010-05-25
xfree86: store the InputAttributes in the input device.
Peter Hutterer
5
-1
/
+10
2010-05-24
Merge remote branch 'vignatti/bus-cleanup-take2'
Keith Packard
13
-839
/
+776
2010-05-24
xfree86: move all pci code from auto configurator into a meaningful location
Tiago Vignatti
3
-246
/
+255
2010-05-24
xfree86: no need to check for the configuration case when matching devices
Tiago Vignatti
1
-2
/
+0
2010-05-24
xfree86: organize and group all pci related stuff inside xf86.h
Tiago Vignatti
1
-30
/
+27
2010-05-24
xfree86: remove BUS_ISA type given we don't support anymore
Tiago Vignatti
1
-2
/
+0
2010-05-24
xfree86: remove all kind of bus and PCI dependency from the common helper file
Tiago Vignatti
2
-503
/
+494
2010-05-24
xfree86: bus: remove useless field from EntityRec
Tiago Vignatti
1
-1
/
+0
2010-05-24
xfree86: bus: delete useless xf86FindPrimaryDevice
Tiago Vignatti
3
-43
/
+0
2010-05-24
xfree86: bus: remove unused headers
Tiago Vignatti
4
-6
/
+0
2010-05-24
xfree86: bus: remove unused pci macros
Tiago Vignatti
1
-6
/
+0
2010-05-23
Merge remote branch 'alanc/docs'
Keith Packard
4
-1308
/
+2
2010-05-23
xfree86: fix multiple InputAttributes tag matching.
Peter Hutterer
1
-3
/
+3
2010-05-23
Remove obsolete reference to README.DRI in xorg.conf.man
Brice Goglin
1
-2
/
+1
2010-05-23
Remove ancient documentation of IBM RapidAccess keyboard hack
Alan Coopersmith
2
-50
/
+1
2010-05-23
Remove completely out-of-date README.DRI
Alan Coopersmith
2
-1257
/
+0
2010-05-23
Add RandR 1.2 README.modes doc to EXTRA_DIST
Alan Coopersmith
1
-0
/
+1
2010-05-23
xf86: allow for no outputs connected at startup operation.
Dave Airlie
1
-17
/
+44
2010-05-21
Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profile
Aaron Zang
1
-22
/
+80
2010-05-21
vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gcc
Alan Coopersmith
1
-1
/
+1
2010-05-20
XFree86 Design doc: Convert LinuxDoc ``quotes'' to DocBook <quote> tags
Alan Coopersmith
1
-45
/
+45
2010-05-20
XFree86 Design doc: Explain this version covers the current Xorg release
Alan Coopersmith
1
-7
/
+30
2010-05-20
Show Xserver release/version date in DIX & DDX docs
Alan Coopersmith
1
-1
/
+3
2010-05-20
Convert LinuxDoc documents to DocBook/XML
Alan Coopersmith
3
-7449
/
+9382
2010-05-20
Add documentation for the new DefaultModes option
Simon Farnsworth
1
-0
/
+8
2010-05-20
Add configuration option to disable default modes on an output
Simon Farnsworth
1
-1
/
+3
[next]