diff options
author | Kristian Høgsberg <[email protected]> | 2007-01-07 08:12:01 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2007-10-05 00:09:32 -0400 |
commit | 4a22ae8d446855d839cc199df8eb1b057045cb88 (patch) | |
tree | 727c7f597f768631106447be6f484abe6a5c4e50 /src/glx/x11/glxhash.c | |
parent | 4ceefccbfa180d19e27716bf7f282d0438ac34bd (diff) |
Remove XIDs from DRI interface (see #5714).
Diffstat (limited to 'src/glx/x11/glxhash.c')
-rw-r--r-- | src/glx/x11/glxhash.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/glx/x11/glxhash.c b/src/glx/x11/glxhash.c index f722cbaf389..1b284c5f451 100644 --- a/src/glx/x11/glxhash.c +++ b/src/glx/x11/glxhash.c @@ -1,4 +1,6 @@ -/* xf86drmHash.c -- Small hash table support for integer -> integer mapping +/* glxhash.c -- Small hash table support for integer -> integer mapping + * Taken from libdrm. + * * Created: Sun Apr 18 09:35:45 1999 by [email protected] * * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas. @@ -25,8 +27,6 @@ * * Authors: Rickard E. (Rik) Faith <[email protected]> * - * $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drmHash.c,v 1.4 2001/03/21 18:08:54 dawes Exp $ - * * DESCRIPTION * * This file contains a straightforward implementation of a fixed-sized |