diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-07-23 07:07:22 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-07-23 07:07:22 +0000 |
commit | f172459a53bb107e102ae9d5f9275bee5b60e218 (patch) | |
tree | 1b88c63b4d07c8a3e23cb17a2819999a28751567 /graphics/dri/files/patch-dri_util.c | |
parent | Realy fix "link_elf: symbol ttyclose undefined" error and (diff) |
Update the stable DRI port to X.Org 6.7.0-release's DRI modules. Note that
the version number has changed to track the Mesa version instead of the X
release, which is not really related to DRI development. This is because it is
very likely that we will be building the DRI drivers from Mesa soon.
Tested on: XFree86 4.3 + R100, X.Org 6.7.0 + R200
Notes
Notes:
svn path=/head/; revision=114469
Diffstat (limited to 'graphics/dri/files/patch-dri_util.c')
-rw-r--r-- | graphics/dri/files/patch-dri_util.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/dri/files/patch-dri_util.c b/graphics/dri/files/patch-dri_util.c deleted file mode 100644 index 0084acff7a3e..000000000000 --- a/graphics/dri/files/patch-dri_util.c +++ /dev/null @@ -1,26 +0,0 @@ -Index: lib/GL/dri/dri_util.c -=================================================================== -RCS file: /home/ncvs/xfree/xc/lib/GL/dri/dri_util.c,v -retrieving revision 1.6 -retrieving revision 1.7 -diff -u -u -r1.6 -r1.7 ---- lib/GL/dri/dri_util.c 15 Feb 2003 22:12:29 -0000 1.6 -+++ lib/GL/dri/dri_util.c 28 Apr 2003 17:01:25 -0000 1.7 -@@ -921,7 +921,7 @@ - int directCapable; - __DRIscreenPrivate *psp; - drmHandle hFB, hSAREA; -- char *BusID, *driverName; -+ char *BusID, *driverName = NULL; - drmMagic magic; - - if (!XF86DRIQueryDirectRenderingCapable(dpy, scrn, &directCapable)) { -@@ -1010,6 +1010,8 @@ - (void)XF86DRICloseConnection(dpy, scrn); - return NULL; - } -+ if (driverName) -+ Xfree(driverName); - - /* install driver's callback functions */ - memcpy(&psp->DriverAPI, driverAPI, sizeof(struct __DriverAPIRec)); |