XF86DRIDestroyContext, XF86DRICreateDrawable, and
authorIan Romanick <idr@us.ibm.com>
Wed, 2 Jun 2004 17:37:09 +0000 (17:37 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 2 Jun 2004 17:37:09 +0000 (17:37 +0000)
commit318aa8409983f3292b4919196df2ca42f4de6a16
treef48b7119722dd727a101b976303987c0eb36480d
parent9fcb9c3ac7adb7eaa37a8da4e741ce99dcd651a2
XF86DRIDestroyContext, XF86DRICreateDrawable, and
XF86DRIDestroyDrawable are all called directly from DRI drivers using
the new interface.  Therefore, prototypes, using available datatypes,
must be available in dri_interface.h.  Since the prototypes are
available there, xf86dri.h is no longer needed for
DRI_NEW_INTERFACE_ONLY builds.
include/GL/internal/dri_interface.h
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/dri_client/xf86dri.h [deleted file]