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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-27
EXA: Make sure tile offsets passed to drivers are never negative.
no-pci-rework
Michel Dänzer
1
-2
/
+5
2007-09-27
EXA: Tile offscreen pixmap coordinate offsets are always 0.
Michel Dänzer
1
-11
/
+5
2007-09-27
EXA: Remove some clearly bogus code from exaCopyNtoN.
Michel Dänzer
1
-8
/
+0
2007-09-27
EXA: Punt on fallback case not handled correctly in exaFillRegionTiled.
Michel Dänzer
1
-1
/
+2
2007-09-17
EXA: Fixed compiler warnings.
Tilman Sauerbeck
1
-2
/
+2
2007-09-17
EXA: Added missing exaPrepare/FinishAccess calls in ExaCheckPushPixels.
Tilman Sauerbeck
1
-0
/
+2
2007-09-17
EXA: Make sure driver hooks get correct offscreen offsets from exaCopyDirty.
Michel Dänzer
1
-4
/
+4
2007-09-17
EXA: Don't crash in ExaCheckPolyArc.
Alan Hourihane
1
-0
/
+7
2007-09-17
EXA: Don't crash in exaGetImage when swapped out.
Michel Dänzer
1
-3
/
+3
2007-09-07
EXA: Exclude bits that will be overwritten from migration in exaCopyNtoN.
Michel Dänzer
1
-12
/
+47
2007-09-07
EXA: exaFillRegion{Solid,Tiled} improvements.
Michel Dänzer
1
-19
/
+30
2007-09-07
EXA: Use exaShmPutImage for pushing glyphs to scratch pixmap in exaGlyphs.
Michel Dänzer
3
-1
/
+15
2007-09-07
EXA: exa(Shm)PutImage improvements.
Michel Dänzer
3
-42
/
+116
2007-09-07
EXA: exaGetImage improvements.
Michel Dänzer
3
-33
/
+37
2007-09-07
EXA: Remove superfluous manual damage tracking.
Michel Dänzer
2
-51
/
+28
2007-09-07
EXA: RENDER improvements.
Michel Dänzer
4
-87
/
+80
2007-09-07
EXA: Improvements for 1x1 pixmaps.
Michel Dänzer
2
-9
/
+49
2007-09-07
EXA: exaImageGlyphBlt improvements.
Michel Dänzer
1
-131
/
+39
2007-09-07
EXA: Improvements for trapezoids and triangles.
Michel Dänzer
3
-56
/
+136
2007-09-07
EXA: Hide pixmap pointer outside of exaPrepare/FinishAccess whenever possible.
Michel Dänzer
4
-50
/
+76
2007-09-07
EXA: Support partial migration of pixmap contents between Sys and FB.
Michel Dänzer
5
-102
/
+194
2007-09-07
Add DamagePendingRegion.
Michel Dänzer
2
-0
/
+9
2007-09-07
EXA: Track valid bits in Sys and FB separately.
Michel Dänzer
3
-92
/
+74
2007-09-07
EXA: Migrate out pixmap in exaPrepareAccess.
Michel Dänzer
6
-93
/
+41
2007-09-07
EXA: Add a couple of missing exaPrepare/FinishAccess calls.
Dave Airlie
3
-4
/
+69
2007-09-05
Deliver correct event when releasing keys on VT switch.
Keith Packard
1
-1
/
+3
2007-09-05
Bug #7364: Require renderproto 0.9.3 on 64-bit, and fix build with it.
Keith Packard
2
-2
/
+9
2007-08-31
Make user-specified mode preferences override EDID/BIOS preferences.
Keith Packard
3
-31
/
+28
2007-08-28
Xprint: fix handling of TrueType font name
Eugeniy Meshcheryakov
1
-0
/
+2
2007-08-28
Refactor PictureInitIndexedFormats.
Adam Jackson
2
-25
/
+25
2007-08-28
Implement core protocol backing store exclusively in terms of Composite.
Adam Jackson
67
-5959
/
+80
2007-08-24
exaPolyFillRect: pGC->alu doesn't matter with a single rectangle.
Michel Dänzer
1
-2
/
+3
2007-08-24
exaGetImage: Don't migrate pixmap out of FB with no DownloadFromScreen hook.
Michel Dänzer
1
-1
/
+1
2007-08-24
EXA: Improve ShmPutImage.
Michel Dänzer
3
-23
/
+59
2007-08-24
Export fbShmPutImage to modules.
Michel Dänzer
2
-2
/
+5
2007-08-24
EXA: Only mark offscreen memory as used when it really is.
Michel Dänzer
1
-2
/
+6
2007-08-24
__glXDRIbindTexImage: Fail if no texture bound to pixmap's texture target.
Michel Dänzer
1
-7
/
+10
2007-08-23
Fix indentation.
Matthieu Herrb
1
-1
/
+1
2007-08-23
Remove an extra cast.
Matthieu Herrb
1
-1
/
+1
2007-08-23
A high resolution device that's moving fast can potentially generate
Otto Moerbeek
1
-1
/
+1
2007-08-23
glx: fix crash when freeing visuals
Brian Paul
1
-5
/
+8
2007-08-23
Revert "Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() ...
Søren Sandmann Pedersen
2
-1
/
+2
2007-08-23
Get rid of the type1 font module.
Julien Cristau
5
-84
/
+3
2007-08-23
randr: fixup crtc and output destroy
Dave Airlie
1
-2
/
+2
2007-08-22
Add _X_EXPORT to exported functions in hw/xfree86/modes/*
Alex Deucher
8
-65
/
+76
2007-08-22
Revert "Require pixman 0.9.5; Use pixman_image_set_source_clipping() to fix"
Eric Anholt
2
-2
/
+1
2007-08-22
Revert "Fix <pixman.h> include to <pixman/pixman.h>"
Eric Anholt
4
-4
/
+4
2007-08-22
Fix overly-restrictive integer overflow check in EXA pixmap creation.
Eric Anholt
1
-1
/
+1
2007-08-22
Fix <pixman.h> include to <pixman/pixman.h>
Alan Hourihane
4
-4
/
+4
2007-08-21
Merge branch 'master' of ssh+git://sandmann@git.freedesktop.org/git/xorg/xserver
Søren Sandmann Pedersen
16
-43
/
+201
[next]