index
:
~fredrik/xserver
master
Unnamed repository; edit this file 'description' to name the repository.
fredrik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xfree86
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
435
-474
/
+0
2006-07-21
Fix the RandR failure path for rotated screens.
Aaron Plattner
1
-4
/
+8
2006-07-21
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Ian Romanick
1
-29
/
+0
2006-07-20
Remove unused variable.
Ian Romanick
1
-1
/
+0
2006-07-20
Remove the DDXTIME conditional, for being unused.
Adam Jackson
1
-29
/
+0
2006-07-20
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver
Ian Romanick
73
-501
/
+87
2006-07-18
get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULE
Daniel Stone
72
-498
/
+72
2006-07-17
Fix the Linux ACPI reopen code to use a repeating timer, rather than a
Adam Jackson
1
-3
/
+15
2006-07-14
Add some const qualifiers to serveral function parameters.
Ian Romanick
3
-10
/
+11
2006-07-14
Rearrange code in xf86int10ParseBiosLocation to use strncasecmp. This
Ian Romanick
1
-23
/
+16
2006-07-14
Refactor common code from the generic.c and linux.c version of
Ian Romanick
4
-184
/
+135
2006-07-14
Refactor identical xf86InitInt10 function from generic.c and linux.c
Ian Romanick
3
-12
/
+6
2006-07-14
Trivial refactor of libint10_la_SOURCES.
Ian Romanick
1
-7
/
+13
2006-07-08
Bug #3042: Use autoconf to get the correct name of a struct member.
Tilman Sauerbeck
2
-66
/
+10
2006-07-08
Bug #7097: do case-insensitive comparison for some hotkeys.
Tilman Sauerbeck
2
-4
/
+5
2006-07-06
PPC64 build fix.
Adam Jackson
1
-1
/
+4
2006-07-06
Switch the default mouse device on Linux to /dev/input/mice.
Adam Jackson
1
-1
/
+1
2006-07-06
Refactor linuxGetIOSize and linuxGetSizes. Eliminate the unnecessary
Ian Romanick
1
-36
/
+23
2006-07-06
Remind dlloader that it needs to search the global scope as well as the
Adam Jackson
1
-0
/
+8
2006-07-05
fix compiler warning in hw/xfree86/common/xf86Config.c
Greg Kroah-Hartman
1
-0
/
+1
2006-07-05
fix some more compiler warnings due to defines being declared differently
Greg Kroah-Hartman
1
-2
/
+2
2006-07-03
Correct AGP memory deallocation argument on *BSD.
Eric Anholt
1
-1
/
+5
2006-07-03
Fix bugs in support for new repeatTypes in XAA and EXA.
Eric Anholt
1
-1
/
+7
2006-07-01
Missing close parenthesis in one of the setuid() fixes.
Rudo Thomas
1
-1
/
+1
2006-07-01
Merge branch 'origin'
Keith Packard
47
-1285
/
+514
2006-07-01
Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap
Paul Mackerras
1
-14
/
+5
2006-06-30
Bug 7145: fix build with gcc 2.95 & other c89 compilers
Jens Granseuer
1
-3
/
+6
2006-06-29
Updated Solaris aperture driver to build on sun4v & amd64 kernels
Martin Bochnig
1
-170
/
+208
2006-06-24
Make sure <execinfo.h> is actually included when needed.
Michel Dänzer
1
-5
/
+1
2006-06-24
Bug #7213: Fix the XFree86-DRI extension for byte-swapped clients.
Michel Dänzer
1
-7
/
+30
2006-06-23
Use correct OSNAME setting so we can find os-specific modules like libdrm.
Eric Anholt
1
-3
/
+3
2006-06-23
Add a manpage for EXA.
Eric Anholt
2
-0
/
+52
2006-06-21
Unbreak unbreaking the loader. Re-add the symbol reference lists so that the
Adam Jackson
9
-100
/
+2139
2006-06-21
Bug 4320: Fastpath corner case improvement for Composite.
Matthias Hopf
1
-1
/
+4
2006-06-20
Check setuid() return value. Bugzilla #7116.
Matthieu Herrb
3
-3
/
+13
2006-06-19
fix compiler warnings in hw/xfree86/i2c/fi1236.c
Greg Kroah-Hartman
2
-3
/
+6
2006-06-19
fix compiler warning in hw/xfree86/i2c/tda9850.c
Greg Kroah-Hartman
1
-1
/
+1
2006-06-19
fix compiler warnings in hw/xfree86/xf4bpp/ppcGC.c
Greg Kroah-Hartman
1
-2
/
+2
2006-06-19
Another round of loader sense-beating. Remove the (unused) server export
Adam Jackson
18
-3049
/
+78
2006-06-18
Don't bother building RAC as a module, that's just absurd.
Adam Jackson
5
-57
/
+14
2006-06-18
Add a couple of (doxygen) comments I wrote while looking at modesetting.
Eric Anholt
1
-0
/
+22
2006-06-18
Add options to disable EXA acceleration for Composite/UTS/DFS, and always print
Eric Anholt
1
-2
/
+33
2006-06-18
Add some missing .gitignore stuff for Mesa symlinks and other generated files.
Eric Anholt
8
-0
/
+20
2006-06-16
Add explicit dependencies (Xorg_DEPENDENCIES = ) on the internal libraries
Eric Anholt
1
-0
/
+3
2006-06-09
fix compiler warning in hw/xfree86/loader/loaderProcs.h
Greg Kroah-Hartman
1
-0
/
+1
2006-06-09
fix compiler warning in hw/xfree86/loader/loadmod.c
Greg Kroah-Hartman
1
-2
/
+0
2006-06-09
put function prototype for ShapeExtensionInit() in proper place
Greg Kroah-Hartman
1
-1
/
+0
2006-06-08
fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes
Greg Kroah-Hartman
1
-3
/
+1
2006-06-07
Demolish now-unused loader functions.
Adam Jackson
2
-170
/
+0
2006-06-07
Add a token for EDID-supplied modes.
Adam Jackson
1
-0
/
+1
[next]