index
:
~herrb/xserver
for-keith
master
obsd
obsd-server-1.10-branch
obsd-server-1.11-branch
obsd-server-1.12-branch
obsd-server-1.13-branch
obsd-server-1.14-branch
obsd-server-1.15-branch
obsd-server-1.9-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
OpenBSD versions of xserver
herrb
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-15
Add an additional meaning to the "dirty" flag. Now, if !dirty && !area, the
Eric Anholt
7
-32
/
+82
2005-10-14
Install Xorg & xorg.conf man pages even when not building docs
Alan Coopersmith
2
-2
/
+4
2005-10-14
Add sysv and sco os-support subdirs and add simple EXTRA_DIST Makefile.am
Kristian Høgsberg
4
-2
/
+4
2005-10-14
remove reference to non-existent agpgart.h
Alan Hourihane
1
-2
/
+0
2005-10-14
Remove reference to XF86config-4. Add xorgcfg(1) to See Also list.
Alan Coopersmith
1
-3
/
+3
2005-10-14
Set substitutions needed in xorgconfig man page.
Alan Coopersmith
1
-0
/
+4
2005-10-13
Dist NOTES.
Kristian Høgsberg
6
-4
/
+8
2005-10-13
Fix stupid mistake in yesterday's allocator commit, would cause exa to
Benjamin Herrenschmidt
2
-2
/
+4
2005-10-12
Remove an RM line that appears unnecessary and was breaking the build at
Eric Anholt
1
-4
/
+5
2005-10-12
remove unneeded line of code
Alan Hourihane
1
-2
/
+0
2005-10-12
Use proper access size when reading pixel based on bpp of the source pixmap
Benjamin Herrenschmidt
2
-6
/
+26
2005-10-12
If a window background is a 1x1 pixmap, read the value out and go to
Eric Anholt
3
-0
/
+81
2005-10-12
Fix typo (DIST_EXTRA -> EXTRA_DIST)
Kevin E Martin
1
-1
/
+1
2005-10-11
Fix a couple of bugs in the offscreen allocator. One mostly harmless was
Benjamin Herrenschmidt
3
-35
/
+39
2005-10-11
missed commit
Alan Hourihane
1
-0
/
+4
2005-10-11
Add DGAReInitModes, Part 2
Thomas Winischhofer
1
-0
/
+1
2005-10-11
Add DGAReInitModes in order to allow the driver to change the list of
Thomas Winischhofer
2
-0
/
+52
2005-10-11
fix a typo
Alan Hourihane
1
-1
/
+1
2005-10-11
check randrp has been initialized
Alan Hourihane
1
-2
/
+2
2005-10-11
programs/Xserver/hw/xfree86/common/xf86RandR.c
Alan Hourihane
2
-1
/
+13
2005-10-10
don't move x or y depending on the screen size change
Alan Hourihane
1
-4
/
+2
2005-10-10
rework that again
Alan Hourihane
1
-5
/
+4
2005-10-10
a furthur tweak to the randr cursor position fix
Alan Hourihane
1
-2
/
+6
2005-10-10
Add missing {Prepare,Finish}Access() wrappers for the tile pixmap in the
Benjamin Herrenschmidt
3
-0
/
+6
2005-10-09
Bug #3254 <https://bugs.freedesktop.org/show_bug.cgi?id=3254> Make sure
Alan Coopersmith
1
-5
/
+20
2005-10-09
Don't try the accelerated glyphs path for component-alpha text (which I
Eric Anholt
2
-4
/
+10
2005-10-07
another update to the RandR fix (thanks Aaron)
Alan Hourihane
1
-3
/
+2
2005-10-07
update the last RandR fix
Alan Hourihane
1
-1
/
+5
2005-10-07
programs/Xserver/hw/xfree86/common/xf86RandR.c Use PointerMoved instead of
Alan Hourihane
1
-1
/
+1
2005-10-07
Add darwin to dist
Kevin E Martin
5
-2
/
+179
2005-10-06
Clients tend to set picture->repeat when not necessary. Most HW cannot
Benjamin Herrenschmidt
2
-8
/
+48
2005-10-06
Bug #4699: Correct some memory leaks in EXA and damage related to region
Eric Anholt
2
-0
/
+2
2005-10-06
cpp processing for Xvfb man page
Alan Coopersmith
1
-1
/
+6
2005-10-06
App-defaults file not supposed to have .ad suffix when installed Fix cpp
Alan Coopersmith
1
-7
/
+6
2005-10-06
Don't build "ev" example on systems without <linux/input.h>
Alan Coopersmith
1
-1
/
+6
2005-10-06
Add cpconfig.c to EXTRA_DIST.
Kristian Høgsberg
3
-3
/
+6
2005-10-06
Install correct man page and add to dist
Kevin E Martin
1
-1
/
+1
2005-10-06
Include dmx-config.h for modular build
Kevin E Martin
10
-9
/
+13
2005-10-06
Add support for building DMX config and examples programs Add missing files
Kevin E Martin
5
-4
/
+350
2005-10-06
Clean up generated files to pass distcheck
Kevin E Martin
2
-4
/
+5
2005-10-05
Update to 2005-10-05 snapshot from pciids.sf.net (includes a couple new
Alan Coopersmith
2
-33
/
+678
2005-10-05
Add DGA configure option and add various files that we should be dist'ing.
Kristian Høgsberg
3
-9
/
+11
2005-10-05
Preprocess and install XOrgCfg.ad as in the monolith.
Adam Jackson
1
-1
/
+5
2005-10-05
Add missing $(DESTDIR) to custom install target
Alan Coopersmith
1
-1
/
+1
2005-10-05
Fix the rest of the XFree86 DDX options that require an argument to say so
Alan Coopersmith
1
-42
/
+34
2005-10-05
Fix lnx_pci.c's xf86GetOSOffsetFromPCI return value. Clears up the resource
Luc Verhaegen
1
-4
/
+5
2005-10-05
Make Xorg -config stop lying to people and claiming it doesn't exist when
Alan Coopersmith
1
-10
/
+12
2005-10-04
Mark the temporary pixmap dirty if UploadToScreen succeeds. Failure to do
Eric Anholt
2
-0
/
+4
2005-10-04
Add miext/cw to the module loader include path so that misym.c can export
Aaron Plattner
1
-1
/
+1
2005-10-04
Bump the video driver module ABI minor version to 8 so modules statically
Aaron Plattner
2
-2
/
+2
[next]