gallium: Update the drm_api.
[mesa.git] / src / gallium / winsys / drm / nouveau / dri / nouveau_screen.h
1 #ifndef __NOUVEAU_SCREEN_DRI_H__
2 #define __NOUVEAU_SCREEN_DRI_H__
3
4 #include "xmlconfig.h"
5
6 struct nouveau_screen {
7 __DRIscreenPrivate *driScrnPriv;
8 driOptionCache option_cache;
9
10 struct nouveau_device *device;
11
12 struct pipe_screen *pscreen;
13 struct pipe_surface *fb;
14 };
15
16 #endif