index
:
~ajax/xserver
65030
always-glx-1.4
arcology
atrocious-xephyr-glamor-hacks
bsbs11
bsbs7
composite-work
crtc-confine-v3
damage-at-flush-globally
dbe-shrink
dead-code
death-to-spans
dietfb
dix-dri2
dmx-2
drawable-ops
dri2-no-block
epoll
fedora-merge
fixes-atomic-requests
for-keithp
gc-rework
glamor-did-not-regress
glamor-for-1.15
glamor-getimage-planemask
glamor-no-largepixmap
glapi
glapi-misc
glx
glx-2
glx-direct-dispatch
glx-direct-dispatch-parts
glx-ext-libglvnd
glx-fix-osx
glx-fixes-for-1.8
glx-for-1.14
glx-gen
glx-rewrite
glx-work-pre-xdc
glxfe
glxvnd
grabpointer-rhel6.6
init-cleanup
input-thread
input-thread-v3
ioaddress
less-loader
master
maxformats
mi-cleanup
ms2432-1.17
orbea-test-1.18-dri2
performance
pointer-barriers
port-shadowfb-to-damage
resource-refactor
ricer-tuning
root-window-finalize-callback
rootless-merge
screen-gc-funcs
sdksyms
server-1.10-barriers
server-1.10-iglx
server-1.10-xfree86
server-1.12-queue
server-1.14-abi-churn
server-1.17-branch
server-1.9-xfree86
shatter
shatter-2
sigaction
synchronous-font-server
valtree-tuning
vbe-dos-hacks
vfb-ifr
vidmem-cleanup
vixmap-groundwork
vixmaps
warnings
wayland-abi
wayland-deferred-surface
wayland-netwm-etc
whot-barriers
window-cleanup
windowoptrec
wl-rebase-for-f20
wtf-gcc
xf86priv
xserver-1.13-queue
xserver-next
xvfb-glamor-be
xwayland-1.14
xwayland-next
xwl-glamor-be
xwl-xdg-shell
ajax's xserver tree
ajax
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dix
/
privates.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2005-09-05
Initialise private arrays with calloc, rather than standard malloc.
Daniel Stone
1
-3
/
+6
2005-07-03
Change <X11/misc.h> and <X11/os.h> to "misc.h" and "os.h".
Daniel Stone
1
-2
/
+2
2005-07-03
Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
Daniel Stone
1
-0
/
+4
2005-07-01
Change all misc.h and os.h references to <X11/foo.h>.
Daniel Stone
1
-3
/
+3
2005-05-22
Bugzilla #2800 <https://bugs.freedesktop.org/show_bug.cgi?id=2800> Xevie
Alan Coopersmith
1
-0
/
+38
2005-04-20
Fix includes right throughout the Xserver tree:
Daniel Stone
1
-1
/
+1
2005-03-07
xc/programs/Xserver/dix/atom.c
Roland Mainz
1
-19
/
+5
2004-07-30
Adding a colormap index to the InitColormapPrivate() func call. Without it
Egbert Eich
1
-1
/
+1
2004-04-23
Merging XORG-CURRENT into trunk
Egbert Eich
1
-1
/
+1
2004-03-14
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Egbert Eich
1
-1
/
+1
2004-03-03
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
Egbert Eich
1
-1
/
+1
2004-02-26
readding XFree86's cvs IDs
Egbert Eich
1
-1
/
+1
2004-02-26
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
Egbert Eich
1
-1
/
+1
2003-11-14
XFree86 4.3.0.1
Kaleb Keithley
1
-41
/
+60
2003-11-14
R6.6 is the Xorg base-line
Kaleb Keithley
1
-0
/
+351