index
:
~jbarnes/xserver
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
dmx-2
dri-0-1-branch
dri2-swapbuffers
exa-damagetrack
glucose-2
gsr-current
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
panning-for-server-1.6
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.6-branch
server-1.6-enterleave
server-1.7-branch
server-1.7-nominations
server-1_0-branch
server-1_1-branch
transform-proposal
upstream
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
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
Jesse's X Server development tree
jbarnes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-06
exa: don't use fbCopyNtoN
Maarten Maathuis
4
-19
/
+149
2009-02-06
fb: move some code to mi
Maarten Maathuis
9
-369
/
+406
2009-02-06
exa: create ExaCheckGetImage
Maarten Maathuis
3
-6
/
+35
2009-02-06
exa: wrap the remainder of exa_unaccel.c
Maarten Maathuis
1
-3
/
+27
2009-02-06
exa: use proper wrapping in exa.c
Maarten Maathuis
1
-71
/
+70
2009-02-06
exa: properly wrap GC functions
Maarten Maathuis
3
-116
/
+248
2009-02-06
exa: add GC private
Maarten Maathuis
2
-1
/
+22
2009-02-06
exa: kill of exaImageGlyphBlt
Maarten Maathuis
1
-134
/
+1
2009-02-06
exa: Remove one of the many calls directly into the fb layer.
Maarten Maathuis
1
-26
/
+6
2009-02-06
EXA: Try harder to keep current pixmap copy up to date in exaMigrateToward*.
Michel Dänzer
1
-1
/
+11
2009-02-06
EXA: Guard empty pending region warning by DEBUG_MIGRATE.
Michel Dänzer
1
-0
/
+2
2009-02-05
Fix "warning: cast from pointer to integer of different size"
Tomas Carnecky
1
-4
/
+4
2009-02-05
dix: die if we can't activate or init the VCP/VCK.
Peter Hutterer
1
-9
/
+20
2009-02-04
Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"
Adam Jackson
4
-0
/
+81
2009-02-04
Bus: Remove xf86SetAccessFuncs() and related machinery
Adam Jackson
4
-81
/
+0
2009-02-04
Bus: Delete some obfuscatory macros
Adam Jackson
6
-23
/
+17
2009-02-04
Bus: Remove unused xf86ExtractTypeFromList
Adam Jackson
2
-15
/
+0
2009-02-04
Bus: make the resource list static.
Adam Jackson
2
-5
/
+1
2009-02-04
loader: Remove icache flushes on alpha.
Adam Jackson
1
-12
/
+0
2009-02-04
loader: Remove a vestige of archive support
Adam Jackson
1
-4
/
+1
2009-02-04
loader: Remove useless call to LoaderGetOS
Adam Jackson
1
-6
/
+0
2009-02-04
loader: Simplify loader magic
Adam Jackson
1
-3
/
+1
2009-02-04
loader: Make a comment slightly less stupid
Adam Jackson
1
-6
/
+1
2009-02-04
loader: code motion.
Adam Jackson
1
-33
/
+30
2009-02-04
loader: Simplify handle allocation and refcounting.
Adam Jackson
1
-17
/
+3
2009-02-04
XKB: Remove -kb and +kb from -help text and man page.
Adam Jackson
2
-5
/
+0
2009-02-03
Handle the combination of panning and crtc transforms
Keith Packard
1
-26
/
+10
2009-02-03
Damage re-used shadow scanout buffer using new transforms.
Keith Packard
1
-1
/
+5
2009-02-03
Handle matrix computation overflow in RRTransformCompute
Keith Packard
1
-7
/
+32
2009-02-04
fbdevHWGetRec() doesn't return the private data
Tomas Carnecky
1
-1
/
+4
2009-02-04
DBUS_API_SUBJECT_TO_CHANGE is already defined on the command line
Tomas Carnecky
1
-1
/
+0
2009-02-04
Fix "warning: braces around scalar initializer"
Tomas Carnecky
1
-1
/
+1
2009-02-04
Make gcc happy: correct third argument of CopyGetMasterEvent()
Tomas Carnecky
1
-1
/
+1
2009-02-04
Fix "warning: cast to pointer from integer of different size"
Tomas Carnecky
2
-2
/
+2
2009-02-04
Fix "warning: XXX defined but not used"
Tomas Carnecky
1
-0
/
+2
2009-02-04
Fix "warning: unused variable XXX"
Tomas Carnecky
5
-6
/
+2
2009-02-04
ISO C90: Move declaration to the beginning of the function
Tomas Carnecky
1
-1
/
+1
2009-02-04
mi: don't call UpdateSpriteForScreen if we have Xinerama enabled. #18668
Peter Hutterer
1
-1
/
+8
2009-02-04
dix: for core events, pass the core filter into DeliverEventsToWindow
Peter Hutterer
1
-1
/
+1
2009-02-03
Don't enable XAA offscreen pixmaps with Option "XaaOffscreenPixmaps" "no".
Aaron Plattner
1
-1
/
+3
2009-02-03
Constify atom name strings
Alan Coopersmith
12
-28
/
+33
2009-02-03
XQuartz: Accept bundle version 2.1.6 to work with our startup method
Jeremy Huddleston
1
-2
/
+2
2009-02-03
Xext: fix typo in GEEventFill macro
Peter Hutterer
1
-1
/
+1
2009-02-03
dix: Use GenericEvent instead of LASTEvent to check for core events.
Peter Hutterer
1
-2
/
+2
2009-02-03
Xi: initialize the device before applying button map changes.
Peter Hutterer
1
-0
/
+4
2009-02-03
Xi: create well-known atoms on demand, rather than preinit them
Simon Thum
3
-23
/
+10
2009-02-03
Xi: If the MD doesn't have a key/kbdfeed class, init the keyboard.
Peter Hutterer
1
-3
/
+10
2009-02-03
Xi: remove now obsolete oldXkbInfo.
Peter Hutterer
1
-3
/
+0
2009-02-03
dix: add SetBit(arr, bit) and ClearBit(arr, bit) to include/inputstr.h
Peter Hutterer
1
-0
/
+2
2009-02-03
Xext: rename shape's EventType to ShapeEventType to avoid name clashing.
Peter Hutterer
1
-8
/
+8
[next]