index
:
xorg/xprint
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
STSF-CURRENT
XACE-SELINUX
XACE-modular
XEVIE
XINERAMA_2
XORG-6_8-branch
XORG-CURRENT
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
dri-0-1-branch
exa-damagetrack
glucose-2
input-hotplug
lg3d
lg3d-7.2
lg3d-dev
lg3d-dev-0-6-1
lg3d-dev-0-6-1-1
lg3d-dev-0-6-1-current
lg3d-dev-0-6-1-latest
lg3d-dev-0-6-2
lg3d-dev-0-6-latest
lg3d-dev-0-7-0
lg3d-dev-0-7-1
lg3d-event
lg3d-master
master
mpx
no-pci-rework
orib-soc-2006
pci-rework
randr-1.2
randr-1.2-for-server-1.2
randr-dpms
sco_port_update
server-1.2-branch
server-1.3-branch
server-1.4-branch
server-1.5-branch
server-1_0-branch
server-1_1-branch
transform-proposal
wonderland-dev
xf-4_0_2-branch
xf-4_1-branch
xf-4_2-branch
xf-4_3-branch
xfixes_2_branch
xgl-0-0-1
xorg-server-1.2-apple
xorg-server-1.4-apple
xorg-server-1.5-apple
xquartz-composite
The (deprecated) Xprint server (mirrored from https://gitlab.freedesktop.org/xorg/xserver-xprint)
dparsons
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
kdrive
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2003-12-01
- Add fbdev mode-setting backend to Xati. It and vesa are compiled in when
Eric Anholt
1
-0
/
+5
2003-12-01
Remove sys/io.h inclusion from some files that didn't need it, and change
Eric Anholt
1
-1
/
+1
2003-11-20
- Fix a bug in pitch alignment for offscren pixmaps.
Eric Anholt
1
-2
/
+2
2003-11-19
- Add PCI information (device/vendor id, bus location) to KdCardAttr to
Eric Anholt
1
-1
/
+8
2003-11-18
Reset available offscreen segment save function pointer. (Not a functional
Keith Packard
1
-0
/
+1
2003-11-18
Added infrastructure for driver specific usage messages and added vesa
Seth W. Klein
2
-20
/
+26
2003-11-17
Recompute winSize/borderSize to fix them when changing redirection.
Keith Packard
3
-94
/
+105
2003-11-14
Accelerated image text code drew glyphs at wrong location when compositing
Keith Packard
1
-2
/
+2
2003-11-11
Fix Makefile.am's to include header files needed for distcheck. Remove
Eric Anholt
1
-1
/
+5
2003-11-10
Fix KdXv interface to pass drawable down so that bits can be put into
Keith Packard
3
-77
/
+96
2003-11-10
Must offset composite parameters by drawable coordinates in accelerated
Keith Packard
1
-0
/
+9
2003-11-08
Fix KAA to work with screen_x/screen_y hacks from COMPOSITE Also add
Keith Packard
1
-26
/
+75
2003-11-05
Replace translucent compositing hacks with PictOpSrc to match eventual
Keith Packard
1
-7
/
+22
2003-11-02
merge xfixes_2_branch back to HEAD
Keith Packard
13
-145
/
+244
2003-10-19
Minor cleanups -- remove a couple of bogus KdCheckSync calls, restructure
Keith Packard
2
-8
/
+4
2003-10-16
Discard/reconstruct list of offscreen areas on VT switch so no allocations
xfixes_2_branchpoint
Keith Packard
2
-3
/
+3
2003-10-15
Add a memory_base variable and use it.
Anders Carlsson
2
-2
/
+3
2003-10-15
various Split out pixmap allocation debug statements Fix bogus offscreen
Keith Packard
1
-7
/
+10
2003-10-14
Use same assumptions as layergc about what layer kind is approprate for
Keith Packard
5
-230
/
+438
2003-10-14
Check for off-screen pixmap support in KaaDrawableIsOffscreenPixmap. -Wall
Keith Packard
13
-56
/
+37
2003-10-13
Use pixmaps instead of drawables in the kaa functions. Have the mga server
Anders Carlsson
2
-17
/
+50
2003-10-13
Add support for offscreen pixmaps.
Anders Carlsson
3
-6
/
+186
2003-10-13
Fix a couple of bugs.
Anders Carlsson
1
-3
/
+13
2003-10-13
Add offscreen memory manager and update the servers to reflect the name
Anders Carlsson
5
-47
/
+352
2003-10-12
Remove this for now.
Anders Carlsson
1
-100
/
+0
2003-10-04
configure.ac Makefile.am os/oscolor.c Xext/saver.c Xext/Makefile.am
Keith Packard
4
-30
/
+7
2003-10-01
Add XDM cookies. Fix up support for pkgconfig X bits
Keith Packard
2
-1
/
+8
2003-09-29
Use other freedesktop.org packages to build the server
Keith Packard
1
-4
/
+4
2003-09-24
Add beginnings of offscreen memory manager.
Anders Carlsson
1
-0
/
+100
2003-09-24
hw/kdrive/src/kdrive.c
Keith Packard
2
-2
/
+36
2003-09-11
Move kdrive common sources to src dir
Keith Packard
19
-0
/
+82
2003-09-11
Start autoifying everything.
Anders Carlsson
2
-5
/
+5
2003-07-07
Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add
Keith Packard
22
-35
/
+80
2002-11-13
Allow input devices to be closed while the VT is switched away (needs
Keith Packard
2
-6
/
+11
2002-11-05
Clean up touch screen hacks for controlling pointer on alternate screen
Keith Packard
2
-5
/
+16
2002-10-31
Refix mouse matrix computation for touch screens. Update usage message for
Keith Packard
2
-5
/
+6
2002-10-30
Uninitialized mouse matrix elements
Keith Packard
1
-1
/
+3
2002-10-18
Fix additions of RandR support in kmode.c
Keith Packard
2
-6
/
+8
2002-10-14
Add refresh rates to RandR (v1.1)
Keith Packard
2
-6
/
+80
2002-10-08
Add vtxx option to kdrive servers
Keith Packard
2
-0
/
+8
2002-10-04
Fix mouse mapping under reflection
Keith Packard
1
-6
/
+6
2002-10-03
Update kdrive servers to support reflection
Keith Packard
3
-34
/
+137
2002-09-29
Update RandR to 1.0 (library version 2.0)
Keith Packard
2
-4
/
+49
2002-09-26
Add image transformation and sub-pixel ordering to Render
Keith Packard
1
-0
/
+28
2002-09-16
319. Moved LdPreLib define after the vendor/OS specific config files as it
Egbert Eich
1
-3
/
+7
2002-08-15
Prefer touchscreen to mouse
dhd-20020916
Keith Packard
1
-2
/
+2
2002-08-02
Allow both touchscreen and mouse at the same time
Keith Packard
1
-1
/
+2
2002-02-14
update kdrive manual and usage
dri-20020129-merge
Keith Packard
1
-2
/
+12
2002-01-18
kdrive: fix button emulation for iPAQ
xf-4_2_1_1
xf-4_2_1
xf-4_2_0_1
xf-4_2_0-bindist-1
xf-4_2_0-bindist
xf-4_2_0
xf-4_2-bp
xf-4_2-branch
Keith Packard
1
-6
/
+6
2001-10-29
DPMS warning fix
Marc Aurele La France
1
-2
/
+5
[next]