index
:
~anholt/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XPRINT
bcook-backend
dmx-2
dri-0-1-branch
dri2-reallocate-revert
ephyr-continue-deleting
ephyr-fixes
ephyr-rebase-works
ephyr-warnings
glamor
glamor-anholt-filter-dir
glamor-anholt-filter-rebase
glamor-ca
glamor-cleanups
glamor-core-profile
glamor-delay-shareable
glamor-delay-shareable-2
glamor-external-rebase
glamor-extra-after-keithp
glamor-flushing
glamor-gl-context-2
glamor-map-zero
glamor-new-glyphs
glamor-original-in-tree
glamor-prepare-for-keithp
glamor-quads
glamor-rebase-wip
glamor-render-program
glamor-rgba-8
glamor-server
glamor-testing-patch-from-ken
glamor-xephyr
glamor-xephyr-egl
glamor-xephyr-gl-context
global-glx-context
glucose-2
glx-arg
gsr-current
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
modesetting-dri2
modesetting-dri2-no-pageflip
modesetting-gbm
modesetting-glamor
modesetting-import
modesetting-import-2
modesetting-present-no-pageflip
no-pci-rework
old-glamor
orib-soc-2006
panning-for-server-1.6
randr-1.2-for-server-1.2
randr-dpms
raspbian-backport
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_0-branch
server-1_1-branch
transform-proposal
travis-ci
wonderland-dev
xephyr-xcb-rebase
xf-4_0_2-branch
xf-4_1-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
xserver-driinterface-versions
xserver-unifdef
Unnamed repository; edit this file to name it for gitweb.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-05
Allocate per-screen device/cursor-bits private keys in midispcur
Keith Packard
1
-15
/
+14
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
9
-30
/
+62
2010-06-05
Create separate private key for midispcur cursor bits
Keith Packard
1
-17
/
+21
2010-06-05
Rename region macros to eliminate screen argument
Keith Packard
9
-464
/
+437
2010-06-05
Move mi/miregion.c to dix/region.c
Keith Packard
2
-1846
/
+0
2010-06-05
Change region implementation names to eliminate the 'mi' prefix
Keith Packard
4
-98
/
+98
2010-06-03
Move each screen's x/y origin into ScreenRec.
Jamey Sharp
1
-2
/
+2
2010-06-03
Delete panoramiXdataPtr: it's redundant.
Jamey Sharp
1
-2
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
3
-7
/
+7
2010-06-03
Move each screen's screensaver data into ScreenRec.
Jamey Sharp
1
-1
/
+1
2010-06-03
midispcur: Add comment explaining why pRootPicture must not be freed.
Jamey Sharp
1
-0
/
+6
2010-06-03
mi: Delete unused flicker-free MoveCursor code.
Jamey Sharp
3
-333
/
+6
2010-06-02
Only deal with input code when changing the input shape.
Pierre-Loup A. Griffais
3
-85
/
+93
2010-05-25
midispcur: Construct Picture objects lazily in case Render is disabled.
Jamey Sharp
1
-7
/
+6
2010-05-23
Device init: Don't crash when CreateGC fails.
Jamey Sharp
1
-1
/
+1
2010-05-19
Use WriteEventsToClient rather than TryClientEvents where possible.
Jamey Sharp
1
-2
/
+3
2010-05-19
mi/misprite.c: Delete unused private lookups.
Jamey Sharp
1
-18
/
+0
2010-05-19
Replace miSpriteCursorFuncRec with direct calls to midispcur.c.
Jamey Sharp
3
-161
/
+53
2010-05-14
scrnintstr.h: removed unused PaintWindow function pointers.
Oliver McFadden
1
-2
/
+2
2010-05-14
mi: removed unused PointerNonInterestBox functions.
Oliver McFadden
2
-13
/
+0
2010-05-13
Replace dixChangeGC with calls directly to the right variant.
Jamey Sharp
9
-40
/
+39
2010-05-13
dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.
Jamey Sharp
9
-86
/
+98
2010-05-13
Don't statically allocate the ChangeGC parameter array.
Jamey Sharp
1
-17
/
+12
2010-05-13
Simplify miFillPolyHelper and miLineArc.
Jamey Sharp
1
-52
/
+27
2010-05-13
miwideline: Factor out span buffer allocation.
Jamey Sharp
1
-74
/
+32
2010-05-12
Kill ChangeGC in favor of dixChangeGC.
Jamey Sharp
1
-3
/
+3
2010-05-12
Kill DoChangeGC in favor of dixChangeGC.
Jamey Sharp
8
-26
/
+26
2010-05-13
Do not use deprecated Xalloc function
Mikhail Gusarov
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
28
-250
/
+250
2010-05-10
miPolyPoint bugfix: Check memory allocation before changing the GC.
Jamey Sharp
1
-2
/
+3
2010-05-10
Move AppendSpanGroup from miwideline.h to miwideline.c.
Jamey Sharp
2
-27
/
+30
2010-05-10
Expand macros that are used only in miFillPolyHelper.
Jamey Sharp
2
-46
/
+41
2010-05-07
mi: Delete wide ellipse arc cache
Adam Jackson
1
-107
/
+11
2010-05-07
Fix mod() definition.
Matthias Hopf
1
-1
/
+1
2010-05-02
rootless: Add some sanity checking to miPaintWindow
Jeremy Huddleston
1
-0
/
+3
2010-04-30
Merge remote branch 'vignatti/for-keith'
Keith Packard
2
-9
/
+14
2010-04-27
Remove mibank support
Adam Jackson
3
-2429
/
+1
2010-04-26
Merge remote branch 'jamey/for-keith'
Keith Packard
1
-2
/
+1
2010-04-26
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-161
/
+108
2010-04-26
Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.
Jamey Sharp
1
-2
/
+1
2010-04-23
mi: track screens' installed colormaps as screen privates
Tiago Vignatti
2
-9
/
+14
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
2
-16
/
+3
2010-04-21
Revert "mi: don't thrash resources when displaying the software cursor across...
Peter Hutterer
1
-111
/
+159
2010-04-21
mi: check for NULL pointer before dereferences it in miPointerSetPosition
Tiago Vignatti
1
-3
/
+3
2010-04-21
Death to Multibuffer extension
Tiago Vignatti
1
-13
/
+0
2010-04-19
unifdef -B -DRENDER to always include RENDER code
Keith Packard
1
-10
/
+0
2010-04-16
mi: remove log-spamming bogus error message (#26843)
Peter Hutterer
1
-21
/
+6
2010-04-16
mi: don't thrash resources when displaying the software cursor across screens
Pierre-Loup A. Griffais
1
-159
/
+111
2010-03-22
mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
Yaakov Selkowitz
1
-1
/
+1
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
[next]