Browse Source

nouveau: bump drm patchlevel

tags/pre-merge-glsl-compiler-1
Ben Skeggs 18 years ago
parent
commit
669fefd3da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/dri/nouveau/nouveau_screen.c

+ 1
- 1
src/mesa/drivers/dri/nouveau/nouveau_screen.c View File

@@ -327,7 +327,7 @@ void * __driCreateNewScreen_20050727( __DRInativeDisplay *dpy, int scrn, __DRIsc
__DRIscreenPrivate *psp;
static const __DRIversion ddx_expected = { 1, 2, 0 };
static const __DRIversion dri_expected = { 4, 0, 0 };
static const __DRIversion drm_expected = { 0, 0, 2 };
static const __DRIversion drm_expected = { 0, 0, 3 };

dri_interface = interface;


Loading…
Cancel
Save