Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-28 | Fix build on non GLIBC platforms (FreeBSD at least) | Robert Noland | |
Build was broken by commit 9666529b5a5be1fcde82caadc2fe2efa5ea81e49 I'm not certain that this is entirely the correct fix since the demo from bug #23774 seemed to work before the commit that broke the build. Signed-off-by: Robert Noland <rnoland@2hip.net> Signed-off-by: Brian Paul <brianp@vmware.com> | |||
2009-09-22 | glx: include string.h to silence missing memset() prototype warning | Brian Paul | |
2009-09-16 | glx: Use initstate_r / random_r instead of corrupting global random number state | Ian Romanick | |
Previously srandom and random were used. This cause the global random number generator state to be modified. This caused problems for applications that called srandom before calling into GLX. By using local state the global state is left unmodified. This should fix bug #23774. | |||
2008-11-11 | Don't mess with emacs tab width. | Kristian Høgsberg | |
2008-10-13 | glx: indent -br -i3 -npcs --no-tabs glxhash.c | RALOVICH, Kristóf | |
2008-10-13 | glx: add a line of Emacs helping variables | RALOVICH, Kristóf | |
2008-08-04 | Drop unused 'entries' field from __glxHashTable. | Adam Jackson | |
2008-03-08 | Use _X_HIDDEN to hide a bunch of leaked symbols. | Kristian Høgsberg | |
2007-10-05 | Remove XIDs from DRI interface (see #5714). | Kristian Høgsberg | |
2007-10-05 | Pull in the drm hash. | Kristian Høgsberg | |