Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:DRI3

34 #ifdef DRI3
41 #include <dri3.h>
48 * \brief DRI3 fd_from_pixmap callback.
62 "DRI3 pixmap export failed to create HW surface.\n");
69 "DRI3 pixmap export failed to create handle.\n");
80 * even the dri3 glxWaitX appears as broken as the dri2 version.
90 * \brief DRI3 pixmap_from_fd callback.
110 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "DRI3 pixmap creation failed.\n");
118 "DRI3 pixmap creation bad format.\n");
130 "DRI3 pixmap creation surface sharing failed.\n");
138 "DRI3 pixmap creation failed SAA enabling.\n");
175 "DRI3 client open busid \"%s\" failed.\n", bus_id);
181 * \brief DRI3 open_client callback.
203 * prevents this sharing to happen and thus breaks dri3.
206 * ARGB surface since DRI3 does not appear to be as strict about internal
272 * \brief Initialize dri3.
284 "Failed to verify XA surface sharing for DRI3.\n");
290 "Failed to initialize xshm sync for DRI3.\n");
295 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Failed to initialize DRI3.\n");
310 #endif /* DRI3 */