index
:
~gnadon/xserver
master
server-1.11-branch
Unnamed repository; edit this file 'description' to name the repository.
gnadon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
dmx
/
glxProxy
/
glxcmds.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-23
dmx: Build fix for -Werror=implicit-function-declaration
Jeremy Huddleston
1
-0
/
+2
2011-09-18
dmx: Fix some "no previous prototype" warnings by making functions static.
Jamey Sharp
1
-3
/
+38
2011-02-23
glxproxy: warning fix
Adam Jackson
1
-1
/
+1
2011-02-23
glxproxy: warning fix
Adam Jackson
1
-0
/
+1
2011-02-23
glxproxy: warning fix
Adam Jackson
1
-2
/
+2
2011-02-23
glxproxy: warning fix
Adam Jackson
1
-24
/
+18
2011-02-23
glxproxy: warning fix
Adam Jackson
1
-19
/
+12
2010-12-07
Replace SecurityLookupIDByClass() with dixLookupResourceByClass().
Cyril Brulebois
1
-14
/
+19
2010-12-07
Replace SecurityLookupIDByType() with dixLookupResourceByType(), take 2.
Cyril Brulebois
1
-1
/
+4
2010-12-07
Replace LookupIDByType() with dixLookupResourceByType(), take 2.
Cyril Brulebois
1
-2
/
+8
2010-12-07
Replace LookupIDByType() with dixLookupResourceByType(), take 1.
Cyril Brulebois
1
-46
/
+88
2010-12-01
Fix screen number checks.
Cyril Brulebois
1
-3
/
+3
2010-11-11
Remove more superfluous if(p) checks around free(p).
Cyril Brulebois
1
-1
/
+1
2010-09-13
dmx: Delete '#undef Xmalloc' and friends.
Jamey Sharp
1
-5
/
+0
2010-09-13
dmx: __glXMalloc -> malloc, etc.
Jamey Sharp
1
-25
/
+25
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
1
-2
/
+2
2010-06-05
dmx: Split glx scalar swap variables from array swap variables.
Jamey Sharp
1
-0
/
+1
2010-05-26
dmx: Delete unused local variables.
Jamey Sharp
1
-6
/
+1
2010-05-26
dmx: Xfree -> free
Jamey Sharp
1
-1
/
+1
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
1
-11
/
+11
2009-06-02
Remove some libXfont leftovers
Adam Jackson
1
-1
/
+0
2008-12-12
Remove #define NEED_EVENTS and NEED_REPLIES
Peter Hutterer
1
-1
/
+0
2008-10-06
xalloc+memset(0) -> xcalloc
Adam Jackson
1
-2
/
+1
2008-09-19
Update to SGI FreeB 2.0.
Adam Jackson
1
-33
/
+28
2008-06-23
Bug #16302: Fix GLX drawable refcounting in DMX.
Jesse Ruffin
1
-9
/
+6
2008-02-28
XACE: Fix instances of DixUnknownAccess at hook callsites.
Eamon Walsh
1
-12
/
+12
2008-02-22
Fix Xinerama's consolidated visual handling.
Adam Jackson
1
-9
/
+2
2006-12-15
Convert callers of LookupDrawable() to dixLookupDrawable().
Eamon Walsh
1
-37
/
+38
2006-12-15
Convert callers of SecurityLookupWindow() to dixLookupWindow().
Eamon Walsh
1
-15
/
+8
2006-12-14
Naming change: Security*Access -> Dix*Access
Eamon Walsh
1
-12
/
+12
2006-07-21
Remove RCS tags. Fix Xprint makefile braindamage.
Adam Jackson
1
-1
/
+0
2006-07-15
Un-glx-libcwrap DMX GLX proxy so it works without GL/include.
Kristian Høgsberg
1
-4
/
+3
2006-04-03
Fix a server crash due to memsetting beyond allocated memory when running
Alan Hourihane
1
-1
/
+1
2006-04-03
Coverity #38: Dead branch elimination.
Adam Jackson
1
-1
/
+1
2005-07-27
Add #include <dmx-config.h> for building dmx/glxProxy in the modular tree.
Kevin E Martin
1
-0
/
+4
2004-07-06
- Disable building DMX on OSs that have not been verified to build
Kevin E Martin
1
-0
/
+10
2004-06-30
Add Distributed Multihead X (DMX) support
Kevin E Martin
1
-0
/
+3622