diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2010-01-11 11:51:14 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2010-01-11 11:56:01 +1000 |
commit | 06499197d6eb07a272a1812e1c8bce886798a1d7 (patch) | |
tree | 06aea6a143b97119b59700edbd3297d8204abb92 /src/nv_proto.h | |
parent | 6975651b0b74dca6edaee759fb1003f65189f1df (diff) |
dri1: remove DRI1 support
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'src/nv_proto.h')
-rw-r--r-- | src/nv_proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/nv_proto.h b/src/nv_proto.h index 733ee0a..06ee598 100644 --- a/src/nv_proto.h +++ b/src/nv_proto.h @@ -16,12 +16,6 @@ Bool NVAccelGetCtxSurf2DFormatFromPicture(PicturePtr pPix, int *fmt_ret); PixmapPtr NVGetDrawablePixmap(DrawablePtr pDraw); void NVAccelFree(ScrnInfoPtr pScrn); -/* in nv_dri.c */ -Bool NVDRIScreenInit(ScrnInfoPtr pScrn); -Bool NVDRIFinishScreenInit(ScrnInfoPtr pScrn, bool update); -void NVDRICloseScreen(ScrnInfoPtr pScrn); -Bool NVDRIGetVersion(ScrnInfoPtr pScrn); - /* in nouveau_dri2.c */ Bool nouveau_dri2_init(ScreenPtr pScreen); void nouveau_dri2_fini(ScreenPtr pScreen); |