index
:
xorg/xserver
COMPOSITEWRAP
CYGWIN
DAMAGE-XFIXES
Domain-branch
IPv6-REVIEW
XACE-SELINUX
XACE-modular
XEVIE
XORG-6_8-branch
XORG-RELEASE-1
XORG-RELEASE-1-STSF
XORG-RELEASE-1-TM
XORG-STABLE
XPRINT
autoconfig-for-7.2
bcook-backend
compat_output
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.10-branch
server-1.11-branch
server-1.12-branch
server-1.13-branch
server-1.14-branch
server-1.15-branch
server-1.16-branch
server-1.17-branch
server-1.18-branch
server-1.19-branch
server-1.2-branch
server-1.20-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.8-branch
server-1.9-branch
server-1_0-branch
server-1_1-branch
server-21.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
xorg-server-1.6-apple
xorg-server-1.7-apple
xquartz-composite
xwayland-21.1
xwayland-22.1
xwayland-23.1
xwayland-23.2
xwayland-24.1
X server (mirrored from https://gitlab.freedesktop.org/xorg/xserver)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mi
/
miinitext.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-29
mi: Hush extension initialization (#75870)
Adam Jackson
1
-8
/
+0
2014-03-25
miinitext: introduce LoadExtensionList() to replace over LoadExtension()
Emil Velikov
1
-14
/
+18
2014-03-23
miinitext: avoid allocating a sentinel ExtensionModule
Emil Velikov
1
-3
/
+2
2014-03-23
miinitext: constify staticExtensions
Emil Velikov
1
-1
/
+1
2014-03-23
miinitext: drop sentinel detection during LoadExtension
Emil Velikov
1
-3
/
+0
2014-03-23
miinitext: move AddStaticExtensions() to LoadExtension()
Emil Velikov
1
-4
/
+4
2013-11-11
present: Don't try to initialize when building without present support
Adam Jackson
1
-0
/
+2
2013-10-31
present: Add Present extension
Keith Packard
1
-0
/
+3
2013-10-31
dri3: Add DRI3 extension
Keith Packard
1
-0
/
+1
2013-09-10
dix: FIXES is not optional
Adam Jackson
1
-5
/
+0
2013-08-06
Allow disabling XFree86-DGA, DRI, VidModeExtension extensions
Alan Coopersmith
1
-1
/
+1
2012-12-18
EnableDisableExtensionError: Use ARRAY_SIZE rather than sentinel
Alan Coopersmith
1
-3
/
+6
2012-11-21
Constify argument to LoadExtension
Daniel Stone
1
-1
/
+1
2012-07-24
XQuartz: Fix runtime regressions introduced by extension loading changes
Jeremy Huddleston
1
-0
/
+6
2012-07-10
Remove unused setupFunc from extensions
Daniel Stone
1
-31
/
+25
2012-07-10
Replace NO_HW_ONLY_EXTS with Xorg DDX test
Daniel Stone
1
-1
/
+1
2012-07-10
Unify miinitext.c
Daniel Stone
1
-121
/
+1
2012-07-10
Remove Xorg-specific extensions from non-Xorg miinitext
Daniel Stone
1
-26
/
+1
2012-07-10
Quartz: Move PseudoramiX initialisation to DDX
Daniel Stone
1
-5
/
+0
2012-07-10
Move the remnants of loadext.c to miinitext.c
Daniel Stone
1
-1
/
+84
2012-07-10
Loader: Move ExtensionModule types to DIX
Daniel Stone
1
-3
/
+1
2012-07-10
Loader: Remove extension initialisation sorting
Daniel Stone
1
-19
/
+15
2012-07-10
Add static extensions before those in modules
Daniel Stone
1
-11
/
+20
2012-07-09
Move SELinux from extmod to built-in
Daniel Stone
1
-0
/
+3
2012-07-09
Xv: Remove excessive module-induced indirection
Tomas Carnecky
1
-2
/
+2
2012-07-09
Move Xv and XvMC from extmod to built-in
Tomas Carnecky
1
-0
/
+4
2012-07-09
Move XRes from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move DPMS from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move MIT-SCREEN-SAVER from extmod to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move RECORD from external module to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
Move DBE from an external module to built-in
Tomas Carnecky
1
-0
/
+3
2012-07-09
miinitext: Use ARRAY_SIZE rather than sentinel
Daniel Stone
1
-5
/
+5
2012-07-09
Move extension initialisation prototypes into extinit.h
Daniel Stone
1
-101
/
+4
2012-07-09
GLX: Insert swrast provider from GlxExtensionInit
Daniel Stone
1
-5
/
+0
2012-07-09
Reorder extension initialisation for non-Xorg
Daniel Stone
1
-53
/
+75
2012-07-09
Replace INITARGS with void
Tomas Carnecky
1
-36
/
+31
2012-05-14
mi: Remove redundant declarations.
Michal Suchanek
1
-59
/
+0
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-116
/
+144
2011-11-23
Fix gcc -Wwrite-strings warnings in various extensions
Alan Coopersmith
1
-3
/
+3
2011-01-07
NO_PANORAMIX preprocessor symbol is nowhere defined
Tomas Carnecky
1
-2
/
+0
2010-04-26
Boolean-or short-circuits, so (a || (!a && ...)) is redundant. Simplify.
Jamey Sharp
1
-2
/
+1
2010-04-21
Merge remote branch 'vignatti/for-keith'
Keith Packard
1
-13
/
+0
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-03-22
mi: remove deprecated #include <X11/extensions/xf86bigfstr.h> in miinitext.c
Yaakov Selkowitz
1
-1
/
+1
2009-10-18
Fix segfault when -extension XKEYBOARD is passed on the command line
Alan Coopersmith
1
-5
/
+23
2009-09-26
dmx: undefine MITSHM, move undefs to miinitext.c.
Kevin E Martin
1
-0
/
+12
2009-07-23
mi: fix build error caused by missing xtest.h
Peter Hutterer
1
-1
/
+1
2009-07-15
Update to xextproto 7.0.99.1.
Peter Hutterer
1
-5
/
+3
2009-01-22
XKB: Make XKB mandatory
Daniel Stone
1
-17
/
+3
[next]