index
:
~sthibaul/xserver-hurd
master
master-hurd
master-retro
GNU/Hurd port
sthibaul
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
2015-04-21
Convert hw/dmx to new *allocarray functions
Alan Coopersmith
1
-20
/
+14
2015-02-10
dmx: glxproxy prototype cleanup
Alan Coopersmith
1
-1
/
+0
2015-02-10
dmx: more unshadowing of variables
Alan Coopersmith
1
-3
/
+3
2014-11-12
Drop trailing whitespaces
Peter Hutterer
1
-8
/
+8
2014-05-22
glxproxy: Fix memory leak on error path in CreateGLXPixmap (#50281) (v2)
Adam Jackson
1
-0
/
+2
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
1
-43
/
+43
2013-10-24
glx: Correctly set render type enum
Daniel Czarnowski
1
-7
/
+35
2013-09-11
glxproxy: Don't track GLCLientm{aj,in}orVersion
Adam Jackson
1
-2
/
+0
2013-07-17
glxproxy: Use _XEatDataWords (from Xlib 1.6) instead of _XEatData
Alan Coopersmith
1
-2
/
+2
2013-07-17
glxproxy: Use _XReadPad instead of _XEatData to clean up the slop
Alan Coopersmith
1
-10
/
+2
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
1
-8
/
+8
2012-07-09
Use C99 designated initializers in dmx Replies
Alan Coopersmith
1
-47
/
+63
2012-07-09
Remove unneccesary casts from WriteToClient calls
Alan Coopersmith
1
-22
/
+17
2012-03-21
Introduce a consistent coding style
Keith Packard
1
-2186
/
+2327
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
[next]