NV10EXA: added support for R5G6B5 as source and destination (tested only with renderc...
[nouveau] / src / nv_dripriv.h
1 #ifndef NV_DRIPRIV_H_
2 #define NV_DRIPRIV_H_
3
4 #include "GL/glxint.h"
5 #include "xf86drm.h"
6
7 extern void GlxSetVisualConfigs(int nconfigs, __GLXvisualConfig *configs,
8                                 void **configprivs);
9
10 typedef struct {
11     /* Nothing here yet */
12     int dummy;
13 } NVConfigPrivRec, *NVConfigPrivPtr;
14
15 typedef struct {
16     /* Nothing here yet */
17     int dummy;
18 } NVDRIContextRec, *NVDRIContextPtr;
19
20 #endif
21