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
/
dix
/
privates.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
dix: Add dixPrivatesCreated helper function
Dave Airlie
1
-0
/
+9
2015-09-21
privates: Clear screen-specific keys during CloseScreen
Aaron Plattner
1
-0
/
+9
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-3
/
+3
2013-09-10
dbe: Fold the window private private into the window private
Adam Jackson
1
-1
/
+0
2012-07-09
privates: Resize GPU screen-specific privates too
Keith Packard
1
-0
/
+5
2012-07-06
dix: introduce gpu screens. (v5)
Dave Airlie
1
-0
/
+4
2012-07-05
privates: Allow device privates to be allocated after server start
Keith Packard
1
-1
/
+21
2012-07-05
Add screen-specific privates.
Keith Packard
1
-77
/
+308
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-141
/
+156
2010-12-06
Add fence sync driver interface
James Jones
1
-0
/
+1
2010-09-18
Introduce per-object per-screen privates.
Jamey Sharp
1
-13
/
+20
2010-09-10
Add screens to the PRIVATE_XSELINUX set.
Eamon Walsh
1
-0
/
+1
2010-06-05
Add dixCreatePrivateKey API
Keith Packard
1
-2
/
+30
2010-06-05
Change devPrivates implementation.
Keith Packard
1
-149
/
+327
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
1
-19
/
+52
2010-06-05
Remove dixRegisterPrivateOffset; hard-code devPrivates offsets instead
Keith Packard
1
-43
/
+15
2010-05-13
Remove devPrivates init and delete callback lists.
Keith Packard
1
-40
/
+0
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-8
/
+8
2009-10-07
dix: Fix a double free in dixFreePrivates.
Francisco Jerez
1
-0
/
+1
2009-01-22
Remove a bunch of useless casts.
Adam Jackson
1
-1
/
+1
2008-12-03
Rework symbol visibility for easier maintenance
Paulo Cesar Pereira de Andrade
1
-11
/
+11
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-09-12
Array-index based devPrivates implementation.
Eamon Walsh
1
-101
/
+108
2008-06-13
Make devPrivates lookup functions ABI instead of static inlines.
Eamon Walsh
1
-0
/
+65
2008-01-03
devPrivates rework: Free callback lists after use.
Eamon Walsh
1
-0
/
+2
2007-09-06
devPrivates rework: register an offset for every resource type, use
Eamon Walsh
1
-19
/
+23
2007-08-28
devPrivates rework: since API is already broken, switch everything
Eamon Walsh
1
-448
/
+0
2007-08-16
devPrivates rework: Nevermind, can't const due to return value warnings.
Eamon Walsh
1
-1
/
+1
2007-08-16
devPrivates rework: add const qualifier to key type.
Eamon Walsh
1
-1
/
+1
2007-08-16
devPrivates rework: use camelcase standard for name of key type.
Eamon Walsh
1
-6
/
+6
2007-04-17
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-14
/
+14
2007-04-09
Bug #10560: Code-Cleanup: function declarations () -> (void)
Stefan Huehner
1
-14
/
+14
2007-04-05
devPrivates rework: minor fix; use calloc and avoid initialization.
Eamon Walsh
1
-4
/
+2
2007-04-03
devPrivates rework: zero out newly allocated private space.
Eamon Walsh
1
-1
/
+1
2007-03-26
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-3
/
+3
2007-03-08
devPrivates rework: pass address of pointer to private callbacks instead of
Eamon Walsh
1
-2
/
+2
2007-03-08
devPrivates rework: redo field offset registration, drop RC_PRIVATES class.
Eamon Walsh
1
-6
/
+10
2007-03-08
devPrivates rework: redo interface again, dropping parent and type parameters
Eamon Walsh
1
-74
/
+15
2007-03-08
devPrivates rework: hook up new mechanism in backwards-compatibility mode
Eamon Walsh
1
-26
/
+36
2007-03-08
dix: remove 'register' keyword for all variables.
Peter Hutterer
1
-3
/
+3
2007-03-07
devPrivates rework: move reset functions into a single call.
Eamon Walsh
1
-8
/
+27
2007-03-07
Merge branch 'master' into XACE-SELINUX
Eamon Walsh
1
-2
/
+0
2007-03-06
remove PIXPRIV checks as this flag is always set.
Eamon Walsh
1
-2
/
+0
2007-03-05
devPrivates rework: remove some debugging code from dixFreePrivates.
Eamon Walsh
1
-3
/
+0
2007-03-05
devPrivates rework: redo interface and implementation.
Eamon Walsh
1
-241
/
+192
2007-02-23
devPrivates rework: add new interface implementation.
Eamon Walsh
1
-0
/
+317
2006-08-21
Merge branch 'XACE-modular' into my-XACE-modular
Eamon Walsh
1
-3
/
+0
2006-07-31
Added devPrivates support to the ExtensionEntry structure.
Eamon Walsh
1
-0
/
+58
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-3
/
+0
2006-02-15
Mark everything in dixsym.c as _X_EXPORT.
Adam Jackson
1
-13
/
+13
[next]