radeon/r200/r300: cleanup some of the renderbuffer code
[mesa.git] / src / gallium / winsys / drm / nouveau / dri / nouveau_screen_dri.h
1 #ifndef __NOUVEAU_SCREEN_DRI_H__
2 #define __NOUVEAU_SCREEN_DRI_H__
3
4 #include "../common/nouveau_screen.h"
5 #include "xmlconfig.h"
6
7 struct nouveau_screen_dri {
8 struct nouveau_screen base;
9 __DRIscreenPrivate *driScrnPriv;
10 driOptionCache option_cache;
11 };
12
13 #endif